|
|
@@ -40,7 +40,7 @@
|
|
|
<!-- <el-button type="primary" :icon="Refresh">重置</el-button> -->
|
|
|
<!-- <el-button type="primary" :icon="Search" class="bt" @click="onposition">定位</el-button> -->
|
|
|
<!-- <el-button type="primary" :icon="Search">查改</el-button> -->
|
|
|
- <el-button type="primary" @click="handlePrint">员工计件明细</el-button>
|
|
|
+ <el-button type="primary" class="bt" @click="handlePrint">员工计件明细</el-button>
|
|
|
<div style="margin-left: auto;">
|
|
|
<el-button type="primary" :icon="Download" class="bt" @click="exportExcel">导出到Excel(汇总)</el-button>
|
|
|
<el-button type="primary" :icon="Download" class="bt" @click="exportExcel2">导出到Excel(明细)</el-button>
|