国内外标准法规--列表字段加一个实施日期(标准文本)

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-03 14:34:26 +08:00
parent 1281868ed3
commit b61f531048
@@ -189,6 +189,16 @@
{{ formatIssueDate(scope.row.issueTime) }}
</template>
</el-table-column>
<el-table-column
prop="XCXSSRQ"
sortable="putTime"
width="150px"
label="实施日期">
<template slot-scope="scope">
<span>{{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}</span>
</template>
</el-table-column>
<el-table-column
prop="XCXSSRQ"
sortable="custom"