样式微调

This commit is contained in:
GYYM
2024-11-22 10:46:10 +08:00
parent 44f8d43775
commit 6137ac18b7
8 changed files with 47 additions and 24 deletions

View File

@@ -315,11 +315,13 @@ const handleCheckFunction = (val: any) => {
tabLabel1.value = "设备复检";
break;
case 3://报告生成
tabLabel1.value = "未检设备";
tabShow.value = true;
tabLabel1.value = "报告生成";
//tabShow.value = true;
break;
case 4://设备归档
tabLabel1.value = "设备归档";
case 5://数据查询
tabLabel1.value = "数据查询";
break;
}