主页 国内标准法规动态 实施时间
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user