소스 검색

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

CzRger 1 년 전
부모
커밋
3785ee95d9
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      snowy-admin-web/src/views/yqyc/zero/two/out-nuclear-release/detail.vue

+ 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>