Commit 9b443269 by 10_noah@other.ren

商家后台-订单管理:列表收货地址需要优化

parent 3e20491a
...@@ -76,9 +76,12 @@ export const tableOption = { ...@@ -76,9 +76,12 @@ export const tableOption = {
{ {
"type": "input", "type": "input",
"label": "收货信息", "label": "收货信息",
"prop": "payMoney", "prop": "isLogistics",
formatter:row => { formatter:row => {
return row.takeName+"--"+row.phone+"--"+row.address if(row.isLogistics==1){
return row.takeName+"-"+row.phone+"-"+row.address
}
return "";
} }
}, },
{ {
......
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