Browse Source

【口岸监管服务系统】二线出区核放单管理,列表中关联单证类型显示不正确

CzRger 8 months ago
parent
commit
3785ee95d9

+ 3 - 0
snowy-admin-web/src/views/yqyc/zero/two/out-nuclear-release/detail.vue

@@ -287,6 +287,9 @@
 					:row-selection="relationOptions.rowSelection"
 				>
 					<template #bodyCell="{ column, record, index }">
+						<template v-if="column.dataIndex === 'dzType'">
+							{{ $TOOL.dictTypeData('gldzlx', record.dzType) }}
+						</template>
 						<template v-if="column.dataIndex === 'action'">
 							<template v-if="isView">
 								<a-button type="link" primary size="small" @click="onRelationReset(), relationData = cloneDeep(record)">查看</a-button>