diff --git a/src/views/home/equipment-supply/index.vue b/src/views/home/equipment-supply/index.vue index db7f2df6..daa88a1b 100644 --- a/src/views/home/equipment-supply/index.vue +++ b/src/views/home/equipment-supply/index.vue @@ -24,28 +24,28 @@ :show-count="true" style="width: 95%" :normalizer="normalizer" - v-model="queryParams.unitId" - :disable-branch-nodes="true" noChildrenText="没有数据了" noOptionsText="没有数据" - noResultsText="没有搜索结果" placeholder="请选择公司" + noResultsText="没有搜索结果" + v-model="queryParams.unitId" + :disable-branch-nodes="true" /> @@ -65,8 +65,8 @@
@@ -75,8 +75,8 @@
@@ -88,8 +88,8 @@
@@ -98,7 +98,6 @@
-
@@ -339,4 +338,8 @@ export default { grid-template-columns: repeat(2, 1fr); gap: 12px; } + +::v-deep .vue-treeselect__control { + height: 30px; +}