|
|
@@ -8,7 +8,7 @@
|
|
|
<el-button type="primary" icon="Download" @click="ExportSummaryToExcel" style="margin: 5px">导出到Excel(汇总)</el-button>
|
|
|
<el-button type="primary" icon="Download" @click="ExportDetailsToExcel" class="bt" >导出到Excel(明细)</el-button>
|
|
|
<!-- <el-button disabled type="primary" icon="Download" @click="exportToExcel2" style="margin: 5px;float: right;">导出到Excel(色张汇总)</el-button> -->
|
|
|
- <!-- <el-button type="primary" icon="edit" @click="gd_gxclhconClick" class="bt" >月度色度数核查</el-button> -->
|
|
|
+ <!-- <el-button type="primary" icon="edit" @click="gd_gxclhconClick" class="bt" >月度色度数核查</el-button> -->
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</layout-header>
|
|
|
@@ -84,7 +84,7 @@
|
|
|
@row-click="tableRowClick" :show-overflow-tooltip="true"
|
|
|
@selection-change="handleSelectionChange">
|
|
|
<el-table-column align="center" label="工序类型" prop="工序类型" width="120" />
|
|
|
- <el-table-column align="left" label="平均合格率" prop="平均值" width="120"/>
|
|
|
+ <el-table-column align="left" label="加权平均合格率" prop="平均值" width="120"/>
|
|
|
<el-table-column align="center" label="01月" prop="01月" width="100"/>
|
|
|
<el-table-column align="left" label="02月" prop="02月" width="100" />
|
|
|
<el-table-column align="left" label="03月" prop="03月" width="100" />
|