jihuaqiang 2 周之前
父節點
當前提交
4f9e996945
共有 1 個文件被更改,包括 0 次插入40 次删除
  1. 0 40
      src/views/weData/qw/index.tsx

+ 0 - 40
src/views/weData/qw/index.tsx

@@ -231,46 +231,6 @@ const Qw: React.FC = () => {
               />
             ),
           },
-          {
-            key: "1",
-            label: "群发",
-            children: (
-              <Table
-                dataSource={dataSource}
-                columns={columns}
-                rowKey="dateStr"
-                loading={loading}
-                pagination={{
-                  current: pagination.current,
-                  pageSize: pagination.pageSize,
-                  total: pagination.total,
-                  showSizeChanger: true,
-                  showTotal: (total) => `共 ${total} 条`,
-                }}
-                onChange={handleTableChange}
-              />
-            ),
-          },
-          {
-            key: "2",
-            label: "私发",
-            children: (
-              <Table
-                dataSource={dataSource}
-                columns={columns}
-                rowKey="dateStr"
-                loading={loading}
-                pagination={{
-                  current: pagination.current,
-                  pageSize: pagination.pageSize,
-                  total: pagination.total,
-                  showSizeChanger: true,
-                  showTotal: (total) => `共 ${total} 条`,
-                }}
-                onChange={handleTableChange}
-              />
-            ),
-          },
           {
             key: "3",
             label: "自动回复",