| | |
| | | </el-table-column> |
| | | <el-table-column prop="limitTime" label="剩余时间" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="stepName" label="问题状态" min-width="10"> |
| | | <el-table-column prop="stepName" label="操作" min-width="10"> |
| | | <template slot-scope="scope"> |
| | | <div class="operation"> |
| | | <span @click="handleOperation(scope.row)">{{ |
| | |
| | | url: `sccg/base_case/baseCaseDetail/${row.code}`, |
| | | }).then((res) => { |
| | | this.info = res.data; |
| | | this.vioData = res.data.currentSitVo; |
| | | if (res.data) this.vioData = res.data.currentSitVo; |
| | | this.dialogUpdate = true; |
| | | }); |
| | | }, |