|
@@ -177,7 +177,7 @@ const GameServer: React.FC = () => {
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col span={24}>
|
|
<Col span={24}>
|
|
|
<Space>
|
|
<Space>
|
|
|
- <Button icon={<PlusOutlined />} type="primary" onClick={() => { setVisible(true); setInitialValues({ startTime: moment().add(90, 'd') }) }}>新增游戏区服</Button>
|
|
|
|
|
|
|
+ <Button icon={<PlusOutlined />} type="primary" onClick={() => { setVisible(true); setInitialValues({ startTime: moment().add(1, 'd') }) }}>新增游戏区服</Button>
|
|
|
<Button icon={<PlusOutlined />} type="primary" onClick={() => { set_show(true) }}>新增合服</Button>
|
|
<Button icon={<PlusOutlined />} type="primary" onClick={() => { set_show(true) }}>新增合服</Button>
|
|
|
<UploadExcel gameList={game_supper_list_api?.data} onChange={() => getGameServerList.refresh()} />
|
|
<UploadExcel gameList={game_supper_list_api?.data} onChange={() => getGameServerList.refresh()} />
|
|
|
<DownloadExcel api={gameServerlistexcel} querys={form.getFieldsValue}/>
|
|
<DownloadExcel api={gameServerlistexcel} querys={form.getFieldsValue}/>
|