[update] 修改bug80410
This commit is contained in:
+7
-7
@@ -12,12 +12,12 @@
|
||||
:pagination="false"
|
||||
:loading="loading">
|
||||
<!-- 起草人 -->
|
||||
<template slot="user" slot-scope="{record, text}">
|
||||
<a-tooltip overlay-class-name="tooltip-style">
|
||||
<template slot="title">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</template>
|
||||
<div class="table-text">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</div>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<!--<template slot="user" slot-scope="{record, text}">-->
|
||||
<!-- <a-tooltip overlay-class-name="tooltip-style">-->
|
||||
<!-- <template slot="title">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</template>-->
|
||||
<!-- <div class="table-text">{{ record.operateType === '2' ? '我' : (text || global.emptyLine) }}</div>-->
|
||||
<!-- </a-tooltip>-->
|
||||
<!--</template>-->
|
||||
|
||||
<!-- 操作栏 -->
|
||||
<div slot="action" slot-scope="{record, index}" class="action-span-cell">
|
||||
@@ -71,7 +71,7 @@ export default {
|
||||
align: 'center',
|
||||
width: 200,
|
||||
dataIndex: 'user_dictText',
|
||||
scopedSlots: { customRender: 'user' }
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 起草范围
|
||||
title: this.$t('workCenter.enStandardRevision.draftingScope'),
|
||||
|
||||
Reference in New Issue
Block a user