From cdb50836bf777c1414bf92a5c734cdfc7abd70aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Thu, 20 Mar 2025 22:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E4=B8=9A=E5=88=97=E8=A1=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Global/index.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/stores/Global/index.ts b/src/stores/Global/index.ts index a62b078..ba63985 100644 --- a/src/stores/Global/index.ts +++ b/src/stores/Global/index.ts @@ -20,15 +20,14 @@ export const useGlobalInfoStore = defineStore('globalInfo', () => { }) const industryList = ref([ + { value: 'Public_Communication_and_Information_Services', name: '通信' }, { value: 'Finance', name: '金融' }, - { value: 'E_Government_Electronic_Government', name: '电力' }, - { value: 'Public_Communication_and_Information_Services', name: '电信' }, - { value: 'petroleum', name: '石油' }, + { value: 'E_Government_Electronic_Government', name: '电子政务' }, + { value: 'Public_Services', name: '公共服务' }, + { value: 'Water_Conservancy', name: '水利' }, { value: 'transportation', name: '交通' }, - { value: 'education', name: '教育' }, - { value: 'medical', name: '医疗' }, - { value: 'military', name: '军工' }, - { value: 'aerospace', name: '航空航天' }, + { value: 'energy', name: '能源' }, + { value: 'National_Defense', name: '国防' }, ]); const menuInfo = computed(() => {