diff --git a/frontend/src/utils/dict.ts b/frontend/src/utils/dict.ts index 97f2d07..9b0b50a 100644 --- a/frontend/src/utils/dict.ts +++ b/frontend/src/utils/dict.ts @@ -19,6 +19,6 @@ export const userStatus = [ export const resourceType = [ { label: "菜单", value: 0 }, { label: "按钮", value: 1 }, - { label: "公共资源", value: 2 } + { label: "公共资源", value: 2 }, { label: "服务间调用资源", value: 3 } ]; diff --git a/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue b/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue index 24639c8..5bca65c 100644 --- a/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue +++ b/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue @@ -14,7 +14,7 @@