c702c510 by renchao@pashanhoo.com

style:国有建设用地使用权

1 parent e2819978
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2023-09-19 10:57:35 5 * @LastEditTime: 2023-09-19 15:45:34
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -72,15 +72,7 @@ ...@@ -72,15 +72,7 @@
72 </el-col> 72 </el-col>
73 <el-col :span="8"> 73 <el-col :span="8">
74 <el-form-item label="权利性质:"> 74 <el-form-item label="权利性质:">
75 <treeselect 75 <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input>
76 disabled
77 v-model="ruleForm.zdjbxx.qlxzmc"
78 noOptionsText="暂无数据"
79 :default-expand-level="1"
80 placeholder=""
81 :normalizer="normalizer"
82 :show-count="true"
83 :options="dictData['A9']" />
84 </el-form-item> 76 </el-form-item>
85 </el-col> 77 </el-col>
86 </el-row> 78 </el-row>
......