mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
fix: 生产测试单词发送消息数限制为 0~1000
This commit is contained in:
@@ -152,6 +152,7 @@ export const getFormConfig = (params: any) => {
|
||||
rules: [{ required: true, message: '请输入' }],
|
||||
attrs: {
|
||||
min: 0,
|
||||
max: 1000,
|
||||
style: { width: 232 },
|
||||
},
|
||||
},
|
||||
@@ -391,7 +392,7 @@ export const getTableColumns = () => {
|
||||
{
|
||||
title: 'time',
|
||||
dataIndex: 'costTimeUnitMs',
|
||||
width: 60,
|
||||
width: 100,
|
||||
},
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user