瀏覽代碼

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

CzRger 1 年之前
父節點
當前提交
8ced996dc2
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      snowy-admin-web/src/views/yqyc/zero/enterprise-ledger/detail.vue

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