Commit a07639b4 authored by 卢均锐's avatar 卢均锐

fix: [19183] 操作日志会员搜索只能输入数字

parent 4f874244
...@@ -178,6 +178,7 @@ export const schema_4: ISchema = { ...@@ -178,6 +178,7 @@ export const schema_4: ISchema = {
placeholder: '搜索会员ID', placeholder: '搜索会员ID',
align: 'flex-left', align: 'flex-left',
allowClear: true, allowClear: true,
onlyNumber: true,
}, },
}, },
[FORM_FILTER_PATH]: { [FORM_FILTER_PATH]: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment