统计,第三方仓库,修改

master
anthonywj 3 years ago
parent 37297c5774
commit 12842baa72

@ -390,7 +390,9 @@
<style type="text/scss" lang="scss"> <style type="text/scss" lang="scss">
@import "../../styles/mixin"; @import "../../styles/mixin";
.el-table .cell.el-tooltip {
white-space: pre-wrap;
}
.el-header { .el-header {
/*background-color: #eef1f6;*/ /*background-color: #eef1f6;*/
color: #333; color: #333;

@ -491,11 +491,7 @@ export default {
} }
this.getList(); this.getList();
if (this.query.status === "202" || this.query.status === "502") { this.haveDistributionVisible = true;
this.haveDistributionVisible = true;
} else {
this.haveDistributionVisible = false;
}
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.query.page = val; this.query.page = val;

Loading…
Cancel
Save