| | |
| | | userInfoId?: string; |
| | | /** 用户类型 */ |
| | | userType?: EnumUserType; |
| | | /** 企业类型 */ |
| | | enterpriseType?: EnumEnterpriseType; |
| | | /** 客户端类型 */ |
| | | clientType?: EnumClientType; |
| | | } |
| | |
| | | interface GetEnterpriseEmployeesQueryResultItem { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | |
| | | v-if="!isEdit" |
| | | v-model.trim="form.operatorPassword" |
| | | :maxlength="6" |
| | | placeholder="请输入操作密码(6为数字)" |
| | | placeholder="请输入操作密码(6位数字)" |
| | | /> |
| | | <el-button type="primary" v-else link @click="openResetOperatorPasswordDialog" |
| | | >修改密码</el-button |