Переглянути джерело

【口岸监管服务系统】企业台账管理,新增页面料件信息tab,法定计量单位无法选择,列表中法定计量单位、法定第二计量单位显示无此字典项

CzRger 8 місяців тому
батько
коміт
8ced996dc2

+ 6 - 6
snowy-admin-web/src/views/yqyc/zero/enterprise-ledger/detail.vue

@@ -309,12 +309,12 @@
 						<template v-if="column.dataIndex === 'declareUnit'">
 							{{ $TOOL.dictTypeData('measurement unit', record.declareUnit) }}
 						</template>
-						<template v-if="column.dataIndex === 'legalUnit'">
-							{{ $TOOL.dictTypeData('measurement unit', record.legalUnit) }}
-						</template>
-						<template v-if="column.dataIndex === 'legalSecondUnit'">
-							{{ $TOOL.dictTypeData('measurement unit', record.legalSecondUnit) }}
-						</template>
+<!--						<template v-if="column.dataIndex === 'legalUnit'">-->
+<!--							{{ $TOOL.dictTypeData('measurement unit', record.legalUnit) }}-->
+<!--						</template>-->
+<!--						<template v-if="column.dataIndex === 'legalSecondUnit'">-->
+<!--							{{ $TOOL.dictTypeData('measurement unit', record.legalSecondUnit) }}-->
+<!--						</template>-->
 						<template v-if="column.dataIndex === 'originCountry'">
 							{{ $TOOL.dictTypeData('address', record.originCountry) }}
 						</template>