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