新版交易所前段管理后台
1
2026-04-29 0e61d1b9f86009789aff05fc746afc06673ad6b1
src/views/modules/user-relation/basics-variety-add-or-update.vue
@@ -19,9 +19,27 @@
      <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"
@@ -88,7 +106,7 @@
            </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"
@@ -102,7 +120,7 @@
              <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">
@@ -286,7 +304,7 @@
              uuid: this.dataForm.uuid,
              idFrontImg: this.idFrontImg1,
              idBackImg: this.idBackImg1,
              handheldPhoto: this.handheldPhoto1,
              // handheldPhoto: this.handheldPhoto1,
            }),
          }).then(({ data }) => {
            if (data.code == 0) {
@@ -327,7 +345,7 @@
          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,