| | |
| | | <template slot="tableButton"> |
| | | <el-table-column label="操作" width="180" fixed="right" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span @click="handleHistoryClick(scope.row)" class="yes-cursor"> |
| | | <span v-if="scope.row.isEdit" @click="handleHistoryClick(scope.row)" class="yes-cursor"> |
| | | <i class="el-icon-refresh-left"></i> |
| | | <span>历史</span> |
| | | </span> |
| | |
| | | }, |
| | | // 操作输入 |
| | | inputContent(val, prop, row) { |
| | | console.log("22222222222222") |
| | | console.log(val, prop, row) |
| | | // this.countId = row.countId |
| | | // this.tableData.map((item) => { |
| | | // if (item.countId === row.countId) { |
| | | // item[prop] = val |
| | | // } |
| | | // }) |
| | | this.differenceAmount = val |
| | | }, |
| | | // 新增 |