From ffa3d9b50b594bd095d43b672913dc399673b14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Mon, 25 Aug 2025 10:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=98=BE=E7=A4=BA=20?= =?UTF-8?q?=E8=B5=B4=E6=A0=A1=E4=BF=A1=E6=81=AF=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/home.ts | 2 +- src/views/toschoolinfomanage/editModal.vue | 12 ++++++------ src/views/welcome/index.vue | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/router/modules/home.ts b/src/router/modules/home.ts index 1cc1a4f..823d7eb 100644 --- a/src/router/modules/home.ts +++ b/src/router/modules/home.ts @@ -15,7 +15,7 @@ export default { { path: "/welcome", name: "Welcome", - component: () => import("@/views/welcome/index.vue"), + component: () => import("@/views/toschoolinfomanage/index.vue"), meta: { title: "首页", showLink: VITE_HIDE_HOME === "true" ? false : true diff --git a/src/views/toschoolinfomanage/editModal.vue b/src/views/toschoolinfomanage/editModal.vue index b476762..647f431 100644 --- a/src/views/toschoolinfomanage/editModal.vue +++ b/src/views/toschoolinfomanage/editModal.vue @@ -15,9 +15,7 @@
取消 - 保存 + 保存
标记已解决 @@ -109,12 +107,14 @@ + 未录入备注 + @@ -127,7 +127,7 @@ type="text" style="margin-top: 5px; font-size: 12px" class="markTitle" - :disabled="isDetail" + v-show="!isDetail" @click="addRecord" > 添加执行记录 @@ -136,7 +136,7 @@ style="margin-top: 5px; font-size: 12px" class="markTitle" type="text" - :disabled="isDetail" + v-show="!isDetail" @click="addFinish" > {{ finishRecord ? "修改完结情况" : "添加完结情况" }} diff --git a/src/views/welcome/index.vue b/src/views/welcome/index.vue index 8db10d2..1eafa33 100644 --- a/src/views/welcome/index.vue +++ b/src/views/welcome/index.vue @@ -1,9 +1,9 @@