mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化设备信息
This commit is contained in:
parent
19cdff9456
commit
a09ebec395
@ -96,7 +96,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">设备IP</label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="addMachineInfo.machineIp" type="text" placeholder="选填,请填写设备IP"
|
||||
<input v-model="addMachineInfo.machineIp" type="text" placeholder="选填,请填写设备IP,如 192.168.1.10:8090"
|
||||
class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">设备IP</label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="editMachineInfo.machineIp" type="text" placeholder="选填,请填写设备IP"
|
||||
<input v-model="editMachineInfo.machineIp" type="text" placeholder="选填,请填写设备IP,如 192.168.1.10:8090"
|
||||
class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user