删除时未能刷新表格以及修复黄金指标警告

This commit is contained in:
lai
2023-12-28 10:53:42 +08:00
parent 9c61026c88
commit 04b4c25c38
2 changed files with 2 additions and 11 deletions

View File

@@ -287,14 +287,6 @@ function fnDesign() {
},
yAxis: [
{ type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } },
{
type: 'value',
position: 'right',
alignTicks: true,
axisLabel: {
fontSize: 10,
},
},
],
};
chartsOption.perfChart = option;
@@ -512,9 +504,7 @@ onMounted(() => {
<template #extra>
<a-space :size="8" align="center">
<a-button type="default" size="small" @click.prevent="fnMakeTable(1)">
<template #icon>
<ClearOutlined />
</template>
<template #icon> <bars-outlined /> </template>
{{ t('views.perfManage.goldTarget.allData') }}
</a-button>
</a-space>