File tree Expand file tree Collapse file tree
Sourcecode/Song.WebSite/Templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 </ el-form >
2929 < div class ="footer ">
30- < el-button type ="primary " v-if ="account!=null " plain @click ="btnEnter('form') "> 确认修改</ el-button >
30+ < el-button type ="primary " define =" enter " v-if ="account!=null " plain @click ="btnEnter('form') "> 确认修改</ el-button >
3131 < el-button type ='close '> 取消</ el-button >
3232 </ div >
3333 </ div >
Original file line number Diff line number Diff line change 107107 < div class ="footer ">
108108 < el-button type ="primary " define ="enter " native-type ="submit " :loading ="loading " plain
109109 @click ="btnEnter('account') ">
110- 确认修改 </ el-button >
110+ 保存 </ el-button >
111111 < el-button type ='close '> 取消</ el-button >
112112 </ div >
113113 </ div >
Original file line number Diff line number Diff line change 33
44< head resource >
55 < include file ="../inc/meta.inc " />
6- < title > 密码修改</ title >
6+ < title > 密码修改</ title >
77</ head >
88
99< body >
2020 < el-form-item label ="确认输入 " prop ="newpw2 " show-password >
2121 < el-input v-model ="form.newpw2 " show-password > </ el-input >
2222 </ el-form-item >
23- < el-form-item class ="footer ">
24- < el-button type ="primary " plain @click ="btnEnter('form') "> 确认修改</ el-button >
25- < el-button type ='close '> 取消</ el-button >
26- </ el-form-item >
23+
2724 </ el-form >
25+ < div class ="footer ">
26+ < el-button type ="primary " define ="enter " plain @click ="btnEnter('form') "> 确认修改</ el-button >
27+ < el-button type ='close '> 取消</ el-button >
28+ </ div >
2829 </ div >
2930
3031
Original file line number Diff line number Diff line change 3838 < el-form-item label ="说明 ">
3939 < el-input type ="textarea " :rows ="4 " placeholder ="请输入内容 " v-model ="entity.Sys_ParaIntro "> </ el-input >
4040 </ el-form-item >
41- </ el-row >
42- < el-form-item class =" footer " >
43- < el-button type =" primary " native-type =" submit " :loading =" loading " plain @click =" btnEnter('entity') " > 确认修改
44- </ el-button >
45- < el-button type =' close ' > 取消 </ el-button >
46- </ el-form-item >
47- </ el-form >
41+ </ el-row >
42+ </ el-form >
43+ < div class =" footer " >
44+ < el-button type =" primary " define =" enter " native-type =" submit " :loading =" loading " plain @click =" btnEnter('entity') " > 确认修改
45+ </ el-button >
46+ < el-button type =' close ' > 取消 < /el-button >
47+ </ div >
4848 </ div >
4949
5050
Original file line number Diff line number Diff line change 2626 < el-input v-model ="formpw.newpw " show-password > </ el-input >
2727 </ el-form-item >
2828 < el-form-item label ="确认输入 " prop ="newpw2 ">
29- < el-input v-model ="formpw.newpw2 " show-password > </ el-input >
29+ < el-input v-model ="formpw.newpw2 " show-password > </ el-input >
3030 </ el-form-item >
31- < el-form-item label ="" v-if ="false ">
31+ < el-form-item label ="" v-if ="false ">
3232 < securitylevel > </ securitylevel >
3333 </ el-form-item >
3434
35- < el-form-item class ="footer ">
36- < el-button type ="primary " :loading ="loading " @click ="btnEnterPw('formpw') ">
37- < icon v-if ="!loading "> ꀰ</ icon > 修改密码
38- </ el-button >
39- </ el-form-item >
4035 </ el-form >
41-
36+ < div class ="footer ">
37+ < el-button type ="primary " :loading ="loading " @click ="btnEnterPw('formpw') ">
38+ < icon v-if ="!loading "> ꀰ</ icon > 修改密码
39+ </ el-button >
40+ </ div >
4241 </ el-card >
4342
4443 < el-card class ="box-card ">
5655 < el-form-item label ="答案 " prop ="Ac_Ans ">
5756 < el-input v-model ="account.Ac_Ans "> </ el-input >
5857 </ el-form-item >
59- < el-form-item class ="footer ">
60- < el-button type ="primary " :loading ="loading " @click ="btnEnterQues('ques') ">
61- < icon v-if ="!loading "> ꀰ</ icon > 修改
62- </ el-button >
63- </ el-form-item >
64- </ el-form >
6558
59+ </ el-form >
60+ < div class ="footer ">
61+ < el-button type ="primary " :loading ="loading " @click ="btnEnterQues('ques') ">
62+ < icon v-if ="!loading "> ꀰ</ icon > 修改
63+ </ el-button >
64+ </ div >
6665 </ el-card >
6766 </ div >
6867</ body >
You can’t perform that action at this time.
0 commit comments