|
@@ -49,6 +49,10 @@
|
|
|
{{ row.demandQuantity }} {{ row.unit }}
|
|
{{ row.demandQuantity }} {{ row.unit }}
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+ <template v-slot:specification="{ row }">
|
|
|
|
|
+ {{ row.specification ? row.specification : row.specifications }}
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<template v-slot:action="{ row, $index }">
|
|
<template v-slot:action="{ row, $index }">
|
|
|
<el-link
|
|
<el-link
|
|
|
type="text"
|
|
type="text"
|
|
@@ -182,6 +186,7 @@
|
|
|
prop: 'specification',
|
|
prop: 'specification',
|
|
|
label: '规格',
|
|
label: '规格',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
|
|
+ slot: 'specification',
|
|
|
showOverflowTooltip: true
|
|
showOverflowTooltip: true
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -256,7 +261,6 @@
|
|
|
width: 150,
|
|
width: 150,
|
|
|
prop: 'specification',
|
|
prop: 'specification',
|
|
|
label: '规格',
|
|
label: '规格',
|
|
|
- slot: 'specification',
|
|
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
showOverflowTooltip: true
|
|
|
},
|
|
},
|