From 4ef69f1d7bdd01471d207c865a394c618c214452 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 13 Mar 2023 09:46:16 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
src/views/specialWorkSystem/flow/basicApprove/index.vue | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/views/specialWorkSystem/flow/basicApprove/index.vue b/src/views/specialWorkSystem/flow/basicApprove/index.vue
index 021a4d1..87af29a 100644
--- a/src/views/specialWorkSystem/flow/basicApprove/index.vue
+++ b/src/views/specialWorkSystem/flow/basicApprove/index.vue
@@ -141,13 +141,9 @@
}
},
ruleStandTypeList: [
- { id: 1, name: '可燃气浓度' },
- { id: 2, name: '氧气浓度' },
- { id: 3, name: '一氧化碳浓度' },
- { id: 4, name: '硫化氢浓度' },
- { id: 5, name: '温度' },
- { id: 6, name: '压力' },
- { id: 7, name: '震动' }
+ { id: 1, name: '可燃气体' },
+ { id: 3, name: '有毒有害气体' },
+ { id: 2, name: '氧气' },
],
typeList: [
{ id: 1, name: '大于' },
--
Gitblit v1.9.2