国内海外列表

This commit is contained in:
shenyanpei
2021-09-24 09:27:44 +08:00
parent 6c601f70e3
commit dd9c6e84f6
2 changed files with 4 additions and 0 deletions
@@ -211,6 +211,7 @@
<el-table-column
prop="issueTime"
sortable="custom"
width="110px"
label="发布日期">
<template slot-scope="scope">
<span v-if="textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" style="color: #F56C6C">{{ formatIssueDate(scope.row.issueTime) }}</span>
@@ -220,6 +221,7 @@
<el-table-column
prop="SSRQ"
sortable="custom"
width="110px"
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
@@ -209,6 +209,7 @@
<el-table-column
prop="issueTime"
sortable="custom"
width="110px"
label="发布日期">
<template slot-scope="scope">
<div v-if="textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" style="color: #F56C6C">
@@ -225,6 +226,7 @@
<el-table-column
prop="SSRQ"
sortable="custom"
width="110px"
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->