更新
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user