树控件样式微调

This commit is contained in:
GYYM
2024-11-15 09:34:43 +08:00
parent 815d34f817
commit 563285eb77
4 changed files with 35 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ const form: any = ref({
const router = useRouter();
const activeNames = ref(['2'])
const tabShow= ref(false);
const tabLabel1 = ref('自动检测')
const tabLabel1 = ref('设备检测')
const editableTabsValue = ref('0')
const handleChange = (val: string[]) => {
// console.log(val)