mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
fix: 修复创建 remote app 中类型 label 问题
fix: 修复
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user