111
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -91,15 +91,15 @@ | ... | @@ -91,15 +91,15 @@ |
91 | <el-input v-model="ruleForm.fdcq2.fttdmj"></el-input> | 91 | <el-input v-model="ruleForm.fdcq2.fttdmj"></el-input> |
92 | </el-form-item> | 92 | </el-form-item> |
93 | </el-col> | 93 | </el-col> |
94 | <el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj"> | 94 | <el-col :span="8"> |
95 | <!-- 下拉框 --> | 95 | <!-- 下拉框 --> |
96 | <el-form-item label="土地性质:" style="margin-bottom:3px"> | 96 | <el-form-item label="土地性质:" style="margin-bottom:3px"> |
97 | <treeselect v-model="ruleForm.fdcq2.jedw" placeholder="" | 97 | <treeselect v-model="ruleForm.tdytqxList[0].qlxzbm" placeholder="" |
98 | :normalizer="normalizer" | 98 | :normalizer="normalizer" |
99 | :show-count="true" :options="dictData['A45']" /> | 99 | :show-count="true" :options="dictData['A9']" /> |
100 | </el-form-item> | 100 | </el-form-item> |
101 | </el-col> | 101 | </el-col> |
102 | <el-col :span="8" v-if="ruleForm.fdcq2.ftjzmj"> | 102 | <el-col :span="8"> |
103 | <el-form-item label="房地产交易价格:"> | 103 | <el-form-item label="房地产交易价格:"> |
104 | <div style="display:flex"> | 104 | <div style="display:flex"> |
105 | <el-input v-model="ruleForm.fdcq2.qjjg" style="width:500%"></el-input> | 105 | <el-input v-model="ruleForm.fdcq2.qjjg" style="width:500%"></el-input> | ... | ... |
-
Please register or sign in to post a comment