Commit bb80bc29 authored by youjie's avatar youjie

no message

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