|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<div class="user-index" :style="{ height: `calc(100vh - ${tabBarHeight}px)` }">
|
|
|
<div class="user-header">
|
|
|
- <el-input class="search" v-model="input" placeholder="搜索">
|
|
|
+ <!-- <el-input class="search" v-model="input" placeholder="搜索">
|
|
|
<template #prefix>
|
|
|
<el-icon><search /></el-icon>
|
|
|
</template>
|
|
|
- </el-input>
|
|
|
+ </el-input> -->
|
|
|
<div class="button" @click="handleAddClient">
|
|
|
<img src="@/assets/img/mine/firend-icon.png" alt="" />
|
|
|
新增客户
|
|
|
@@ -21,9 +21,9 @@
|
|
|
{{ item.name }}
|
|
|
<span class="span">{{ item.children?.length || 0 }}</span>
|
|
|
</template>
|
|
|
- <template #value>
|
|
|
+ <!-- <template #value>
|
|
|
<div @click.stop="hadnleManage(item)" class="text">管理</div>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<farm-info-card
|
|
|
v-for="ele in item.children"
|
|
|
:key="ele.agriculturalStoreId"
|
|
|
@@ -72,9 +72,9 @@
|
|
|
</collapse-item>
|
|
|
</collapse>
|
|
|
</div>
|
|
|
- <div class="footer">
|
|
|
+ <!-- <div class="footer">
|
|
|
<div class="btn" @click="showPopup">新建分组</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<!-- 添加分组弹窗 -->
|
|
|
<add-popup :show="showGroupPopup"></add-popup>
|
|
|
@@ -261,7 +261,7 @@ const handleDetail = (path, farmId, agriculturalStoreId, schemeId) => {
|
|
|
}
|
|
|
}
|
|
|
.button {
|
|
|
- width: calc(100% - 100px);
|
|
|
+ width: 100%;
|
|
|
background: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -278,8 +278,10 @@ const handleDetail = (path, farmId, agriculturalStoreId, schemeId) => {
|
|
|
.list {
|
|
|
width: 100%;
|
|
|
margin-top: 12px;
|
|
|
- height: calc(100% - 90px);
|
|
|
+ height: calc(100% - 36px);
|
|
|
overflow: auto;
|
|
|
+ padding-bottom: 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
.map-container {
|
|
|
width: 100%;
|