Browse Source

2026-07-28

优化
master
fengyuan_yang 2 days ago
parent
commit
820ebc1e96
  1. 4
      src/views/modules/qualityAssurance/unqualifiedInspectionReasons.vue

4
src/views/modules/qualityAssurance/unqualifiedInspectionReasons.vue

@ -80,7 +80,7 @@
</el-table-column>
</el-table>
<el-pagination
style="margin-top: 8px"
style="margin-top: 0px"
@size-change="sizeChangeHandle"
@current-change="currentChangeHandle"
:current-page="pageIndex"
@ -376,7 +376,7 @@
},
mounted() {
this.$nextTick(() => {
this.height = window.innerHeight - 140;
this.height = window.innerHeight - 175;
})
},
methods: {

Loading…
Cancel
Save