刘洋 vor 1 Jahr
Ursprung
Commit
fe3d68128d
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 2 1
      src/hooks/useOptions.ts
  2. 1 1
      src/modules/quality/self-check/index.vue

+ 2 - 1
src/hooks/useOptions.ts

@@ -224,7 +224,8 @@ const useOptions = (
         changeModelValue('group')(
           multGroup && showAllLabel
             ? groupList.value?.length && (isAdmin.value || isChief.value || isExpert.value || isLeader.value)
-              ? [void 0]
+              ? // ? [void 0]
+                []
               : []
             : void 0
         )

+ 1 - 1
src/modules/quality/self-check/index.vue

@@ -208,7 +208,7 @@ const columns3: EpTableColumn[] = [
   { label: '自查分', prop: 'markScore' },
   // { label: '上次分数', prop: 'lastMarkScore' },
   { label: '分数', prop: 'lastMarkScore' },
-  { label: '评卷时间', prop: 'markTime', width: 130 },
+  { label: '自查时间', prop: 'markTime', width: 130 },
 ]
 
 watch(currentSelfCheckAnalysis, () => {