1
Showing
1 changed file
with
3 additions
and
7 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-25 14:13:38 | 4 | * @LastEditTime: 2024-01-25 14:15:55 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
90 | </el-form-item> | 90 | </el-form-item> |
91 | </el-col> | 91 | </el-col> |
92 | <el-col :span="8"> | 92 | <el-col :span="8"> |
93 | <el-form-item label="地块名称:" prop="tdcbjyq.dkmc"> | 93 | <el-form-item label="地块名称:"> |
94 | <el-input v-model="ruleForm.tdcbjyq.dkmc" :disabled="!viewEdit"></el-input> | 94 | <el-input v-model="ruleForm.tdcbjyq.dkmc" :disabled="!viewEdit"></el-input> |
95 | </el-form-item> | 95 | </el-form-item> |
96 | </el-col> | 96 | </el-col> |
... | @@ -410,11 +410,7 @@ | ... | @@ -410,11 +410,7 @@ |
410 | ruleForm: {}, | 410 | ruleForm: {}, |
411 | //传递参数 | 411 | //传递参数 |
412 | propsParam: {}, | 412 | propsParam: {}, |
413 | rules: { | 413 | rules: {} |
414 | 'tdcbjyq.dkmc': [ | ||
415 | { required: true, message: '请填写', trigger: 'blur' } | ||
416 | ] | ||
417 | } | ||
418 | } | 414 | } |
419 | }, | 415 | }, |
420 | methods: { | 416 | methods: { | ... | ... |
-
Please register or sign in to post a comment