src/views/system/check/result/detail/detail.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/contract/contract-result/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/system/check/result/detail/detail.vue
@@ -399,7 +399,7 @@ /** 修改按钮操作 */ handleRuleUpdate(row) { this.reset("ruleForm"); this.ruleForm = row; this.ruleForm = JSON.parse(JSON.stringify(row)); this.ruleOpen = true; this.title = "修改考核规则"; }, src/views/system/contract/contract-result/index.vue
@@ -221,7 +221,7 @@ width="180px" > </el-table-column> <el-table-column prop="num" label="指标"> </el-table-column> <el-table-column prop="num" label="量值"> </el-table-column> <el-table-column prop="score" label="扣分"> </el-table-column> </el-table> </el-dialog>