diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index c8e6d8de..91be6d64 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -285,9 +285,7 @@ function fnDesign() { right: '30%', bottom: '20%', }, - yAxis: [ - { type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } }, - ], + yAxis: [{ type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } }], }; chartsOption.perfChart = option; @@ -397,6 +395,7 @@ onMounted(() => { v-model:value="queryParams.particle" :placeholder="t('common.selectPlease')" :options="[ + { label: '5M', value: '5' }, { label: '15M', value: '15' }, { label: '30M', value: '30' }, { label: '60M', value: '60' },