fix: 调整网络错误的提示形式,出现网络超时不再踢出登录
fix: 修复当key为数字类型时,联想弹层第一次选择显示title失败的bug
This commit is contained in:
@ -121,6 +121,9 @@ export const basicComponents = [
|
||||
typeName: t('计数组件'),
|
||||
type: 'number',
|
||||
options: {
|
||||
labelWidthMode: 'fix',
|
||||
labelFixWidth: 120,
|
||||
responsive: false,
|
||||
width: '100%',
|
||||
span: '',
|
||||
defaultValue: 0,
|
||||
@ -1165,6 +1168,9 @@ export const infoComponents = [
|
||||
typeName: t('人员选择'),
|
||||
type: 'user',
|
||||
options: {
|
||||
labelWidthMode: 'fix',
|
||||
labelFixWidth: 120,
|
||||
responsive: false,
|
||||
span: '',
|
||||
width: '100%',
|
||||
defaultValue: '',
|
||||
|
||||
Reference in New Issue
Block a user