1.4.5.2
This commit is contained in:
15
EdgeAdmin/web/views/@default/settings/profile/index.html
Normal file
15
EdgeAdmin/web/views/@default/settings/profile/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{$layout}
|
||||
|
||||
<div class="margin"></div>
|
||||
|
||||
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">你的姓名 *</td>
|
||||
<td>
|
||||
<input type="text" name="fullname" maxlength="50" ref="focus" v-model="admin.fullname"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
3
EdgeAdmin/web/views/@default/settings/profile/index.js
Normal file
3
EdgeAdmin/web/views/@default/settings/profile/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyReloadSuccess("保存成功")
|
||||
})
|
||||
Reference in New Issue
Block a user