|
@ -24,7 +24,7 @@ |
|
|
<el-table-column align="left" label="按钮组" min-width="160"> |
|
|
<el-table-column align="left" label="按钮组" min-width="160"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<el-button size="small" type="text" icon="edit" @click="updateCustomer(scope.row)">变更</el-button> |
|
|
<el-button size="small" type="text" icon="edit" @click="updateCustomer(scope.row)">变更</el-button> |
|
|
<el-popover :visible="scope.row.visible" placement="top" width="160"> |
|
|
|
|
|
|
|
|
<el-popover v-model:visible="scope.row.visible" placement="top" width="160"> |
|
|
<p>确定要删除吗?</p> |
|
|
<p>确定要删除吗?</p> |
|
|
<div style="text-align: right; margin-top: 8px;"> |
|
|
<div style="text-align: right; margin-top: 8px;"> |
|
|
<el-button size="mini" type="text" @click="scope.row.visible = false">取消</el-button> |
|
|
<el-button size="mini" type="text" @click="scope.row.visible = false">取消</el-button> |
|
|