north-glass-erp/northglass-erp/src/views/sd/product/SelectProduct.vue
@@ -174,6 +174,7 @@ const xGrid = ref() const gridOptions = reactive({ height:'100%', loading: true, border: "full",//表格加边框 keepSource: true,//保持源数据 @@ -229,7 +230,7 @@ return[ columns.map((column, columnIndex) => { if (columnIndex === 0) { return `页数:${pageNum}/${pageTotal.value}` return `${pageNum}/${pageTotal.value}` } return '' @@ -354,7 +355,7 @@ <vxe-grid @filter-change="filterChanged" max-height="100%" height="100%" class="mytable-scrollbar" ref="xGrid" v-bind="gridOptions"