|
|
@@ -61,7 +61,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:type="{ row }">
|
|
|
- <span v-if=" row.itemVO.type">
|
|
|
+ <span v-if="row.itemVO.type">
|
|
|
{{ getDictValue('质检标准类型', row.itemVO.type) }}
|
|
|
</span>
|
|
|
</template>
|
|
|
@@ -184,8 +184,7 @@
|
|
|
prop: 'itemVO.inspectionStandard',
|
|
|
formatter: (row, column, cellValue) => {
|
|
|
return (
|
|
|
- row.itemVO.symbol + ' ' + cellValue + ' ' +
|
|
|
- row.itemVO.unit
|
|
|
+ row.itemVO.symbol + ' ' + cellValue + ' ' + row.itemVO.unit
|
|
|
);
|
|
|
},
|
|
|
minWidth: 150
|