去除日期排序

This commit is contained in:
宋伟佳
2022-06-10 16:00:27 +08:00
parent 022105e889
commit ff20bd7b49
2 changed files with 0 additions and 11 deletions
@@ -369,7 +369,6 @@
<el-table-column
prop="issueTime"
label="发布日期"
sortable
width="120"
>
<template slot-scope="scope">
@@ -387,7 +386,6 @@
<el-table-column
prop="putTime"
label="实施日期"
sortable
width="120"
>
<template slot-scope="scope">
@@ -404,7 +402,6 @@
</el-table-column>
<el-table-column
show-overflow-tooltip
sortable
prop="standStatusShow"
label="文本状态"
width="110"
@@ -970,14 +967,12 @@
prop="issueTime"
label="发布日期"
width="180"
sortable
align="center">
</el-table-column>
<el-table-column
prop="putTime"
label="实施日期"
width="180"
sortable
align="center">
</el-table-column>
<!-- <el-table-column-->