Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-29 18:48:12 +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',