Browse Source

[Style 0000] 数据质量页面样式更新

houzekong 3 tháng trước cách đây
mục cha
commit
ee20414125
1 tập tin đã thay đổi với 8 bổ sung7 xóa
  1. 8 7
      src/views/dashboard/basicInfo/dataQuality/index.vue

+ 8 - 7
src/views/dashboard/basicInfo/dataQuality/index.vue

@@ -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 || '导出失败,请检查表单填写是否正确');