Commit b924335c authored by “yiyousong”'s avatar “yiyousong”

feat:设备管理添加所属机构

parent 01deb1a7
...@@ -135,6 +135,13 @@ ...@@ -135,6 +135,13 @@
placeholder="请输入楼层" placeholder="请输入楼层"
></el-input-number> </el-form-item ></el-input-number> </el-form-item
></el-col> ></el-col>
<el-col :span="12"
><el-form-item label="所属机构" prop="institution">
<el-input
v-model="form.institution"
placeholder="请输入所属机构"
></el-input> </el-form-item
></el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="24" <el-col :span="24"
...@@ -208,6 +215,7 @@ export default { ...@@ -208,6 +215,7 @@ export default {
// enabled: "", // 启用状态 (0.停止,1.启用) // enabled: "", // 启用状态 (0.停止,1.启用)
deviceInBuilding: "", // 所在楼宇 deviceInBuilding: "", // 所在楼宇
deviceInFloor: "", // 所在楼层 deviceInFloor: "", // 所在楼层
institution: "",
}, },
rules: { rules: {
deviceName: [ deviceName: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment