fuliqi
2024-07-18 dcd42a0ca6dc842ebd3fc5c144d0514d9a63f34f
考核结果二级页面修改规则bug
2个文件已修改
4 ■■■■ 已修改文件
src/views/system/check/result/detail/detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/contract/contract-result/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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>