From 55d5446aa9f7ab99e6a0cab908ae78b3880d62f9 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 7 Jun 2024 17:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=B7=AE=E6=8A=A5=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/XyTable/index.vue | 1 + src/layout/index.vue | 6 + src/router/index.js | 5 + src/views/away/component/examineAway.vue | 611 ++++++++++++++++++ src/views/away/index.vue | 22 +- .../contract/components/biddingUpload.vue | 2 +- .../contract/components/editorContract.vue | 8 +- .../components/paymentRegistration.vue | 1 + src/views/contract/contractEdit.vue | 29 +- src/views/contract/contractList.vue | 22 +- .../contract/paymentRegistrationList.vue | 30 +- .../components/examineRegistration.vue | 43 +- src/views/finance/paymentRegistrationList.vue | 9 +- src/views/install/index.vue | 37 ++ 14 files changed, 785 insertions(+), 41 deletions(-) create mode 100644 src/views/away/component/examineAway.vue create mode 100644 src/views/install/index.vue diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index d633be1..1952106 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -192,6 +192,7 @@ export default { }} > + + + 软件安装 + + 退出 @@ -151,6 +156,7 @@ export default { } }, methods: { + async logout() { if (this.$store.state.app.isInElectron) { return diff --git a/src/router/index.js b/src/router/index.js index 40cd849..61597ec 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -71,6 +71,11 @@ export const constantRoutes = [{ ], hidden: true, }, + { + path: "/install", + component: () => import("@/views/install"), + hidden: true + } ] /** diff --git a/src/views/away/component/examineAway.vue b/src/views/away/component/examineAway.vue new file mode 100644 index 0000000..f218355 --- /dev/null +++ b/src/views/away/component/examineAway.vue @@ -0,0 +1,611 @@ + + + + + diff --git a/src/views/away/index.vue b/src/views/away/index.vue index bf0b96b..2749703 100644 --- a/src/views/away/index.vue +++ b/src/views/away/index.vue @@ -138,20 +138,12 @@ + +