feat: 完善数据看板选择时间区间

This commit is contained in:
CaIon
2024-01-07 19:47:35 +08:00
parent ce05e7dd86
commit 1c2bba8979
5 changed files with 106 additions and 78 deletions

View File

@@ -422,7 +422,6 @@ const LogsTable = () => {
value={end_timestamp} type='dateTime'
name='end_timestamp'
onChange={value => handleInputChange(value, 'end_timestamp')}/>
{/*<Form.Button fluid label='操作' width={2} onClick={refresh}>查询</Form.Button>*/}
{
isAdminUser && <>
<Form.Input field="channel" label='渠道 ID' style={{width: 176}} value={channel}