fix:发布日期增加页面排序,此处还有坑,后面再说吧

This commit is contained in:
zyd
2022-06-15 00:54:58 +08:00
parent 09899b294a
commit 6a9810f84d
2 changed files with 2 additions and 0 deletions
@@ -369,6 +369,7 @@
<el-table-column
prop="issueTime"
label="发布日期"
sortable
width="120"
>
<template slot-scope="scope">
@@ -251,6 +251,7 @@
<el-table-column
prop="issueTime"
width="120"
sortable
label="发布日期">
<template slot-scope="scope">
<div v-if="textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" style="color: #F56C6C">