From 2380de35e6849441a0db138eb81b30a928efffa3 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 21 十二月 2019 23:59:43 +0800
Subject: [PATCH] 加入 组织隶属 小区功能
---
WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html b/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html
index d8c9fa2..86ab93d 100644
--- a/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html
+++ b/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html
@@ -107,6 +107,13 @@
class="form-control">
</div>
</div>
+ <div class="form-group row">
+ <label class="col-sm-2 col-form-label">璁惧璁块棶url</label>
+ <div class="col-sm-10">
+ <input v-model="editMachineInfo.machineUrl" readonly type="text" placeholder="閫夊~锛岃濉啓璁惧MAC"
+ class="form-control">
+ </div>
+ </div>
<div class="ibox-content">
<button class="btn btn-primary float-right" type="button" v-on:click="editMachine()"><i
--
Gitblit v1.8.0