|
@@ -173,6 +173,10 @@
|
|
|
prop="enginClassification"
|
|
|
label="工程分类">
|
|
|
</el-table-column>
|
|
|
+ <!--<el-table-column-->
|
|
|
+ <!--prop="enginClassification"-->
|
|
|
+ <!--label="工程规模">-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
<el-table-column
|
|
|
prop="actualityPE"
|
|
|
label="PE实际用料">
|
|
@@ -610,9 +614,10 @@
|
|
|
// },
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
- this.download('zdsz/materialStatistics/export', {
|
|
|
+ // this.download('zdsz/materialStatistics/export', {
|
|
|
+ this.download('zdsz/engineeringWasteMaterial/engineeringPipeJackingExport', {
|
|
|
...this.queryParams
|
|
|
- }, `用料统计${new Date().getTime()}.xlsx`)
|
|
|
+ }, `顶管统计${new Date().getTime()}.xlsx`)
|
|
|
},
|
|
|
tableRowClassName(){
|
|
|
// return "background:#199ED8;border: 2px solid #000066"
|