修改bug

This commit is contained in:
yangjun 2024-07-17 10:06:18 +08:00
parent 19fe80d1c2
commit 287a7fefa9
1 changed files with 4 additions and 3 deletions

View File

@ -318,10 +318,11 @@ function getTableAction(record) {
// label: '',
// onClick: handleEdit.bind(null, record),
// },
// {
// label: '',
// onClick: handleDetail.bind(null, record),
// },
{
label: '详情',
onClick: handleDetail.bind(null, record),
}, {
label: '删除',
popConfirm: {
title: '是否确认删除',