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