From d5fe0b27048b64c9904d1f8332422ce718787ba0 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 14 十二月 2022 16:03:20 +0800 Subject: [PATCH] 2022-12-14 肖辉 用户管理模块-新建用户密码校验修改 智能巡查模块-预警研判样式修改 --- src/utils/helper.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/utils/helper.js b/src/utils/helper.js index d79cabf..c9fafd0 100644 --- a/src/utils/helper.js +++ b/src/utils/helper.js @@ -135,3 +135,8 @@ { label: '涓婃姤', value: '01' }, { label: '澶勭疆', value: '02' } ] + +export const RESOURCE_OPTIONS = [ + { label: '浜哄伐涓婃姤', value: 2 }, + { label: '瑙嗛宸℃煡', value: 1 } +] -- Gitblit v1.8.0