Compare commits
2 Commits
e051d75d21
...
65ade0ef3a
| Author | SHA1 | Date | |
|---|---|---|---|
| 65ade0ef3a | |||
| 1bcd417c57 |
@@ -347,6 +347,20 @@ const columns = ref([
|
||||
)
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '商家名称',
|
||||
slot: 'store_name',
|
||||
align: 'center',
|
||||
render: (row) => {
|
||||
return h(
|
||||
'span',
|
||||
{},
|
||||
{
|
||||
default: () => row.Store.name,
|
||||
}
|
||||
)
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '商品封面',
|
||||
slot: 'cover',
|
||||
|
||||
Reference in New Issue
Block a user