Commit a2ada6f7 by qinjianhui

fix: 批量下载数量缺失bug

parent 018019b0
...@@ -258,7 +258,7 @@ const columns = [ ...@@ -258,7 +258,7 @@ const columns = [
}, },
{ {
label: '订单数量', label: '订单数量',
prop: 'productNum', prop: 'operationNum',
width: 85, width: 85,
align: 'center', align: 'center',
}, },
......
...@@ -1265,7 +1265,7 @@ const baseProductColumns = computed(() => [ ...@@ -1265,7 +1265,7 @@ const baseProductColumns = computed(() => [
{ {
prop: 'supplierProductNo', prop: 'supplierProductNo',
label: '款号', label: '款号',
minWidth: 100, minWidth: 140,
align: 'center', align: 'center',
}, },
{ prop: 'price', label: '价格', minWidth: 100, align: 'right' }, { prop: 'price', label: '价格', minWidth: 100, align: 'right' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment