主页 国内标准法规动态 实施时间

This commit is contained in:
baoyu
2024-04-12 14:04:32 +08:00
parent 936bbe2bb0
commit 81956c0350
+5 -4
View File
@@ -47,12 +47,13 @@
</template>
</el-table-column>
<el-table-column
width="120"
prop="putTime"
label="实施时间"
width="120"
v-if="messageType == 'GNBZFG'"
prop="putTime"
label="实施时间"
>
<template slot-scope="scope">
<span>{{ scope.row.putTime}}</span>
<span>{{ scope.row.putTime }}</span>
</template>
</el-table-column>
</el-table>