标准预警——条款内容显示

This commit is contained in:
shenyanpei
2022-01-12 14:28:06 +08:00
parent 3e4694c076
commit da70c6dfbf
+1
View File
@@ -162,6 +162,7 @@
<a @click="handlePreview(scope.row)">{{ scope.row.itemsName }}</a>
</template>
</el-table-column>
<el-table-column prop="termsConditions" label="条款内容" width="400" align="center" show-overflow-tooltip></el-table-column>
<el-table-column prop="issueTime" label="发布日期" width="120" align="center">
<template slot-scope="scope">
<span>{{ scope.row.issueTime ? scope.row.issueTime.substring(0, 10) : '' }}</span>