This commit is contained in:
2025-07-10 21:18:19 +08:00
parent f8559da65b
commit f5d605fc23

View File

@ -2,29 +2,12 @@
<div> <div>
<div class="titleBox"> <div class="titleBox">
<PageTitle title="重点人管理"> <PageTitle title="重点人管理">
<el-popover <el-popover placement="bottom" :visible="visible" :width="400" trigger="click">
placement="bottom"
:visible="visible"
:width="400"
trigger="click"
>
<template #reference> <template #reference>
<el-button <el-button type="primary" @click="(visible = !visible), (visiblefp = false)" size="small">布控申请</el-button>
type="primary"
@click="(visible = !visible), (visiblefp = false)"
size="small"
>布控申请
</el-button>
</template> </template>
<div class="flex just-center"> <div class="flex just-center">
<el-button <el-button size="small" type="primary" v-for="it in D_GS_BK_SQLX" :key="it.dm" @click="handleApplication(it)" >{{ it.zdmc }}</el-button>
size="small"
type="primary"
v-for="it in D_GS_BK_SQLX"
:key="it.dm"
@click="handleApplication(it)"
>{{ it.zdmc }}</el-button
>
</div> </div>
</el-popover> </el-popover>