|
|
@@ -180,6 +180,16 @@
|
|
|
<template v-slot:feedQuantity="{ row, $index }">
|
|
|
<span>{{ row.feedQuantity }}{{ row.unit }}</span>
|
|
|
</template>
|
|
|
+
|
|
|
+ <template v-slot:packageQuantity="{ row, $index }">
|
|
|
+ <span>{{ row.packageQuantity }}{{ row.packingUnit }}</span>
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <template v-slot:packageDisposition="{ row, $index }">
|
|
|
+ <el-tag v-if="row.extInfo.packageDisposition">{{
|
|
|
+ row.extInfo.packageDisposition
|
|
|
+ }}</el-tag>
|
|
|
+ </template>
|
|
|
</ele-pro-table>
|
|
|
|
|
|
<!-- <template v-slot:newWeight="{ row, $index }">
|