表单设计中的表格组件,按钮选数据打开此功能时,表头配置已添加的选项无删除按钮

This commit is contained in:
GAOANG
2024-03-21 15:01:29 +08:00
parent dc74cd3f04
commit 6340b2ee9f

View File

@ -257,6 +257,13 @@
key: 'tableTitle',
align: 'center',
},
{
title: t('操作'),
dataIndex: 'action',
key: 'action',
align: 'center',
width: 50,
},
]);
watch(
() => props.type,