mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-29 06:16:34 +08:00
[区域]可以设置区域说明文字
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
<input type="text" name="name" maxlength="100" ref="focus" v-model="region.name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>区域说明</td>
|
||||
<td>
|
||||
<textarea name="description" rows="3" v-model="region.description" maxlength="200"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><more-options-indicator></more-options-indicator></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user