| | |
| | | <zt-form-item prop="nickName" :label="$t('user.nickName')"> |
| | | <el-input v-model="dataForm.nickName" :placeholder="$t('user.nickName')"></el-input> |
| | | </zt-form-item> |
| | | <zt-form-item prop="secretClass" :label="$t('user.secretClass')" rules="required"> |
| | | <zt-dict v-model="dataForm.secretClass" dict="secret_class" :placeholder="$t('user.secretClass') "></zt-dict> |
| | | </zt-form-item> |
| | | <zt-form-item prop="simpleSpelling" :label="$t('user.simpleSpelling')"> |
| | | <el-input v-model="dataForm.simpleSpelling" :placeholder="$t('user.simpleSpelling')"></el-input> |
| | | </zt-form-item> |
| | |
| | | deptName: '', |
| | | realName: '', |
| | | nickName: '', |
| | | secretClass:'', |
| | | headUrl: '', |
| | | simpleSpelling: '', |
| | | fullSpelling: '', |