mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
修改一些可见的bug,优化运费模板中地址选择问题
This commit is contained in:
@@ -99,6 +99,15 @@
|
||||
key: "storeAddressPath",
|
||||
width: 300,
|
||||
sortable: false,
|
||||
render: (h, params) => {
|
||||
return h(
|
||||
"Tag",
|
||||
{
|
||||
|
||||
},
|
||||
params.row.storeAddressPath || "暂未填写"
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "是否自营",
|
||||
|
||||
@@ -111,7 +111,16 @@ export default {
|
||||
title: "店铺地址",
|
||||
key: "storeAddressPath",
|
||||
width: 300,
|
||||
tooltip: true
|
||||
tooltip: true,
|
||||
render: (h, params) => {
|
||||
return h(
|
||||
"Tag",
|
||||
{
|
||||
|
||||
},
|
||||
params.row.storeAddressPath || "暂未填写"
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "是否自营",
|
||||
|
||||
Reference in New Issue
Block a user