Browse Source

去掉pdf插件 无用 导致打包失误

master
ruanqi 2 years ago
parent
commit
3706d445fe
  1. 4
      src/views/modules/schedule/generateReport.vue

4
src/views/modules/schedule/generateReport.vue

@ -88,6 +88,7 @@
<el-form-item :label="' '">
<el-button @click="openStart()" style="margin-left: 0px;margin-top:0px" type="primary">派工单开始</el-button>
<el-button @click="openScan()" style="margin-left: 0px;margin-top:0px" type="primary">派工单报工</el-button>
<el-button @click="jumpFeedBack()" style="margin-left: 0px;margin-top:0px" type="primary">故障报备</el-button>
<download-excel
:fields="exportDataStandard"
:data="tableData"
@ -917,6 +918,9 @@
this.badList = data.rows;
}
})
},
jumpFeedBack(){
this.$router.replace('eam-eamFeedBack')
}
},
created () {

Loading…
Cancel
Save