4d3ae4e2 by renchao@pashanhoo.com

style:字典匹配

1 parent 61e06068
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2023-10-24 17:29:28 5 * @LastEditTime: 2023-10-25 08:33:49
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 <el-col :span="8"> 86 <el-col :span="8">
87 <el-form-item label="土地用途:"> 87 <el-form-item label="土地用途:">
88 <treeselect 88 <treeselect
89 v-model="ruleForm.qlxx.ytmc" 89 v-model="ruleForm.zdjbxx.yt"
90 noOptionsText="暂无数据" 90 noOptionsText="暂无数据"
91 :default-expand-level="1" 91 :default-expand-level="1"
92 :disabled="!viewEdit" 92 :disabled="!viewEdit"
......