fix: 调整网络错误的提示形式,出现网络超时不再踢出登录

fix: 修复当key为数字类型时,联想弹层第一次选择显示title失败的bug
This commit is contained in:
gaoyunqi
2024-03-20 15:02:42 +08:00
parent 8cb2bcc9ad
commit 756e92f00d
4 changed files with 434 additions and 416 deletions

View File

@ -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: '',