刘洋 2 年之前
父节点
当前提交
768d305f25
共有 3 个文件被更改,包括 6 次插入3 次删除
  1. 2 2
      server.config.ts
  2. 3 0
      src/modules/marking/arbitration/index.vue
  3. 1 1
      src/modules/marking/inquiry-result/index.vue

+ 2 - 2
server.config.ts

@@ -3,11 +3,11 @@ import type { ServerOptions } from 'vite'
 const server: ServerOptions = {
   proxy: {
     '^/?(api|file)/': {
-      target: 'http://192.168.10.41:8200',
+      // target: 'http://192.168.10.41:8200',
       // target: 'http://192.168.10.178:8200',
       // target: 'http://192.168.10.108:8200',
       // target: 'http://cet-test.markingtool.cn',
-      // target: 'http://192.168.10.136:80',
+      target: 'http://192.168.10.136:80',
       // target: 'http://cet-dev.markingtool.cn:8200',
     },
   },

+ 3 - 0
src/modules/marking/arbitration/index.vue

@@ -17,6 +17,9 @@
         <right-button class="next-button" @click="checkNext" />
         <div class="flex-1 p-base scroll-auto mark-content-paper img-wrap">
           <img :src="dataUrl" alt="" class="paper-img" :style="{ 'background-color': frontColor }" />
+          <p v-if="currentArbitration" class="absolute mark-score">
+            {{ currentArbitration.markScore }}
+          </p>
         </div>
         <scoring-panel-with-confirm
           :id="currentArbitration?.taskId"

+ 1 - 1
src/modules/marking/inquiry-result/index.vue

@@ -25,7 +25,7 @@
         <div class="flex-1 p-base scroll-auto mark-content-paper img-wrap">
           <img :src="dataUrl" alt="" class="paper-img" :style="{ 'background-color': frontColor }" />
           <p v-if="current" class="absolute mark-score">
-            {{ current.headerScore ?? current.markerScore }}
+            {{ current.markScore }}
           </p>
         </div>
         <!-- <scoring-panel-with-confirm