修复了库存统计页面的表格列显示问题
This commit is contained in:
parent
f702fb9f5b
commit
b42da8f475
|
@ -104,7 +104,7 @@
|
||||||
min-width="200"
|
min-width="200"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
label="分类"
|
label="分类"
|
||||||
prop="cate_name"
|
prop="cate_name"
|
||||||
min-width="120"
|
min-width="120"
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
prop="unit_name"
|
prop="unit_name"
|
||||||
min-width="80"
|
min-width="80"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/> -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="销量"
|
label="销量"
|
||||||
prop="sales"
|
prop="sales"
|
||||||
|
@ -256,7 +256,6 @@ const { pager, getLists, resetParams, resetPage } = usePaging({
|
||||||
fetchFun: warehouse_list,
|
fetchFun: warehouse_list,
|
||||||
params: queryParams
|
params: queryParams
|
||||||
})
|
})
|
||||||
|
|
||||||
let resolves
|
let resolves
|
||||||
let nodes
|
let nodes
|
||||||
const flag = ref(false)
|
const flag = ref(false)
|
||||||
|
|
Loading…
Reference in New Issue