计划列表

This commit is contained in:
zhujiyan
2024-08-26 20:05:04 +08:00
parent 531ec04f8d
commit a3df1a14a0
20 changed files with 1522 additions and 28 deletions

View File

@@ -142,7 +142,7 @@
<el-button type="primary" v-if="form.activeTabs === 5"
>设备导入</el-button
>
<el-button type="primary">计划详情</el-button>
<el-button type="primary" @click="planDetail">计划详情</el-button>
</el-form-item>
</el-form>
</div>
@@ -340,6 +340,12 @@ const handleDetection = () => {
path: "/detection",
});
};
//前往计划详情
const planDetail = () => {
router.push({
path: "/plan/planList",
});
};
onMounted(() => {
console.log();
getTree();