We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5.0
vue3版
下载前端代码表修改表单查询条件代码,配置栅格化布局显示列数不生效
配置代码如下:
formConfig: { //labelWidth: 120, schemas: searchFormSchema, autoSubmitOnEnter: true, showAdvancedButton: true, // autoAdvancedLine: 3, // fieldMapToNumber: [], // fieldMapToTime: [], baseColProps: { span: 12 }, }, //查询数据 export const searchFormSchema: FormSchema[] = [ { label: '任务名称', field: 'jobName', component: 'JInput', colProps: { span: 12 }, }, { label: '任务状态', field: 'jobStatus', component: 'JDictSelectTag', componentProps: { dictCode: 'job_status', placeholder: '请输入任务状态', stringToNumber: true, }, colProps: { span: 12 }, }, ];
The text was updated successfully, but these errors were encountered:
已修复,待新版本发布
修改位置: useListPage.ts页面,defaultTableProps里面,当为baseColProps和labelCol的时候,直接替换
useListPage.ts
defaultTableProps
baseColProps
labelCol
Sorry, something went wrong.
No branches or pull requests
版本号:
3.5.0
前端版本:vue3版?还是 vue2版?
vue3版
问题描述:
下载前端代码表修改表单查询条件代码,配置栅格化布局显示列数不生效
截图&代码:
配置代码如下:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: