mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-20 12:25:34 +08:00
IP名单增加代号管理
This commit is contained in:
@@ -11,6 +11,13 @@
|
||||
<input type="text" name="name" maxlength="100" ref="focus" v-model="list.name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>代号</td>
|
||||
<td>
|
||||
<input type="text" name="code" maxlength="100" v-model="list.code"/>
|
||||
<p class="comment">可选参数,只能是英文字母、数字、中划线、下划线的组合。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>类型</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user