Commit bb80bc29 authored by youjie's avatar youjie

no message

parent 721f91d9
......@@ -42,7 +42,6 @@
<el-button size="mini" type="danger" style="border-radius:14px" :loading="btnLoading"
@click="generateTable">生成提成</el-button>
</li>
</ul>
</div>
<table v-loading="loading" class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
......
......@@ -103,7 +103,7 @@
</el-option>
</el-select>
</li>
<li style="position: fixed;right: 0;top: 51px;"><input type="button" class="normalBtn" value="导出" @click="exportExcel"></li>
<li style="position: fixed;right: 3px;top: 51px;"><input type="button" class="normalBtn" value="导出" @click="exportExcel"></li>
</ul>
</div>
<table v-loading="loading" class="singeRowTable" border="0" cellspacing="0" cellpadding="0"
......@@ -127,7 +127,6 @@
<th>期数</th>
<th width='300'>备注</th>
<!-- <th>操作</th> -->
</tr>
<tr v-for="item in dataList">
<td>{{item.OrderTypeName}}</td>
......
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