检测过程流程展示页面框架绘制

This commit is contained in:
GYYM
2024-11-18 22:04:59 +08:00
parent 5cdbee88b4
commit 977a998767
15 changed files with 1469 additions and 171 deletions

View File

@@ -158,6 +158,12 @@ const tabsList = ref([
img: "/src/assets/images/plan/static/3.svg",
checked: false,
},
{
label: "数据查询",
value: 5,
img: "/src/assets/images/plan/static/5.svg",
checked: false,
},
{
label: "设备归档",
value: 4,