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