Parcourir la source

refactor: 平台配置休息时长单位由分钟改为秒

hechuanqi il y a 1 mois
Parent
commit
b65dc896d4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/pages/PlatformConfig/index.tsx

+ 2 - 2
src/pages/PlatformConfig/index.tsx

@@ -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,