diff --git a/src/views/compilation/handbook/index.vue b/src/views/compilation/handbook/index.vue index 5de7487..6f779e0 100644 --- a/src/views/compilation/handbook/index.vue +++ b/src/views/compilation/handbook/index.vue @@ -1,237 +1,1094 @@ - \ No newline at end of file + diff --git a/src/views/evalute/supervision/index.vue b/src/views/evalute/supervision/index.vue index 08e79c7..5baa6de 100644 --- a/src/views/evalute/supervision/index.vue +++ b/src/views/evalute/supervision/index.vue @@ -4,10 +4,18 @@
- + - + @@ -23,17 +31,36 @@
- 添加规则 + 添加规则
- + - - + + - + - + - + + - +
- - + + - + @@ -100,34 +175,57 @@ - + 申报任务即将结束(企业) 项目即将建设完成(政府) - +
* 提前 - + 天提醒
- +
@@ -225,7 +323,7 @@ export default { alertTime: "", alertContent: "", alertType: "1", - daysAdvance: "" + daysAdvance: "", }; // 清除验证 @@ -243,13 +341,13 @@ export default { const params = { current: this.pagination.current, size: this.pagination.size, - rulesName: this.searchForm.rulesName || '', - alertType: this.searchForm.alertType || '', + rulesName: this.searchForm.rulesName || "", + alertType: this.searchForm.alertType || "", }; // 移除空字符串的参数 - Object.keys(params).forEach(key => { - if (params[key] === '') { + Object.keys(params).forEach((key) => { + if (params[key] === "") { delete params[key]; } }); @@ -282,6 +380,7 @@ export default { alertType: res.data.alertType.toString(), daysAdvance: res.data.daysAdvance, }; + this.isView = true; this.dialogVisible = true; this.dialogTitle = "查看智能提醒规则"; @@ -308,7 +407,7 @@ export default { alertTime: "", alertContent: "", alertType: "1", - daysAdvance: "" // 确保这个字段也被重置 + daysAdvance: "", // 确保这个字段也被重置 }; // 清除验证 @@ -374,7 +473,7 @@ export default { } }); }) - .catch(() => { }); + .catch(() => {}); }, // 取消按钮 cancelAdd() { @@ -526,7 +625,7 @@ export default { .el-button { padding: 9px 20px; - &+.el-button { + & + .el-button { margin-left: 10px; } }