| | |
| | | <template> |
| | | <VolBox :width="500" :height="270" v-model="modifyOptions.model" title="淇敼瀵嗙爜"> |
| | | <VolBox |
| | | :width="500" |
| | | :height="270" |
| | | v-model="modifyOptions.model" |
| | | title="淇敼瀵嗙爜" |
| | | > |
| | | <div style="padding:10px;20px;"> |
| | | <VolForm ref="pwd" :formRules="modifyOptions.data" :formFields="modifyOptions.fields"></VolForm> |
| | | <VolForm |
| | | ref="pwd" |
| | | :formRules="modifyOptions.data" |
| | | :formFields="modifyOptions.fields" |
| | | ></VolForm> |
| | | </div> |
| | | <template #footer> |
| | | <div style="text-align: center;"> |
| | | <el-button type="primary" size="mini" icon="md-checkmark-circle" long @click="savePwd">淇濆瓨</el-button> |
| | | <div style="text-align: center"> |
| | | <el-button |
| | | type="primary" |
| | | size="mini" |
| | | icon="md-checkmark-circle" |
| | | long |
| | | @click="savePwd" |
| | | >淇濆瓨</el-button |
| | | > |
| | | </div> |
| | | </template> |
| | | </VolBox> |
| | |
| | | <span>娉ㄥ唽鏃ユ湡锛歿{ userInfo.createDate }}</span> |
| | | </p> |
| | | <p> |
| | | <el-button type="error" @click="modifyPwd" size="small" icon="md-lock" long>淇敼瀵嗙爜</el-button> |
| | | <el-button |
| | | type="error" |
| | | @click="modifyPwd" |
| | | size="small" |
| | | icon="md-lock" |
| | | long |
| | | >淇敼瀵嗙爜</el-button |
| | | > |
| | | <!-- <el-button |
| | | style="padding: 3px 16px" |
| | | @click="modifyImg" |
| | |
| | | </div> |
| | | </div> |
| | | <div class="right"> |
| | | <vol-form ref="form" :load-key="true" :width="500" :formRules="editFormOptions" :formFields="editFormFields"> |
| | | <vol-form |
| | | ref="form" |
| | | :load-key="true" |
| | | :width="500" |
| | | :formRules="editFormOptions" |
| | | :formFields="editFormFields" |
| | | > |
| | | <div class="footer"> |
| | | <!-- <el-button |
| | | style="margin-top: 2px" |
| | |
| | | </div> |
| | | </vol-form> |
| | | </div> |
| | | |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | }, |
| | | }, |
| | | created() { |
| | | this.http.post("/api/Sys_User/getCurrentUserInfo", {}, true).then((x) => { |
| | | this.http.post("/api/User/getCurrentUserInfo", {}, true).then((x) => { |
| | | if (!x.status) { |
| | | return this.$message(x.message); |
| | | } |
| | |
| | | ], |
| | | [ |
| | | { |
| | | columnType: "string", |
| | | dataKey: "tree_roles", |
| | | title: "瑙掕壊", |
| | | field: "roleName", |
| | | field: "role_Id", |
| | | disabled: true, |
| | | type: "text", |
| | | data: [], |
| | | type: "select", |
| | | }, |
| | | ], |
| | | [ |
| | |
| | | padding-bottom: 20px; |
| | | } |
| | | |
| | | .binding-group>>>.ivu-cell-link { |
| | | .binding-group >>> .ivu-cell-link { |
| | | text-align: left; |
| | | } |
| | | |
| | | .binding-group>>>.ivu-card-body { |
| | | .binding-group >>> .ivu-card-body { |
| | | padding: 0 16px; |
| | | } |
| | | |
| | | .binding-group>>>.ivu-cell-title { |
| | | .binding-group >>> .ivu-cell-title { |
| | | line-height: 24px; |
| | | font-size: 12px; |
| | | } |
| | |
| | | font-weight: 900; |
| | | } |
| | | |
| | | >p { |
| | | > p { |
| | | padding-top: 5px; |
| | | } |
| | | } |
| | |
| | | border: 3px solid #dfdfdf; |
| | | } |
| | | |
| | | >div { |
| | | > div { |
| | | float: left; |
| | | // height: 480px; |
| | | padding-top: 10px; |