aae1eeed by renchao@pashanhoo.com

土地承包经营权

1 parent 7d9f5ee4
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-31 11:28:05 4 * @LastEditTime: 2024-02-04 16:11:40
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -168,7 +168,15 @@ ...@@ -168,7 +168,15 @@
168 <el-row :gutter="10"> 168 <el-row :gutter="10">
169 <el-col :span="8"> 169 <el-col :span="8">
170 <el-form-item label="用途:"> 170 <el-form-item label="用途:">
171 <el-input maxlength="100" :disabled="!viewEdit" v-model="ruleForm.tdcbjyq.yt"></el-input> 171 <treeselect
172 :disabled="!viewEdit"
173 v-model="ruleForm.tdcbjyq.yt"
174 noOptionsText="暂无数据"
175 :default-expand-level="1"
176 placeholder=""
177 :normalizer="normalizer"
178 :show-count="true"
179 :options="dictData['tdyt']" />
172 </el-form-item> 180 </el-form-item>
173 </el-col> 181 </el-col>
174 <el-col :span="8"> 182 <el-col :span="8">
......