夏滨修改订单

This commit is contained in:
13713575202 2025-07-04 11:40:37 +08:00
parent 434d455940
commit a554d3753d

View File

@ -195,7 +195,7 @@ let bottomList = reactive([
onMounted(() => {
page.orderStatus = 'all';
store.getData(page).then((res) => {
console.log(typeof res.records[0].orderItemInfos[0].netWeightInfoVO.goodSpecs);
// console.log(typeof res.records[0].orderItemInfos[0].netWeightInfoVO.goodSpecs);
total.value = res.total;
if (res.records.length > 0) {
show.value = true;