修复了库存统计页面的表格列显示问题
This commit is contained in:
parent
f702fb9f5b
commit
b42da8f475
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue