表单设计中的表格组件,按钮选数据打开此功能时,表头配置已添加的选项无删除按钮
This commit is contained in:
@ -257,6 +257,13 @@
|
|||||||
key: 'tableTitle',
|
key: 'tableTitle',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('操作'),
|
||||||
|
dataIndex: 'action',
|
||||||
|
key: 'action',
|
||||||
|
align: 'center',
|
||||||
|
width: 50,
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
watch(
|
watch(
|
||||||
() => props.type,
|
() => props.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user