Browse Source

修改样式

seyason 7 months ago
parent
commit
eeabc4b3fe

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

@@ -237,7 +237,7 @@
                     </template>
                     </template>
                 </el-table-column>
                 </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">
                     <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>
                         <span v-for="(projItem, projIndex) in scope.row.data">{{ projItem.project+'('+projItem.time+'h)' + (projIndex < scope.row.data.length-1?',':'')}}</span>
                     </template>
                     </template>