a41c4989 by renchao@pashanhoo.com

style:土地性质

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