修复了库存统计页面的表格列显示问题

This commit is contained in:
mkm 2024-08-22 17:09:08 +08:00
parent f702fb9f5b
commit b42da8f475
1 changed files with 2 additions and 3 deletions

View File

@ -104,7 +104,7 @@
min-width="200"
show-overflow-tooltip
/>
<el-table-column
<!-- <el-table-column
label="分类"
prop="cate_name"
min-width="120"
@ -115,7 +115,7 @@
prop="unit_name"
min-width="80"
show-overflow-tooltip
/>
/> -->
<el-table-column
label="销量"
prop="sales"
@ -256,7 +256,6 @@ const { pager, getLists, resetParams, resetPage } = usePaging({
fetchFun: warehouse_list,
params: queryParams
})
let resolves
let nodes
const flag = ref(false)