Compare commits

..

2 Commits

Author SHA1 Message Date
65ade0ef3a Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-29 18:48:12 +08:00
1bcd417c57 mod(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-29 18:47:57 +08:00

View File

@@ -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',