fix: 日期时间区间支持只读显示,选人组件在只读状态下不再可选

fix: 略微调整表单标签的高度
This commit is contained in:
gaoyunqi
2024-04-02 17:29:03 +08:00
parent b595971a5b
commit 2ddeed95c9
5 changed files with 514 additions and 451 deletions

View File

@ -162,6 +162,9 @@ export const basicComponents = [
typeName: t('编码组件'),
type: 'auto-code',
options: {
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
width: '100%',
span: '',
placeholder: t('请输入编码组件'),
@ -1151,6 +1154,9 @@ export const infoComponents = [
typeName: t('组织架构'),
type: 'organization',
options: {
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
span: '',
width: '100%',
defaultValue: undefined,