update 企标稽查列表

This commit is contained in:
danshihao
2024-01-07 13:36:27 +08:00
parent 7d81eea198
commit 0ebbac8d92
@@ -136,6 +136,12 @@
</a-tooltip>
</template>
<template slot="createTime" slot-scope="{text}">
<a-tooltip overlay-class-name="tooltip-style">
<template slot="title">{{ text || text === 0 ? text.split(' ')[0] : global.emptyLine }}</template>
<div class="table-text">{{ text || text === 0 ? text.split(' ')[0] : global.emptyLine }}</div>
</a-tooltip>
</template>
<!-- 操作栏 -->
<!--<div slot="action" slot-scope="{text, record}" class="action-span-cell">-->
<!-- <template v-if="record.delayFlag && isHasPermission(operationList[0].has)">-->
@@ -295,7 +301,7 @@ export default {
align: 'center',
width: 180,
dataIndex: 'createTime',
scopedSlots: { customRender: 'text' }
scopedSlots: { customRender: 'createTime' }
},
{
title: this.$t('operation'),