|
|
@@ -80,7 +80,7 @@ const PlatformConfig: React.FC = () => {
|
|
|
options: platformOptions,
|
|
|
},
|
|
|
{
|
|
|
- label: '休息时长(分钟)',
|
|
|
+ label: '休息时长(秒)',
|
|
|
isRequired: true,
|
|
|
value: 'rest_duration',
|
|
|
type: 'number',
|
|
|
@@ -156,7 +156,7 @@ const PlatformConfig: React.FC = () => {
|
|
|
renderText: (_, record: any) => record?.platform_name ?? '-',
|
|
|
},
|
|
|
{
|
|
|
- title: '休息时长(分钟)',
|
|
|
+ title: '休息时长(秒)',
|
|
|
dataIndex: ['config', 'rest_duration'],
|
|
|
key: 'rest_duration',
|
|
|
hideInSearch: true,
|