Compare commits
No commits in common. "64e39d49dfbaa7090d94b12edd1bf70cb75a8bef" and "af659cfbb5a2c087098d99f0a634b162f5355a4d" have entirely different histories.
64e39d49df
...
af659cfbb5
@ -32,10 +32,10 @@ export const useHeaderMenuConfig = () => {
|
|||||||
label: t('header_menu.corporate_information.governance'),
|
label: t('header_menu.corporate_information.governance'),
|
||||||
key: 'governance',
|
key: 'governance',
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// label: t('header_menu.corporate_information.corporate_video'),
|
label: t('header_menu.corporate_information.corporate_video'),
|
||||||
// key: 'corporate_video',
|
key: 'corporate_video',
|
||||||
// },//现阶段不展示
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -47,10 +47,6 @@ const state = reactive({
|
|||||||
label: 'All Years',
|
label: 'All Years',
|
||||||
value: 'all_years',
|
value: 'all_years',
|
||||||
},
|
},
|
||||||
...Array.from({ length: 2025 - 1990 + 1 }, (_, i) => {
|
|
||||||
const year = 2025 - i
|
|
||||||
return { label: String(year), value: String(year) }
|
|
||||||
})
|
|
||||||
], //下拉选项
|
], //下拉选项
|
||||||
inputValue: '', //输入值
|
inputValue: '', //输入值
|
||||||
})
|
})
|
||||||
|
@ -54,10 +54,6 @@ const state = reactive({
|
|||||||
label: 'All Years',
|
label: 'All Years',
|
||||||
value: 'all_years',
|
value: 'all_years',
|
||||||
},
|
},
|
||||||
...Array.from({ length: 2025 - 1990 + 1 }, (_, i) => {
|
|
||||||
const year = 2025 - i
|
|
||||||
return { label: String(year), value: String(year) }
|
|
||||||
}),
|
|
||||||
], //下拉选项
|
], //下拉选项
|
||||||
inputValue: '', //输入值
|
inputValue: '', //输入值
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user