--no commit message
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -277,7 +277,9 @@ | ... | @@ -277,7 +277,9 @@ |
| 277 | </el-col> | 277 | </el-col> |
| 278 | 278 | ||
| 279 | <el-col :span="8"> | 279 | <el-col :span="8"> |
| 280 | <el-form-item label="异议事项:"> | 280 | <el-form-item label="异议事项:" |
| 281 | prop="yydj.yysx" | ||
| 282 | :rules="rules.yysxrules"> | ||
| 281 | <el-input v-model="ruleForm.yydj.yysx"></el-input> | 283 | <el-input v-model="ruleForm.yydj.yysx"></el-input> |
| 282 | </el-form-item> | 284 | </el-form-item> |
| 283 | </el-col> | 285 | </el-col> |
| ... | @@ -507,6 +509,7 @@ export default { | ... | @@ -507,6 +509,7 @@ export default { |
| 507 | bdcdjzmhrules: [ | 509 | bdcdjzmhrules: [ |
| 508 | { required: true, message: "不动产登记证明号: ", trigger: "blur" }, | 510 | { required: true, message: "不动产登记证明号: ", trigger: "blur" }, |
| 509 | ], | 511 | ], |
| 512 | yysxrules: [{ required: true, message: "异议事项", trigger: "blur" }], | ||
| 510 | }, | 513 | }, |
| 511 | ableOperation: false, | 514 | ableOperation: false, |
| 512 | }; | 515 | }; | ... | ... |
-
Please register or sign in to post a comment