登录记住密码问题、管理员重置密码问题
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
<el-form-item style="margin-bottom: 0;" label="角色" prop="roles">
|
||||
<el-select
|
||||
v-model="roleDatas"
|
||||
style="width: 512px"
|
||||
style="width: 200px"
|
||||
multiple
|
||||
placeholder="请选择"
|
||||
@remove-tag="deleteTag"
|
||||
@@ -147,6 +147,9 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="重置密码" prop="extId">
|
||||
<el-input v-model="form.password" style="width: 200px;" show-password/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="text" @click="crud.cancelCU">取消</el-button>
|
||||
@@ -241,7 +244,8 @@ const defaultForm = {
|
||||
dept: { id: null },
|
||||
phone: null,
|
||||
extId: null,
|
||||
extuserId: null
|
||||
extuserId: null,
|
||||
password: null
|
||||
}
|
||||
export default {
|
||||
name: 'User',
|
||||
|
||||
Reference in New Issue
Block a user