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 }}%
+
+
+ {{ scope.row.cdExecutionPlan }}家
+
+
+
+
+ {{ scope.row.cdFinish }}家
+
+
+
+
+ {{ scope.row.cdCompletionRate }}%
+
+
@@ -168,7 +195,7 @@
@@ -213,6 +240,33 @@
{{ scope.row.completionRate }}%
+
+
+ {{ scope.row.cdExecutionPlan }}家
+
+
+
+
+ {{ scope.row.cdFinish }}家
+
+
+
+
+ {{ scope.row.cdCompletionRate }}%
+
+
@@ -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;
}
}