| | |
| | | <template> |
| | | <div class="relative h100" v-loading="loadingData" :style="`width: ${rightBox}px;transition: 0.7s ease-in;`"> |
| | | <div class="retract_icon" @click="toggleShow" v-if="!isSharePage"> |
| | | <div class="retract_icon" @click="toggleShow" v-if="!isSharePage"> |
| | | <i class="text-[#fff] transition-all" :class="isShow ? 'ywifont ywicon-zuoyoujiantou1' : 'ywifont ywicon-zuoyoujiantou'"></i> |
| | | </div> |
| | | <div class="pc-mouldboard column exampleSlide"> |
| | |
| | | |
| | | <script setup lang="ts"> |
| | | import { Search } from '@element-plus/icons-vue'; |
| | | import { groupBy } from 'lodash'; |
| | | import { computed, reactive, ref, watch } from 'vue'; |
| | | import { |
| | | activeGroupType, |
| | |
| | | setRoomConfig, |
| | | } from '/@/stores/chatRoom'; |
| | | import { convertListToTree } from '/@/utils/util'; |
| | | import { groupBy } from 'lodash-es'; |
| | | let state = reactive({ |
| | | activeBusinessName: '', //场景 |
| | | activeBusinessChildName: '', |