From 0e61d1b9f86009789aff05fc746afc06673ad6b1 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:29:26 +0800
Subject: [PATCH] 1

---
 src/views/modules/user-relation/basics-variety-add-or-update.vue |   30 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/src/views/modules/user-relation/basics-variety-add-or-update.vue b/src/views/modules/user-relation/basics-variety-add-or-update.vue
index 7f4ab9b..797a743 100644
--- a/src/views/modules/user-relation/basics-variety-add-or-update.vue
+++ b/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,

--
Gitblit v1.9.3