|
@@ -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",
|
|
key: "3",
|
|
label: "自动回复",
|
|
label: "自动回复",
|