Files
EdgeAdmin/web/views/@default/servers/groups/group/update.html

15 lines
430 B
HTML
Raw Normal View History

{$layout "layout"}
{$template "menu"}
2020-10-29 20:53:08 +08:00
2020-11-10 12:47:24 +08:00
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
2020-10-29 20:53:08 +08:00
<input type="hidden" name="groupId" :value="group.id"/>
<table class="ui table definition selectable">
<tr>
<td class="title">分组名称 *</td>
<td>
<input type="text" name="name" maxlength="50" ref="focus" v-model="group.name"/>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>