소스 검색

调整人员月报表接口

Lijy 2 년 전
부모
커밋
838290df22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -687,7 +687,7 @@
                 <el-table-column prop="whether" :label="$t('shi-fou-man-zu-gong-shi')" min-width="250">
                   <template slot-scope="scope">
                     <div>
-                      <span>{{scope.row.whether == 0 ? '不满足' : '满足'}}</span>
+                      <span>{{scope.row.whether == 0 ? '否' : '是'}}</span>
                     </div>
                   </template>
                 </el-table-column>