@@ -89,7 +89,7 @@ const LeftMenu: React.FC<LeftMenuProps> = ({ onSelect, options, showDelIcon, ini
icon={<QuestionCircleOutlined style={{ color: 'red' }} />}>
<DeleteOutlined
onClick={() => {
- !showDelIcon && message.warning('请先移除该栏目下所有配置')
+ !showDelIcon && message.warning('该数据源已绑定子项,不允许删除')
}}
/>
</Popconfirm>