|
|
@@ -40,10 +40,19 @@
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:newWeight="{ row, $index }">
|
|
|
- <span v-if="row.extInfo.newWeight">
|
|
|
+ <el-input
|
|
|
+ size="mini"
|
|
|
+ class="content_num"
|
|
|
+ v-model="row.extInfo.newWeight"
|
|
|
+ placeholder="重量"
|
|
|
+ :disabled="isEdit"
|
|
|
+ >
|
|
|
+ <template slot="append">{{ row.extInfo.weightUnit }}</template>
|
|
|
+ </el-input>
|
|
|
+ <!-- <span>
|
|
|
{{ row.extInfo.newWeight || 0 }}
|
|
|
{{ row.extInfo.weightUnit }}
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
</template>
|
|
|
<!--
|
|
|
<template v-slot:feedQuantity="{ row, $index }">
|
|
|
@@ -242,7 +251,7 @@
|
|
|
// showOverflowTooltip: true
|
|
|
// },
|
|
|
{
|
|
|
- minWidth: 120,
|
|
|
+ minWidth: 140,
|
|
|
prop: 'newWeight',
|
|
|
slot: 'newWeight',
|
|
|
label: '重量',
|