From 9ceff459751688056a5e5b06496e0e42f596b70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sun, 14 Jul 2024 22:25:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/menu/index.ts | 10 +- src/views/manage/calculate/edit.vue | 41 +-- src/views/manage/calculate/index.vue | 2 +- src/views/manage/calculate/view.vue | 93 +++-- src/views/manage/calculateParam/edit.vue | 37 +- src/views/manage/calculateParam/index.vue | 4 +- src/views/manage/calculateParam/view.vue | 145 +++----- src/views/manage/equipment/index.vue | 20 ++ src/views/manage/otherTool/edit.vue | 168 ---------- src/views/manage/otherTool/index.vue | 179 +++++----- src/views/manage/otherTool/view.vue | 391 ++++++++++++++++------ 11 files changed, 524 insertions(+), 566 deletions(-) delete mode 100644 src/views/manage/otherTool/edit.vue diff --git a/src/api/menu/index.ts b/src/api/menu/index.ts index c8bd41c..20dac53 100644 --- a/src/api/menu/index.ts +++ b/src/api/menu/index.ts @@ -438,9 +438,9 @@ class MenuAPI { }, }, { - path: "otherToolEdit", - component: "manage/otherTool/edit", - name: "otherToolEdit", + path: "otherToolAdd", + component: "manage/otherTool/add", + name: "otherToolAdd", meta: { title: "第三方工具编辑", hidden: true, @@ -450,9 +450,9 @@ class MenuAPI { } }, { - path: "otherToolView", + path: "otherToolDetail", component: "manage/otherTool/view", - name: "otherToolView", + name: "otherToolDetail", meta: { title: "查看第三方工具", hidden: true, diff --git a/src/views/manage/calculate/edit.vue b/src/views/manage/calculate/edit.vue index a522537..d171cf6 100644 --- a/src/views/manage/calculate/edit.vue +++ b/src/views/manage/calculate/edit.vue @@ -1,19 +1,14 @@ - +