|
|
@@ -284,12 +284,13 @@
|
|
|
indexColumnProps: {
|
|
|
title: '序号',
|
|
|
},
|
|
|
- actionColumn: {
|
|
|
- width: 60,
|
|
|
- title: '操作',
|
|
|
- dataIndex: 'action',
|
|
|
- slots: { customRender: 'action' },
|
|
|
- },
|
|
|
+ showActionColumn: false,
|
|
|
+ // actionColumn: {
|
|
|
+ // width: 60,
|
|
|
+ // title: '操作',
|
|
|
+ // dataIndex: 'action',
|
|
|
+ // slots: { customRender: 'action' },
|
|
|
+ // },
|
|
|
immediate: false, // 先不立即加载
|
|
|
},
|
|
|
exportConfig: exportConfig.value,
|
|
|
@@ -351,7 +352,7 @@
|
|
|
|
|
|
// 关闭Modal
|
|
|
exportModalVisible.value = false;
|
|
|
- message.success('导出请求已发送,请注意查收文件');
|
|
|
+ // message.success('导出请求已发送,请注意查收文件');
|
|
|
} catch (error: any) {
|
|
|
console.error('导出失败:', error);
|
|
|
message.error(error.message || '导出失败,请检查表单填写是否正确');
|