更新
This commit is contained in:
@ -2,29 +2,12 @@
|
||||
<div>
|
||||
<div class="titleBox">
|
||||
<PageTitle title="重点人管理">
|
||||
<el-popover
|
||||
placement="bottom"
|
||||
:visible="visible"
|
||||
:width="400"
|
||||
trigger="click"
|
||||
>
|
||||
<el-popover placement="bottom" :visible="visible" :width="400" trigger="click">
|
||||
<template #reference>
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="(visible = !visible), (visiblefp = false)"
|
||||
size="small"
|
||||
>布控申请
|
||||
</el-button>
|
||||
<el-button type="primary" @click="(visible = !visible), (visiblefp = false)" size="small">布控申请</el-button>
|
||||
</template>
|
||||
<div class="flex just-center">
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
v-for="it in D_GS_BK_SQLX"
|
||||
:key="it.dm"
|
||||
@click="handleApplication(it)"
|
||||
>{{ it.zdmc }}</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>
|
||||
</div>
|
||||
</el-popover>
|
||||
|
||||
|
Reference in New Issue
Block a user