From 54eabcf492ea925deb992d9899c0cece6af5affe Mon Sep 17 00:00:00 2001 From: wangpeng Date: Wed, 21 Feb 2024 10:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=9A=E4=BD=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=B8=BB=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/route/components/list.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/route/components/list.vue b/src/views/system/route/components/list.vue index ead217f..3c5d70b 100644 --- a/src/views/system/route/components/list.vue +++ b/src/views/system/route/components/list.vue @@ -238,7 +238,8 @@ export default { { title: '教育培训', model: 'educationAndTraining' }, { title: '高危作业管理', model: 'highRisk' }, { title: '监测预警', model: 'monitor' }, - { title: '综合管理', model: 'comprehensive' } + { title: '综合管理', model: 'comprehensive' }, + { title: '定位管理', model: 'positioning' } ], dialog: { visible: false,