|
@@ -67,17 +67,22 @@ function handleLinkTo(item) {
|
|
</template>
|
|
</template>
|
|
</van-search>
|
|
</van-search>
|
|
<van-dropdown-menu>
|
|
<van-dropdown-menu>
|
|
- <van-dropdown-item class="text-left" v-model="param.hysyd_hyzt" :options="yearOption" @change="dropItemChange" />
|
|
|
|
|
|
+ <van-dropdown-item class="text-left" v-model="param.hysyd_hyzt" :options="yearOption"
|
|
|
|
+ @change="dropItemChange" />
|
|
</van-dropdown-menu>
|
|
</van-dropdown-menu>
|
|
<van-list v-model:loading="loading" :finished="finished" finished-text="没有更多了" @load="onLoad">
|
|
<van-list v-model:loading="loading" :finished="finished" finished-text="没有更多了" @load="onLoad">
|
|
<van-cell v-for="item in list" :key="item" @click="handleLinkTo(item)">
|
|
<van-cell v-for="item in list" :key="item" @click="handleLinkTo(item)">
|
|
<template #title>
|
|
<template #title>
|
|
- <span>{{ `${item.hysyd_hymc}\u00A0\u00A0\u00A0 ${item.hysyd_hys_mc}` }}</span>
|
|
|
|
|
|
+ <span>{{ `${item.hysyd_hymc}` }}</span>
|
|
</template>
|
|
</template>
|
|
<template #value>
|
|
<template #value>
|
|
<span style="color:black">状态:{{ item.hysyd_hyzt }}</span>
|
|
<span style="color:black">状态:{{ item.hysyd_hyzt }}</span>
|
|
</template>
|
|
</template>
|
|
<template #label>
|
|
<template #label>
|
|
|
|
+ <div class="w-full flex justify-between">
|
|
|
|
+ <span>{{ item.hysyd_hys_mc }}</span>
|
|
|
|
+ <span class="text-blue-500 min-w-100px">参会人数:{{ item.hysyd_chrs }}人</span>
|
|
|
|
+ </div>
|
|
<span class="van-ellipsis">会议时间:{{ item.hysyd_hysj_ks }}-{{ item.hysyd_hysj_js }}</span>
|
|
<span class="van-ellipsis">会议时间:{{ item.hysyd_hysj_ks }}-{{ item.hysyd_hysj_js }}</span>
|
|
</template>
|
|
</template>
|
|
</van-cell>
|
|
</van-cell>
|
|
@@ -95,10 +100,12 @@ function handleLinkTo(item) {
|
|
width: 30% !important;
|
|
width: 30% !important;
|
|
flex: auto
|
|
flex: auto
|
|
}
|
|
}
|
|
-:deep(.van-dropdown-menu__title){
|
|
|
|
|
|
+
|
|
|
|
+:deep(.van-dropdown-menu__title) {
|
|
width: 70%;
|
|
width: 70%;
|
|
}
|
|
}
|
|
-:deep(.van-dropdown-menu__title::after){
|
|
|
|
|
|
+
|
|
|
|
+:deep(.van-dropdown-menu__title::after) {
|
|
right: 5.5rem;
|
|
right: 5.5rem;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|