|
@@ -272,7 +272,7 @@ export const copyOtherOptions = {
|
|
|
/* 图表年份筛选框 */
|
|
|
export const yearSelector = [
|
|
|
{
|
|
|
- name: bus.$i18nt?bus.$i18nt.t('Chart.since_onefive'):'15年至今',//'15年至今'
|
|
|
+ name: bus.$i18nt?bus.$i18nt.t('Chart.since_onefive'):'15年至最新值',//'15年至最新值'
|
|
|
value: 3,
|
|
|
},
|
|
|
// // {
|
|
@@ -284,15 +284,15 @@ export const yearSelector = [
|
|
|
// // value: 8,
|
|
|
// // },
|
|
|
{
|
|
|
- name: bus.$i18nt?bus.$i18nt.t('Chart.since_twozero'):'20年至今',//'20年至今'
|
|
|
+ name: bus.$i18nt?bus.$i18nt.t('Chart.since_twozero'):'20年至最新值',//'20年至最新值'
|
|
|
value: 9,
|
|
|
},
|
|
|
{
|
|
|
- name: bus.$i18nt?bus.$i18nt.t('Chart.since_twoone'):'23年至今',//'23年至今'
|
|
|
+ name: bus.$i18nt?bus.$i18nt.t('Chart.since_twoone'):'23年至最新值',//'23年至最新值'
|
|
|
value: 12,
|
|
|
},
|
|
|
{
|
|
|
- name: bus.$i18nt?bus.$i18nt.t('Chart.since_twotwo'):'24年至今',//'24年至今'
|
|
|
+ name: bus.$i18nt?bus.$i18nt.t('Chart.since_twotwo'):'24年至最新值',//'24年至最新值'
|
|
|
value: 13,
|
|
|
},
|
|
|
]
|