소스 검색

去掉资源分配转译

Lijy 2 년 전
부모
커밋
4d4e1ea26a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      fhKeeper/formulahousekeeper/timesheet/src/views/project/vueGantt.vue

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet/src/views/project/vueGantt.vue

@@ -28,10 +28,10 @@
             <el-table-column :label="items" v-for="items, idx in item.children" :key="idx" width="120px" align="center">
               <template slot-scope="scope">
                 <div>
-                  <span v-if="scope.row.translationType == 'user'">
+                  <!-- <span v-if="scope.row.translationType == 'user' && scope.column.label.indexof(scope.row.end_date) != '-1'">
                     <ww-open-data type='userName' :openid='scope.row.text'></ww-open-data>
-                  </span>
-                  <span v-else>
+                  </span> -->
+                  <span v-if="scope.row.translationType != 'user'">
                     {{scope.row.end_date | dataValue(scope.column, scope.row)}}
                   </span>
                 </div>