|
|
@@ -28,6 +28,13 @@
|
|
|
</el-link>
|
|
|
</template>
|
|
|
|
|
|
+ <template v-slot:newSumOrderWeight="{ row }">
|
|
|
+
|
|
|
+ {{ row.newSumOrderWeight }} {{ row.newWeightUnit }}
|
|
|
+
|
|
|
+ </template>
|
|
|
+
|
|
|
+
|
|
|
<template v-slot:status="{ row }">
|
|
|
<span :class="{ 'ele-text-danger': row.status == 3 }">
|
|
|
{{ statusFormatter(row.status) }}
|
|
|
@@ -224,6 +231,15 @@
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: 'newSumOrderWeight',
|
|
|
+ label: '要求生产重量',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ slot: 'newSumOrderWeight',
|
|
|
+ },
|
|
|
+
|
|
|
// {
|
|
|
// prop: '',
|
|
|
// label: '已成型数量',
|