Commit 0d76f2a6 by 张恒

fix(config): 修正预约束字段配置

- 将预约束字段从 'xjxid' 更改为 'id'
parent faa94c7f
...@@ -507,7 +507,7 @@ export const formProps: FormProps = { ...@@ -507,7 +507,7 @@ export const formProps: FormProps = {
bordered: true, bordered: true,
isShowAi: false, isShowAi: false,
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
prestrainField: 'xjxid', prestrainField: 'id',
}, },
}, },
{ title: '操作', key: 'action', fixed: 'right', width: '50px' }, { title: '操作', key: 'action', fixed: 'right', width: '50px' },
......
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