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