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

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> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="120" width="120"
prop="putTime" v-if="messageType == 'GNBZFG'"
label="实施时间" prop="putTime"
label="实施时间"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.putTime}}</span> <span>{{ scope.row.putTime }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>