刘洋 hace 1 año
padre
commit
fe3d68128d
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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')(
         changeModelValue('group')(
           multGroup && showAllLabel
           multGroup && showAllLabel
             ? groupList.value?.length && (isAdmin.value || isChief.value || isExpert.value || isLeader.value)
             ? groupList.value?.length && (isAdmin.value || isChief.value || isExpert.value || isLeader.value)
-              ? [void 0]
+              ? // ? [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: 'markScore' },
   // { label: '上次分数', prop: 'lastMarkScore' },
   // { label: '上次分数', prop: 'lastMarkScore' },
   { label: '分数', prop: 'lastMarkScore' },
   { label: '分数', prop: 'lastMarkScore' },
-  { label: '评卷时间', prop: 'markTime', width: 130 },
+  { label: '自查时间', prop: 'markTime', width: 130 },
 ]
 ]
 
 
 watch(currentSelfCheckAnalysis, () => {
 watch(currentSelfCheckAnalysis, () => {