提交 30fba21c 编写于 作者: G GraceWalk

fix: 生产测试单词发送消息数限制为 0~1000

上级 d83d35ae
...@@ -152,6 +152,7 @@ export const getFormConfig = (params: any) => { ...@@ -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 = () => { ...@@ -391,7 +392,7 @@ export const getTableColumns = () => {
{ {
title: 'time', title: 'time',
dataIndex: 'costTimeUnitMs', dataIndex: 'costTimeUnitMs',
width: 60, width: 100,
}, },
]; ];
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册