diff --git a/src/pages/workbench/fwgl/fwglList.vue b/src/pages/workbench/fwgl/fwglList.vue
index fccd788877c1d97f7b38ad48b5c8c52ee22088ad..8452a80af4134e7f671bab8f9ecb93aea002d51e 100644
--- a/src/pages/workbench/fwgl/fwglList.vue
+++ b/src/pages/workbench/fwgl/fwglList.vue
@@ -72,7 +72,10 @@
-
+
+
+ 工作区域审批(1)
+
= 80) {
colors = ["#e3606d", "#f6d0d0"];
+ this.cloud_admin_warn = true;
} else if (percent >= 60) {
colors = ["#ef9535", "#fcefd8"];
} else {
@@ -1989,6 +1994,13 @@ export default {
this.$refs.adminHistogram.resize();
}
},
+ approveWorkspace() {
+ if (this.cloud_admin_warn) {
+ console.log("告警 ---");
+ } else {
+ console.log("审批 ---");
+ }
+ },
},
created() {
this.level = parseInt(this.$route.params.level);
@@ -2103,4 +2115,13 @@ export default {
margin-top: 15px;
box-sizing: border-box;
}
+.apass_buttons {
+ position: relative;
+}
+.apass_buttons > .el-button {
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 9;
+}