[update] 市场法规清单联调

This commit is contained in:
lideqin
2024-07-02 12:07:17 +08:00
parent 8cc3afa17f
commit 7eff7ddf7a
7 changed files with 159 additions and 78 deletions
@@ -97,6 +97,14 @@
<!--</a-tooltip>-->
</template>
<!-- 清单版本 -->
<template v-slot:manifestVersion="text">
<a-tooltip overlay-class-name="tooltip-style">
<template slot="title">{{ text || text === 0 ? ('V' + text + '.0') : global.emptyLine }}</template>
<div class="table-text">{{ text || text === 0 ? ('V' + text + '.0') : global.emptyLine }}</div>
</a-tooltip>
</template>
</a-table>
</div>
@@ -200,7 +208,7 @@ export default {
align: 'center',
width: 180,
dataIndex: 'manifestVersion',
scopedSlots: { customRender: 'text' }
scopedSlots: { customRender: 'manifestVersion' }
},
{ // 发布时间
title: this.$t('standardRegulationLibrary.marketRegulationsList.releaseTime'),