| | |
| | | <span>详细信息</span> |
| | | <el-divider></el-divider> |
| | | |
| | | <el-form-item label="实名姓名" prop="userName" style="width: auto"> |
| | | <el-form-item label="姓" prop="name" style="width: auto"> |
| | | <el-input |
| | | v-model="dataForm.userName" |
| | | v-model="dataForm.name" |
| | | placeholder="" |
| | | disabled |
| | | style="width: 510px" |
| | | ></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="名" prop="firstName" style="width: auto"> |
| | | <el-input |
| | | v-model="dataForm.firstName" |
| | | placeholder="" |
| | | disabled |
| | | style="width: 510px" |
| | | ></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="生日" prop="birth" style="width: auto"> |
| | | <el-input |
| | | v-model="dataForm.birth" |
| | | placeholder="" |
| | | disabled |
| | | style="width: 510px" |
| | |
| | | </el-upload> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <!-- <el-col :span="8"> |
| | | <el-form-item label="手持正面照" prop="methodImg"> |
| | | <el-upload |
| | | class="avatar-uploader" |
| | |
| | | <i v-else class="el-icon-plus avatar-uploader-icon"></i> |
| | | </el-upload> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> --> |
| | | </el-row> |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | |
| | | uuid: this.dataForm.uuid, |
| | | idFrontImg: this.idFrontImg1, |
| | | idBackImg: this.idBackImg1, |
| | | handheldPhoto: this.handheldPhoto1, |
| | | // handheldPhoto: this.handheldPhoto1, |
| | | }), |
| | | }).then(({ data }) => { |
| | | if (data.code == 0) { |
| | |
| | | |
| | | this.idFrontImg = this.dataForm.idFrontImg || ""; |
| | | this.idBackImg = this.dataForm.idBackImg || ""; |
| | | this.handheldPhoto = this.dataForm.handheldPhoto || ""; |
| | | // this.handheldPhoto = this.dataForm.handheldPhoto || ""; |
| | | } else { |
| | | this.$message({ |
| | | message: data.msg, |