7859cccf by tianhaohao@pashanhoo.com

111

1 parent 0817b5bb
......@@ -76,11 +76,11 @@
<el-input v-model="ruleForm.qlxx.zl"></el-input>
</el-form-item>
</el-col>
<!-- <el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj">
<el-form-item label="土地使用权人:">
<el-input v-model="ruleForm.fdcq2.tdsyqr"></el-input>
<el-col :span="8">
<el-form-item label="使用权面积:">
<el-input v-model="ruleForm.jsydsyq.syqmj"></el-input>
</el-form-item>
</el-col>
</el-col> <!--
<el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj">
<el-form-item label="独用土地面积:">
<el-input v-model="ruleForm.fdcq2.dytdmj"></el-input>
......
......@@ -82,7 +82,7 @@ export default {
.gettypebutton{
cursor: pointer;
margin-left: 20px;
width: 250px;
width: 45%;
line-height: 20px;
background-color: #ebebeb;
margin-top: 20px;
......