[update] 市场法规清单联调
This commit is contained in:
@@ -113,6 +113,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>
|
||||
|
||||
</j-table>
|
||||
</div>
|
||||
<!-- table区域-end -->
|
||||
@@ -168,7 +176,7 @@ export default {
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'manifestVersion',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
scopedSlots: { customRender: 'manifestVersion' }
|
||||
},
|
||||
{ // 发布时间
|
||||
title: this.$t('standardRegulationLibrary.marketRegulationsList.releaseTime'),
|
||||
|
||||
Reference in New Issue
Block a user