瀏覽代碼

调整人员月报表接口

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>