Browse Source

优化

master
陈裕财 4 years ago
parent
commit
b83e8dcc9e
  1. 2
      src/views/xm/core/xmTaskSbillDetail/XmTaskSbillDetailMng.vue

2
src/views/xm/core/xmTaskSbillDetail/XmTaskSbillDetailMng.vue

@ -10,7 +10,7 @@
</el-row> </el-row>
<el-row class="padding-top"> <el-row class="padding-top">
<!--列表 XmTaskSbillDetail 工时登记表--> <!--列表 XmTaskSbillDetail 工时登记表-->
<el-table ref="xmTaskSbillDetailTable" :data="xmTaskSbillDetails" :height="maxTableHeight" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;">
<el-table ref="xmTaskSbillDetailTable" :row-style="{height:'50px'}" :data="xmTaskSbillDetails" :height="maxTableHeight" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;">
<el-table-column type="selection" width="55" show-overflow-tooltip fixed="left"></el-table-column> <el-table-column type="selection" width="55" show-overflow-tooltip fixed="left"></el-table-column>
<el-table-column sortable type="index" width="55" show-overflow-tooltip fixed="left"></el-table-column> <el-table-column sortable type="index" width="55" show-overflow-tooltip fixed="left"></el-table-column>
<!-- <!--

Loading…
Cancel
Save