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

interface

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