修改bug
This commit is contained in:
parent
19fe80d1c2
commit
287a7fefa9
|
@ -318,10 +318,11 @@ function getTableAction(record) {
|
||||||
// label: '编辑',
|
// label: '编辑',
|
||||||
// onClick: handleEdit.bind(null, record),
|
// onClick: handleEdit.bind(null, record),
|
||||||
// },
|
// },
|
||||||
|
// {
|
||||||
|
// label: '详情',
|
||||||
|
// onClick: handleDetail.bind(null, record),
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
label: '详情',
|
|
||||||
onClick: handleDetail.bind(null, record),
|
|
||||||
}, {
|
|
||||||
label: '删除',
|
label: '删除',
|
||||||
popConfirm: {
|
popConfirm: {
|
||||||
title: '是否确认删除',
|
title: '是否确认删除',
|
||||||
|
|
Loading…
Reference in New Issue