Parcourir la source

二线入区核放单管理(二线出区核放单管理),列表上核放单类型改为进出标志,该字段对应的字典值也同步修改

CzRger il y a 7 mois
Parent
commit
e70636024d

+ 4 - 4
snowy-admin-web/src/views/yqyc/zero/two/in-nuclear-release/index.vue

@@ -75,8 +75,8 @@
 				</a-space>
 			</template>
 			<template #bodyCell="{ column, record }">
-				<template v-if="column.dataIndex === 'hfdLx'">
-					{{ $TOOL.dictTypeData('hfdlx', record.hfdLx) }}
+				<template v-if="column.dataIndex === 'jcbz'">
+					{{ $TOOL.dictTypeData('jcbz', record.jcbz) }}
 				</template>
 				<template v-if="column.dataIndex === 'status'">
 					{{ $TOOL.dictTypeData('djzt', record.status) }}
@@ -141,8 +141,8 @@
 			dataIndex: 'hfdCode',
 		},
 		{
-			title: '核放单类型',
-			dataIndex: 'hfdLx',
+			title: '进出标志',
+			dataIndex: 'jcbz',
 		},
 		{
 			title: '台账编号',

+ 4 - 4
snowy-admin-web/src/views/yqyc/zero/two/out-nuclear-release/index.vue

@@ -75,8 +75,8 @@
 				</a-space>
 			</template>
 			<template #bodyCell="{ column, record }">
-				<template v-if="column.dataIndex === 'hfdLx'">
-					{{ $TOOL.dictTypeData('hfdlx', record.hfdLx) }}
+				<template v-if="column.dataIndex === 'jcbz'">
+					{{ $TOOL.dictTypeData('jcbz', record.jcbz) }}
 				</template>
 				<template v-if="column.dataIndex === 'status'">
 					{{ $TOOL.dictTypeData('djzt', record.status) }}
@@ -141,8 +141,8 @@
 			dataIndex: 'hfdCode',
 		},
 		{
-			title: '核放单类型',
-			dataIndex: 'hfdLx',
+			title: '进出标志',
+			dataIndex: 'jcbz',
 		},
 		{
 			title: '台账编号',