[update] 修改bug80410

This commit is contained in:
lideqin
2024-01-08 17:28:02 +08:00
parent d4726c62df
commit 4665e246cc
@@ -12,12 +12,12 @@
:pagination="false" :pagination="false"
:loading="loading"> :loading="loading">
<!-- 起草人 --> <!-- 起草人 -->
<template slot="user" slot-scope="{record, text}"> <!--<template slot="user" slot-scope="{record, text}">-->
<a-tooltip overlay-class-name="tooltip-style"> <!-- <a-tooltip overlay-class-name="tooltip-style">-->
<template slot="title">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</template> <!-- <template slot="title">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</template>-->
<div class="table-text">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</div> <!-- <div class="table-text">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</div>-->
</a-tooltip> <!-- </a-tooltip>-->
</template> <!--</template>-->
<!-- 操作栏 --> <!-- 操作栏 -->
<div slot="action" slot-scope="{record, index}" class="action-span-cell"> <div slot="action" slot-scope="{record, index}" class="action-span-cell">
@@ -71,7 +71,7 @@ export default {
align: 'center', align: 'center',
width: 200, width: 200,
dataIndex: 'user_dictText', dataIndex: 'user_dictText',
scopedSlots: { customRender: 'user' } scopedSlots: { customRender: 'text' }
}, },
{ // 起草范围 { // 起草范围
title: this.$t('workCenter.enStandardRevision.draftingScope'), title: this.$t('workCenter.enStandardRevision.draftingScope'),