From e282e7906fb7f77f65dd39c8d636d7b86cf629c7 Mon Sep 17 00:00:00 2001 From: laozt <2721205210@qq.com> Date: Fri, 1 Mar 2024 17:13:36 +0800 Subject: [PATCH] CD --- .env.development | 2 +- src/views/yingji/home.vue | 60 +++++++++++++++++++++++++++++++-- src/views/yingji/planManage.vue | 15 ++++----- 3 files changed, 65 insertions(+), 12 deletions(-) diff --git a/.env.development b/.env.development index ebdaf25..b797e5b 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ # @Author: 张涛 # @Date: 2023-07-18 13:04:50 # @LastEditors: laozt 2721205210@qq.com - # @LastEditTime: 2024-01-09 14:04:56 + # @LastEditTime: 2024-03-01 16:39:10 # @FilePath: \suzhouyingjiPC\.env.development ### # 页面标题 diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue index 12937db..2597352 100644 --- a/src/views/yingji/home.vue +++ b/src/views/yingji/home.vue @@ -140,6 +140,33 @@ {{ scope.row.completionRate }}% + + + + + + + + + @@ -168,7 +195,7 @@ @@ -213,6 +240,33 @@ {{ scope.row.completionRate }}% + + + + + + + + + @@ -333,7 +387,7 @@ export default { title: "", isDialogShow: false, tableInfoData: [], - tableHeight: 530, + tableHeight: 580, }; }, components: { @@ -352,7 +406,7 @@ export default { if (screenWidth == 1366) { this.tableHeight = 500; } else { - this.tableHeight = detectZoom == 100 ? 750 : 530; + this.tableHeight = detectZoom == 100 ? 750 : 580; } if (JSON.parse(sessionStorage.getItem("USER_P_STATUS")) == 1) { // 原始密码修改 diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index 16fb422..b412c05 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -71,7 +71,7 @@ 导出excel -
+
新增计划
@@ -378,11 +378,11 @@ export default { }, /** 新增按钮操作 */ handleAdd() { - this.$message({ - message: '2024年执法计划申报结束,暂时不允许新增计划', - type: 'warning' - }); - // this.$refs.addDialog.openDialog(); + // this.$message({ + // message: '2024年执法计划申报结束,暂时不允许新增计划', + // type: 'warning' + // }); + this.$refs.addDialog.openDialog(); }, /** 详情按钮操作 */ handleInfo(row) { @@ -626,8 +626,7 @@ export default { .newProjectDis { background-color: #ccc; - /* 设置背景颜色为灰色 */ - opacity: 0.6; /* 设置透明度为 60% */ + opacity: 0.6; } }