fix : 屏蔽导出

This commit is contained in:
2024-06-11 20:32:20 +08:00
parent 208584c34b
commit 78ab1ddc45

View File

@@ -299,7 +299,7 @@ const tableConfig = reactive({
api: '/workflow/mosr/project/implementation',
params: {},
btns: [
{name: '生成分摊报表', key: '_export', color: '#DED0B2', auth: ''}
// {name: '生成分摊报表', key: '_export', color: '#DED0B2', auth: ''}
]
})