From 596a6831ceb5417e2f4fb71f9e2dd1d2e2bcb6f8 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 14 十月 2022 10:25:26 +0800 Subject: [PATCH] lct --- 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