作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

... ... @@ -45,13 +45,13 @@
</td>
<th width="80">设备MAC地址<span class="form-required">*</span></th>
<td><input class="form-control" type="text" name="mac_address" id="mac_address" value="{$data.mac_address}"
placeholder="请输入设备MAC地址" required></td>
placeholder="请输入设备MAC地址" readonly></td>
</tr>
<tr>
<th width="80">设备锁名称<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="name" id="name" value="{$data.name}"
placeholder="请输入设备锁名称" required>
placeholder="请输入设备锁名称" readonly>
</td>
<th width="80">所属医院<span class="form-required">*</span></th>
<td>
... ...