Bläddra i källkod

去掉弹窗默认信息

chenbaoxin 4 månader sedan
förälder
incheckning
571aafc84e
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/HealthStatusAnalysis/index.vue

+ 2 - 2
src/views/HealthStatusAnalysis/index.vue

@@ -574,8 +574,8 @@ const changeAttr = (val: string[]) => {
 // 健康状态评估结果(模态框)
 const showWarningModal = ref(false);
 const warnList = ref([
-  { id: 1, type: 1, text: "燃油管道泄漏,请立即关闭相关阀门并进行紧急维修" },
-  { id: 2, type: 2, text: "润滑油压力低,请检查润滑系统。" },
+  // { id: 1, type: 1, text: "燃油管道泄漏,请立即关闭相关阀门并进行紧急维修" },
+  // { id: 2, type: 2, text: "润滑油压力低,请检查润滑系统。" },
   // 更多警告项
 ]);