Browse Source
Merge tag 'Hotfix-zh-268' into develop
Finish Hotfix-zh-268
howie
2 năm trước cách đây
mục cha
commit
ce94fb980a
|
@@ -431,7 +431,7 @@
|
|
|
<el-table-column
|
|
|
align="right"
|
|
|
label="订单数量"
|
|
|
- prop="qty"
|
|
|
+ prop="itemQty"
|
|
|
min-width="160"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
@@ -458,7 +458,7 @@
|
|
|
<el-table-column
|
|
|
align="right"
|
|
|
label="订单数量"
|
|
|
- prop="qty"
|
|
|
+ prop="itemQty"
|
|
|
min-width="160"
|
|
|
show-overflow-tooltip
|
|
|
/>
|