From 2686438ad8f3cbdb8deea79de53ffe4bb3e87fb7 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期二, 01 八月 2023 09:11:41 +0800 Subject: [PATCH] modified: src/App.vue modified: src/assets/api/controller.js new file: src/components/view/raw-ins.vue modified: src/components/view/standard-table/technology.vue modified: src/components/view/standard.vue modified: src/view/index.vue --- src/view/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 15c476a..14a8836 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -292,7 +292,7 @@ k: 3, v: "鍘熸潗鏂欐楠�", i: "font icon-shouye", - u: "" + u: "raw-ins" }, { k: 4, v: "鍘熸潗鏂欎笉鍚堟牸鍝�", @@ -330,14 +330,14 @@ u: "" }] }], - activeBox: 1, - activeP: 1, - tabActive: 1, + activeBox: 0, + activeP: 0, + tabActive: 0, tabs: [{ - k: 1, - v: "鏍囧噯BOM", + k: 0, + v: "棣栭〉", i: "font icon-shouye", - u: "standard" + u: "index-index" }], upIndex: 0 }; -- Gitblit v1.9.3