修改:权利人信息保存字段名称修改
Showing
1 changed file
with
10 additions
and
9 deletions
... | @@ -58,12 +58,12 @@ | ... | @@ -58,12 +58,12 @@ |
58 | </el-col> | 58 | </el-col> |
59 | <el-col :span="8"> | 59 | <el-col :span="8"> |
60 | <el-form-item label="国家/地区"> | 60 | <el-form-item label="国家/地区"> |
61 | <el-input v-model="ruleForm.gjdq"></el-input> | 61 | <el-input v-model="ruleForm.gj"></el-input> |
62 | </el-form-item> | 62 | </el-form-item> |
63 | </el-col> | 63 | </el-col> |
64 | <el-col :span="8"> | 64 | <el-col :span="8"> |
65 | <el-form-item label="户籍所在省市"> | 65 | <el-form-item label="户籍所在省市"> |
66 | <el-input v-model="ruleForm.szss"></el-input> | 66 | <el-input v-model="ruleForm.hjszss"></el-input> |
67 | </el-form-item> | 67 | </el-form-item> |
68 | </el-col> | 68 | </el-col> |
69 | </el-row> | 69 | </el-row> |
... | @@ -107,7 +107,7 @@ | ... | @@ -107,7 +107,7 @@ |
107 | </el-col> | 107 | </el-col> |
108 | <el-col :span="16"> | 108 | <el-col :span="16"> |
109 | <el-form-item label="代理机构"> | 109 | <el-form-item label="代理机构"> |
110 | <el-input v-model="ruleForm.dljg"></el-input> | 110 | <el-input v-model="ruleForm.dlrjg"></el-input> |
111 | </el-form-item> | 111 | </el-form-item> |
112 | </el-col> | 112 | </el-col> |
113 | </el-row> | 113 | </el-row> |
... | @@ -115,12 +115,12 @@ | ... | @@ -115,12 +115,12 @@ |
115 | <el-row> | 115 | <el-row> |
116 | <el-col :span="8"> | 116 | <el-col :span="8"> |
117 | <el-form-item label="联系电话"> | 117 | <el-form-item label="联系电话"> |
118 | <el-input v-model="ruleForm.lxdh" maxlength="11" oninput="value=value.replace(/[^\d]/g,'')"></el-input> | 118 | <el-input v-model="ruleForm.dlrdh" maxlength="11" oninput="value=value.replace(/[^\d]/g,'')"></el-input> |
119 | </el-form-item> | 119 | </el-form-item> |
120 | </el-col> | 120 | </el-col> |
121 | <el-col :span="8"> | 121 | <el-col :span="8"> |
122 | <el-form-item label="代理人姓名"> | 122 | <el-form-item label="代理人姓名"> |
123 | <el-input v-model="ruleForm.dlrxm"></el-input> | 123 | <el-input v-model="ruleForm.dlrmc"></el-input> |
124 | </el-form-item> | 124 | </el-form-item> |
125 | </el-col> | 125 | </el-col> |
126 | <el-col :span="8"> | 126 | <el-col :span="8"> |
... | @@ -164,18 +164,19 @@ | ... | @@ -164,18 +164,19 @@ |
164 | dh: "", | 164 | dh: "", |
165 | xb: "", | 165 | xb: "", |
166 | frmc: "", | 166 | frmc: "", |
167 | gjdq: "", | 167 | gj: "", |
168 | szss: "", | 168 | hjszss: "", |
169 | txdz: "", | 169 | txdz: "", |
170 | yb: "", | 170 | yb: "", |
171 | fzjg: "", | 171 | fzjg: "", |
172 | dzyj: "", | 172 | dzyj: "", |
173 | qlbl: "", | 173 | qlbl: "", |
174 | gzdw: "", | 174 | gzdw: "", |
175 | dljg: "", | 175 | dlrjg: "", |
176 | dlrxm: "", | 176 | dlrmc: "", |
177 | dlrzjlx: "", | 177 | dlrzjlx: "", |
178 | dlrzjh: "", | 178 | dlrzjh: "", |
179 | dlrdh:"", | ||
179 | }, | 180 | }, |
180 | rules: { | 181 | rules: { |
181 | sqrlx: [{ required: true, message: "权利人类型", trigger: "change" }], | 182 | sqrlx: [{ required: true, message: "权利人类型", trigger: "change" }], | ... | ... |
-
Please register or sign in to post a comment