Commit a02c9ae1 authored by zhengke's avatar zhengke

no message

parent 30c06d7b
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
<th>成交订单</th> <th>成交订单</th>
<th>依据类型</th> <th>依据类型</th>
<th>当月工资</th> <th>当月工资</th>
<th>当月利润</th>
<th>当月提成</th> <th>当月提成</th>
<th>当月年终</th> <th>当月年终</th>
<th>期数</th> <th>期数</th>
...@@ -103,7 +102,7 @@ ...@@ -103,7 +102,7 @@
</td> </td>
</tr> </tr>
<tr v-if="dataList.length==0"> <tr v-if="dataList.length==0">
<td style="text-align:center" colspan="10">暂无数据</td> <td style="text-align:center" colspan="14">暂无数据</td>
</tr> </tr>
</table> </table>
<!-- 分页 --> <!-- 分页 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment