!101 feat: 新增机器操作菜单

* feat: 新增机器操作菜单
This commit is contained in:
zongyangleo
2024-02-07 06:37:59 +00:00
committed by Coder慌
parent 9c20bdef39
commit 20eb06fb28
8 changed files with 616 additions and 245 deletions

View File

@@ -13,6 +13,7 @@
tagSelectRef.validate();
}
"
:tag-path="form.tagPath"
:resource-code="form.code"
:resource-type="TagResourceTypeEnum.Machine.value"
style="width: 100%"
@@ -153,6 +154,7 @@ const state = reactive({
form: {
id: null,
code: '',
tagPath: '',
ip: null,
port: 22,
name: null,