|
|
@@ -44,6 +44,10 @@
|
|
|
>
|
|
|
</template>
|
|
|
|
|
|
+ <template v-slot:productUnitWeight="{ row }">
|
|
|
+ <span> {{ row.productUnitWeight }}{{ row.weightUnit }}</span>
|
|
|
+ </template>
|
|
|
+
|
|
|
<template v-slot:taskName="{ row }">
|
|
|
<span> {{ row.taskName }}</span>
|
|
|
</template>
|
|
|
@@ -183,7 +187,13 @@
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
-
|
|
|
+ {
|
|
|
+ prop: 'productUnitWeight',
|
|
|
+ slot: 'productUnitWeight',
|
|
|
+ label: '单重',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'priority',
|
|
|
label: '优先级',
|