fix: 日期时间区间支持只读显示,选人组件在只读状态下不再可选
fix: 略微调整表单标签的高度
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user