feat: 调整远程应用创建是类型展示风格

This commit is contained in:
“怀磊”
2021-10-27 10:02:33 +08:00
committed by 老广
parent a948105ebd
commit 5e40da0037

View File

@@ -30,7 +30,12 @@ export default {
],
fieldsMeta: {
type: {
readonly: true
type: 'select',
options: [{
label: appType,
value: appType
}],
disabled: true
},
attrs: {
fields: fieldsMap,