重点清单 手动查找页面,排序功能失效(可以去掉排序功能)

This commit is contained in:
yanyizhou
2021-12-13 16:10:25 +08:00
parent 8710c4c7ad
commit d8c1de4b5f
@@ -357,7 +357,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="issueTime" prop="issueTime"
sortable="custom"
width="120" width="120"
label="发布日期"> label="发布日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -367,7 +366,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="ssrq" prop="ssrq"
sortable="custom"
width="120" width="120"
label="实施日期"> label="实施日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -380,7 +378,6 @@
<el-table-column <el-table-column
prop="xcxssrq" prop="xcxssrq"
sortable="custom"
width="150" width="150"
label="新车型实施日期"> label="新车型实施日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -390,7 +387,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="zccssrq" prop="zccssrq"
sortable="custom"
width="150" width="150"
label="在产车实施日期"> label="在产车实施日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -400,7 +396,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="textStatus" prop="textStatus"
sortable="custom"
width="110" width="110"
label="文本状态"> label="文本状态">
<!-- <template slot="header" slot-scope="scope">--> <!-- <template slot="header" slot-scope="scope">-->
@@ -475,7 +470,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="issueTime" prop="issueTime"
sortable="custom"
width="120" width="120"
label="发布日期"> label="发布日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -492,7 +486,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="ssrq" prop="ssrq"
sortable="custom"
width="120" width="120"
label="实施日期"> label="实施日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -509,7 +502,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="xcxssrq" prop="xcxssrq"
sortable="custom"
width="150" width="150"
label="新车型实施日期"> label="新车型实施日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -526,7 +518,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="zccssrq" prop="zccssrq"
sortable="custom"
width="150" width="150"
label="在产车实施日期"> label="在产车实施日期">
<template slot-scope="scope"> <template slot-scope="scope">
@@ -543,7 +534,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="textStatus" prop="textStatus"
sortable="custom"
width="110" width="110"
label="文本状态"> label="文本状态">
<!-- <template slot="header" slot-scope="scope">--> <!-- <template slot="header" slot-scope="scope">-->
@@ -602,7 +592,6 @@
<el-table-column <el-table-column
prop="issueTime" prop="issueTime"
label="发文日期" label="发文日期"
sortable
width="120" width="120"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@@ -614,7 +603,6 @@
<el-table-column <el-table-column
prop="XCXSSRQLAWS" prop="XCXSSRQLAWS"
label="新车实施日期" label="新车实施日期"
sortable
width="150" width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@@ -625,7 +613,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
sortable
prop="standStatusShow" prop="standStatusShow"
label="文本状态" label="文本状态"
width="110" width="110"
@@ -684,7 +671,6 @@
<el-table-column <el-table-column
prop="issueTime" prop="issueTime"
label="发布日期" label="发布日期"
sortable
width="120" width="120"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@@ -696,7 +682,6 @@
<el-table-column <el-table-column
prop="putTime" prop="putTime"
label="实施日期" label="实施日期"
sortable
width="120" width="120"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@@ -707,7 +692,6 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
sortable
prop="standStatusShow" prop="standStatusShow"
label="文本状态" label="文本状态"
width="110" width="110"