|
|
@@ -129,7 +129,11 @@
|
|
|
class="time-form"
|
|
|
max-height="400"
|
|
|
row-key="index"
|
|
|
- ></ele-pro-table>
|
|
|
+ >
|
|
|
+ <template v-slot:feedQuantity="{ row, $index }">
|
|
|
+ <span>{{ row.feedQuantity }}{{ row.unit }}</span>
|
|
|
+ </template>
|
|
|
+ </ele-pro-table>
|
|
|
<!-- <el-table :data="item.splitList" style="width: 100%">
|
|
|
<el-table-column prop="computeSize" label="序号" width="65">
|
|
|
<template v-slot="{ row, $index }">
|
|
|
@@ -292,10 +296,7 @@
|
|
|
row-key="index"
|
|
|
>
|
|
|
<template v-slot:feedQuantity="{ row, $index }">
|
|
|
- <span
|
|
|
- >{{ row.feedQuantity
|
|
|
- }}{{ row.packageQuantity ? row.packingUnit : row.unit }}</span
|
|
|
- >
|
|
|
+ <span>{{ row.feedQuantity }}{{ row.unit }}</span>
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:packageQuantity="{ row, $index }">
|