| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-button size="small" style="margin: 10px 0" type="primary" @click="addRow">添加</el-button> |
| | | <el-table :data="recordDetailList" height="300" style="width: 100%"> |
| | | <el-table :data="recordDetailList" height="300" style="width: 100%" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> |
| | | <el-table-column label="测试点" min-width="130" prop="testPoint"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.testPoint" clearable size="small"></el-input> |
| | |
| | | determine: '', |
| | | remark: '', |
| | | planDetailsId: '', |
| | | checkerUserId: '', |
| | | reviewUserId: '', |
| | | }, |
| | | currentStep: 0, |
| | | distributionDetailList: [ |
| | |
| | | this.form = { ...res.data } |
| | | this.form.planDetailsId = planDetailsId |
| | | this.recordDetailList = this.form.recordDetailList || [] |
| | | if (!this.form.checkerUserId) { |
| | | if (!this.form.reviewUserId) { |
| | | this.currentStep = 0 |
| | | } else { |
| | | this.currentStep = 1 |