Ver Fonte

去掉资源分配转译

Lijy há 2 anos atrás
pai
commit
4d4e1ea26a

+ 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>