This commit is contained in:
sjl
2024-12-16 15:25:30 +08:00
parent d061fc9b32
commit 5da07d8631
3 changed files with 32 additions and 56 deletions

View File

@@ -42,7 +42,7 @@
:legendData="{
icon: 'circle',
left: 'left',
top: 'middle',
top: 'bottom',
}"
:chartsData="chartsData1"
ref="pieRef1"
@@ -57,7 +57,7 @@
:legendData="{
icon: 'circle',
left: 'left',
top: 'middle',
top: 'bottom',
}"
:chartsData="chartsData2"
ref="pieRef2"
@@ -77,7 +77,7 @@
:legendData="{
icon: 'circle',
left: 'left',
top: 'middle',
top: 'bottom',
}"
:chartsData="chartsData3"
ref="pieRef3"
@@ -346,7 +346,7 @@ const planDetail = () => {
};
//功能选择css切换
const handleCheckFunction = (val: any) => {
console.log('点击了css切换');
editableTabsValue.value = '0';
form.value.activeChildTabs = 0;
tabsList.value.map((item: any, index: any) => {