刘洋 10 月之前
父节点
当前提交
b278f504f0

+ 1 - 4
src/components/CommonMarkHeader.vue

@@ -48,10 +48,7 @@
     </div>
     <slot name="studentInfo"> </slot>
 
-    <div
-      v-if="!isSingleStudent"
-      class="tw-flex tw-gap-2 tw-items-center tw-flex-1"
-    >
+    <div v-if="!isSingleStudent" class="tw-flex tw-gap-2 tw-items-center">
       <slot />
     </div>
 

+ 20 - 11
src/devLoginParams.ts

@@ -9,17 +9,17 @@
 // export const markerId="419";
 
 /** 244 评卷员 */
-export const LOGIN_CONFIG = {
-  isAdmin: false,
-  forceChange: true,
-  loginName: "1-339-1-1",
-  // loginName: "liuyang",
-  password: "123456",
-  examId: "1",
-  // markerId: "438",
-  // markerId: "594",
-  markerId: "147",
-};
+// export const LOGIN_CONFIG = {
+//   isAdmin: false,
+//   forceChange: true,
+//   loginName: "1-339-1-1",
+//   // loginName: "liuyang",
+//   password: "123456",
+//   examId: "1",
+//   // markerId: "438",
+//   // markerId: "594",
+//   markerId: "147",
+// };
 /** 244 评卷员 */
 // export const LOGIN_CONFIG = {
 //   isAdmin: false,
@@ -117,6 +117,15 @@ export const LOGIN_CONFIG = {
 //   markerId: null,
 // };
 
+export const LOGIN_CONFIG = {
+  isAdmin: true,
+  forceChange: true,
+  loginName: "fwy",
+  password: "123456",
+  examId: "393",
+  markerId: null,
+};
+
 // export const loginName = "admin-ch";
 // export const password = "123456";
 // export const examId = "1";

+ 2 - 0
src/features/arbitrate/Arbitrate.vue

@@ -35,6 +35,7 @@
   </div>
   <AnswerModal />
   <PaperModal />
+  <AllPaperModal />
   <MinimapModal />
 </template>
 
@@ -61,6 +62,7 @@ import {
 import ArbitrateMarkList from "./ArbitrateMarkList.vue";
 import AnswerModal from "../mark/AnswerModal.vue";
 import PaperModal from "../mark/PaperModal.vue";
+import AllPaperModal from "../mark/AllPaperModal.vue";
 import { getPaper } from "@/api/jsonMark";
 import { getArbitrateHistory } from "@/api/arbitratePage";
 import EventBus from "@/plugins/eventBus";

+ 4 - 0
src/features/student/studentInspect/StudentInspect.vue

@@ -23,6 +23,8 @@
   </div>
   <MinimapModal />
   <PaperModal />
+  <AnswerModal />
+  <AllPaperModal />
 </template>
 
 <script setup lang="ts">
@@ -50,6 +52,8 @@ import { getInspectedHistory } from "@/api/inspectPage";
 import EventBus from "@/plugins/eventBus";
 import { addFileServerPrefixToTask } from "@/utils/utils";
 import PaperModal from "../../mark/PaperModal.vue";
+import AnswerModal from "../../mark/AnswerModal.vue";
+import AllPaperModal from "../../mark/AllPaperModal.vue";
 
 let isMultComments = $ref(false); //是否双评
 const getIsMultComments = (bool: boolean) => {

+ 1 - 1
vite.config.ts

@@ -3,7 +3,7 @@ import vue from "@vitejs/plugin-vue";
 import ViteComponents from "unplugin-vue-components/vite";
 import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
 
-const SERVER_URL = "http://192.168.10.224";
+const SERVER_URL = "http://192.168.10.225";
 // const SERVER_URL = "https://www.markingcloud.com";
 // const SERVER_URL = "http://192.168.11.103:8090";
 // const SERVER_URL = "http://192.168.11.201:8000";