刘洋 1 年之前
父節點
當前提交
fe3d68128d
共有 2 個文件被更改,包括 3 次插入2 次删除
  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, () => {