行业列表字段修改
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user