fix: 修复创建 remote app 中类型 label 问题

fix: 修复
This commit is contained in:
ibuler
2021-12-09 21:01:04 +08:00
committed by 老广
parent 6d4d826629
commit bef02b3e29

View File

@@ -34,7 +34,7 @@ export default {
type: { type: {
type: 'select', type: 'select',
options: [{ options: [{
label: appType, label: appTypeMeta.title,
value: appType value: appType
}], }],
disabled: true disabled: true