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 @@