update 企标稽查列表
This commit is contained in:
@@ -136,6 +136,12 @@
|
|||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</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">-->
|
<!--<div slot="action" slot-scope="{text, record}" class="action-span-cell">-->
|
||||||
<!-- <template v-if="record.delayFlag && isHasPermission(operationList[0].has)">-->
|
<!-- <template v-if="record.delayFlag && isHasPermission(operationList[0].has)">-->
|
||||||
@@ -295,7 +301,7 @@ export default {
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'createTime',
|
dataIndex: 'createTime',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'createTime' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
|
|||||||
Reference in New Issue
Block a user