瀏覽代碼

公海客户调整

qymljy 3 周之前
父節點
當前提交
c07f2d2eb6

+ 1 - 1
src/HDrpManagement/publicCustomer/modules/detail/contacts/modules/add.vue

@@ -90,7 +90,7 @@
             </el-col>
             <el-col :span="24">
               <el-form-item  :label="$t(`家庭住址`)+':'" >
-                <el-input type="textarea" autosize v-model="form.address" :placeholder="$t(`请输入家庭住址`)"></el-input>
+                <el-input type="textarea" autosize v-model="form.homeaddress" :placeholder="$t(`请输入家庭住址`)"></el-input>
               </el-form-item>
             </el-col>
             <el-col :span="24">

+ 1 - 1
src/HDrpManagement/publicCustomer/modules/detail/contacts/modules/edit.vue

@@ -90,7 +90,7 @@
             </el-col>
             <el-col :span="24">
               <el-form-item  :label="$t(`家庭住址`)+':'" >
-                <el-input type="textarea" autosize v-model="form.address" :placeholder="$t(`请输入家庭住址`)"></el-input>
+                <el-input type="textarea" autosize v-model="form.homeaddress" :placeholder="$t(`请输入家庭住址`)"></el-input>
               </el-form-item>
             </el-col>
             <el-col :span="24">