111
Showing
2 changed files
with
5 additions
and
5 deletions
... | @@ -76,11 +76,11 @@ | ... | @@ -76,11 +76,11 @@ |
76 | <el-input v-model="ruleForm.qlxx.zl"></el-input> | 76 | <el-input v-model="ruleForm.qlxx.zl"></el-input> |
77 | </el-form-item> | 77 | </el-form-item> |
78 | </el-col> | 78 | </el-col> |
79 | <!-- <el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj"> | 79 | <el-col :span="8"> |
80 | <el-form-item label="土地使用权人:"> | 80 | <el-form-item label="使用权面积:"> |
81 | <el-input v-model="ruleForm.fdcq2.tdsyqr"></el-input> | 81 | <el-input v-model="ruleForm.jsydsyq.syqmj"></el-input> |
82 | </el-form-item> | 82 | </el-form-item> |
83 | </el-col> | 83 | </el-col> <!-- |
84 | <el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj"> | 84 | <el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj"> |
85 | <el-form-item label="独用土地面积:"> | 85 | <el-form-item label="独用土地面积:"> |
86 | <el-input v-model="ruleForm.fdcq2.dytdmj"></el-input> | 86 | <el-input v-model="ruleForm.fdcq2.dytdmj"></el-input> | ... | ... |
... | @@ -82,7 +82,7 @@ export default { | ... | @@ -82,7 +82,7 @@ export default { |
82 | .gettypebutton{ | 82 | .gettypebutton{ |
83 | cursor: pointer; | 83 | cursor: pointer; |
84 | margin-left: 20px; | 84 | margin-left: 20px; |
85 | width: 250px; | 85 | width: 45%; |
86 | line-height: 20px; | 86 | line-height: 20px; |
87 | background-color: #ebebeb; | 87 | background-color: #ebebeb; |
88 | margin-top: 20px; | 88 | margin-top: 20px; | ... | ... |
-
Please register or sign in to post a comment