web/src/views/DuctpiecePLM/ReportCenter/DuctReport.vue
@@ -108,6 +108,8 @@ if(res.statusMsg === 'ok') { this.total = res.data.total; this.dataList = res.data.list; }else{ this.$message.warning(res.statusMsg) } this.loading = false; }) @@ -165,7 +167,7 @@ position: absolute; top: 15px; left: 15px; background: url("../../../assets/alarm_icons.png") no-repeat; background: url("../../../assets/report_icons.png") no-repeat; background-size: 100% 100%; }