[区域]可以设置区域说明文字

This commit is contained in:
GoEdgeLab
2020-12-10 22:21:26 +08:00
parent 9103f1a7b8
commit f7a0c039d5
6 changed files with 41 additions and 15 deletions

View File

@@ -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>