Commit a0dc60de by wusiyi

fix: 工厂订单new收获地址展示字段修改

parent 1991c11a
......@@ -1479,6 +1479,8 @@ const mainColumns = computed(() => [
<span>{row?.receiverProvince || ''}</span>
<span>{row?.receiverCity || ''}</span>
<span>{row?.receiverDistrict || ''}</span>
<span>{row?.receiverAddress1 || ''}</span>
<span>{row?.receiverAddress2 || ''}</span>
</div>
)
},
......
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