行业列表字段修改

This commit is contained in:
付民康
2025-03-20 22:33:59 +08:00
parent 604a60bf9e
commit cdb50836bf

View File

@@ -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(() => {