a41c4989 by renchao@pashanhoo.com

style:土地性质

1 parent 8c29a531
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:53:29 4 * @LastEditTime: 2023-08-16 11:06:34
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -160,6 +160,7 @@ ...@@ -160,6 +160,7 @@
160 <treeselect 160 <treeselect
161 v-model="ruleForm.fdcq2.tdxz" 161 v-model="ruleForm.fdcq2.tdxz"
162 noOptionsText="暂无数据" 162 noOptionsText="暂无数据"
163 :default-expand-level="1"
163 placeholder="" 164 placeholder=""
164 :normalizer="normalizer" 165 :normalizer="normalizer"
165 :show-count="true" 166 :show-count="true"
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 10:14:00 4 * @LastEditTime: 2023-08-16 11:06:29
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
98 noOptionsText="暂无数据" 98 noOptionsText="暂无数据"
99 placeholder="" 99 placeholder=""
100 :normalizer="normalizer" 100 :normalizer="normalizer"
101 :default-expand-level="1"
101 :show-count="true" 102 :show-count="true"
102 :options="dictData['A9']" /> 103 :options="dictData['A9']" />
103 104
......