master #5

Merged
bichangxiong merged 42 commits from master into prod 2025-09-06 20:34:21 +08:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit 2a2b4a7850 - Show all commits

View File

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

View File

@@ -139,6 +139,20 @@ function handleMultiDelete() {
> >
{{ $t('pages.common.edit') }} {{ $t('pages.common.edit') }}
</ghost-button> </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 <Popconfirm
:get-popup-container="getVxePopupContainer" :get-popup-container="getVxePopupContainer"
placement="left" placement="left"