mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
feat: 调整远程应用创建是类型展示风格
This commit is contained in:
@@ -30,7 +30,12 @@ export default {
|
||||
],
|
||||
fieldsMeta: {
|
||||
type: {
|
||||
readonly: true
|
||||
type: 'select',
|
||||
options: [{
|
||||
label: appType,
|
||||
value: appType
|
||||
}],
|
||||
disabled: true
|
||||
},
|
||||
attrs: {
|
||||
fields: fieldsMap,
|
||||
|
||||
Reference in New Issue
Block a user