This commit is contained in:
FLL
2025-09-05 15:15:34 +08:00
parent a180aa1e42
commit 2a2b4a7850
2 changed files with 15 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ export const columns: VxeGridProps['columns'] = [
fixed: 'right',
slots: { default: 'action' },
title: '操作',
width: 180,
width: 240,
},
];

View File

@@ -139,6 +139,20 @@ function handleMultiDelete() {
>
{{ $t('pages.common.edit') }}
</ghost-button>
<Popconfirm
:get-popup-container="getVxePopupContainer"
placement="left"
title="确认退订吗?"
@confirm="handleDelete(row)"
>
<ghost-button
danger
v-access:code="['property:orderCharge:remove']"
@click.stop=""
>
{{ '退订' }}
</ghost-button>
</Popconfirm>
<Popconfirm
:get-popup-container="getVxePopupContainer"
placement="left"