seyason 7 ماه پیش
والد
کامیت
eeabc4b3fe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/list.vue

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

@@ -237,7 +237,7 @@
                     </template>
                 </el-table-column>
                 
-                <el-table-column label="项目工时" v-if="user.companyId == 469">
+                <el-table-column label="项目工时" v-if="user.companyId == 469" width="180">
                     <template slot-scope="scope">
                         <span v-for="(projItem, projIndex) in scope.row.data">{{ projItem.project+'('+projItem.time+'h)' + (projIndex < scope.row.data.length-1?',':'')}}</span>
                     </template>