This commit is contained in:
caozehui
2025-05-06 15:14:58 +08:00
parent 3e00f2fee7
commit 33ebb91ab6
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
>数字式模块</el-dropdown-item >数字式模块</el-dropdown-item
> >
<el-dropdown-item @click="handelOpen('比对式')" <el-dropdown-item @click="handelOpen('比对式')"
>比对式模块</el-dropdown-item disabled>比对式模块</el-dropdown-item
> >
</el-dropdown-menu> </el-dropdown-menu>
</template> </template>

View File

@@ -71,7 +71,7 @@ const modeList = [
code: "数字式", code: "数字式",
subName: "启用数字检测计划", subName: "启用数字检测计划",
img: new URL('/src/assets/images/dashboard/2.svg', import.meta.url).href, img: new URL('/src/assets/images/dashboard/2.svg', import.meta.url).href,
isActive: false, isActive: true,
}, },
{ {
name: "比对式模块", name: "比对式模块",