页面路径完善

This commit is contained in:
Zy
2026-04-28 19:18:57 +08:00
parent bde3ca8ff1
commit 7b89144dd4
70 changed files with 573 additions and 221 deletions

View File

@@ -4,10 +4,10 @@
<el-card class="flex-1 mt-10px" shadow="never">
<template #header>
<el-row :gutter="10" style="font-size: 0.8rem">
<el-col :span="3"> 设备号 {{ routeid }} </el-col>
<el-col :span="3"> 房间号 {{ housename }} </el-col>
<el-col :span="17"></el-col>
<el-col :span="1">
<el-col :span="4"> 设备号 {{ routeid }} </el-col>
<el-col :span="4"> 房间号 {{ housename }} </el-col>
<el-col :span="14"></el-col>
<el-col :span="2">
<el-button @click="confinem">返回</el-button>
</el-col>
</el-row>