diff --git a/.env.development b/.env.development index ffa962d06..af09e9e8e 100644 --- a/.env.development +++ b/.env.development @@ -23,5 +23,5 @@ VUE_APP_LOGOUT_PATH = '/core/auth/logout/' # Dev server for core proxy VUE_APP_CORE_HOST = 'http://localhost:8080' -VUE_APP_CORE_WS = 'ws://localhost:8070' +VUE_APP_CORE_WS = 'ws://localhost:8080' VUE_APP_ENV = 'development' diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 35b6efa44..ddb030712 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -230,6 +230,8 @@ "ReLogin": "重新登录" }, "common": { + "DateUpdated": "更新日期", + "ApprovaLevel": "审批信息", "MFAVerify": "验证 MFA", "ViewSecret": "查看密码", "ConnectWebSocketError": "连接 WebSocket 失败", @@ -547,6 +549,9 @@ }, "route": { "": "", + "TicketFlow": "工单流", + "TicketFlowCreate": "创建审批流", + "TicketFlowUpdate": "更新审批流", "Accounts": "账号管理", "AssetAccount": "资产账号", "ApplicationAccount": "应用账号", @@ -661,6 +666,10 @@ "TicketDetail": "工单详情", "TicketCreate": "创建工单", "Tickets": "工单管理", + "Templates": "模版管理", + "TemplateDetail": "模版详情", + "TemplateCreate": "创建模版", + "TemplateUpdate": "更新模版", "UserCreate": "创建用户", "UserDetail": "用户详情", "UserFirstLogin": "首次登录", @@ -899,6 +908,12 @@ "setting": "设置" }, "tickets": { + "OneAssigneeType": "一级受理人类型", + "OneAssignee": "一级受理人", + "TwoAssigneeType": "二级受理人类型", + "TwoAssignee": "二级受理人", + "ApprovalLevel": "审批级别", + "FlowDetail": "流程详情", "PermissionName": "授权规则名称", "Accept": "同意", "AssignedMe": "待我审批", @@ -916,7 +931,6 @@ "status": "状态", "title": "标题", "action": "动作", - "IPGroup": "IP 组", "type": "类型", "user": "用户", "Status": "状态", @@ -1183,6 +1197,9 @@ "Log": "日志", "DeleteReleasedAssets": "删除已释放资产" }, + "Template": { + "Template": "模版管理" + }, "Corporation": "公司", "Edition": "版本", "Execute": "执行", diff --git a/src/layout/components/TabPage/index.vue b/src/layout/components/TabPage/index.vue index 4488cbeb4..b2453d9ff 100644 --- a/src/layout/components/TabPage/index.vue +++ b/src/layout/components/TabPage/index.vue @@ -12,6 +12,7 @@