|
@@ -128,7 +128,7 @@
|
|
|
v-if="scope.row.identification2 == 'true'" @click="weightsave(scope.row,4)"></i>
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
- <el-table-column class="table_td" prop="settlementWeight" width='200' label="结算重量(吨)">
|
|
|
+ <el-table-column key="20" class="table_td" prop="settlementWeight" width='200' label="结算重量(吨)">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="inputChenge">
|
|
|
<el-input v-model="scope.row.settlementWeight" v-if="scope.row.identification == 'true'">
|