|
|
@@ -286,9 +286,11 @@
|
|
|
<el-table-column label="重量" prop="weight">
|
|
|
<template slot-scope="{ row, $index }">
|
|
|
<el-input
|
|
|
+ v-if="row.weightUnit == row.measuringUnit"
|
|
|
@input="wrapWeightChange($event, row)"
|
|
|
v-model="row.weight"
|
|
|
></el-input>
|
|
|
+ <span v-else>{{ row.weight }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|