主页 企业标准发布 去掉实施时间、国内/外标准法规动态 新增实施时间列

This commit is contained in:
baoyu
2024-04-12 11:43:10 +08:00
parent b23ed5840a
commit 936bbe2bb0
2 changed files with 9 additions and 9 deletions
@@ -46,6 +46,15 @@
<span>{{ scope.row.releaseDate ? $moment(scope.row.releaseDate).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
width="120"
prop="putTime"
label="实施时间"
>
<template slot-scope="scope">
<span>{{ scope.row.putTime}}</span>
</template>
</el-table-column>
</el-table>
<div v-if="!pageVerify" class="more" @click="togo">更多 </div>
<loading :loading="loading">加载中...</loading>
@@ -46,15 +46,6 @@
<span>{{ scope.row.releaseDate ? $moment(scope.row.releaseDate).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
width="120"
prop="putTime"
label="实施时间"
>
<template slot-scope="scope">
<span>{{ scope.row.putTime}}</span>
</template>
</el-table-column>
</el-table>
<div v-if="!pageVerify" class="more" @click="togo">更多 </div>
<loading :loading="loading">加载中...</loading>