Commit 414cd089 by wusiyi

feat: 展示商品类目 #1010170

parent 3c0a2100
...@@ -2187,13 +2187,6 @@ const baseProductColumns = computed(() => [ ...@@ -2187,13 +2187,6 @@ const baseProductColumns = computed(() => [
align: 'center', align: 'center',
}, },
{ {
key: 'categoryName',
prop: 'categoryName',
label: '商品类目',
minWidth: 160,
align: 'center',
},
{
key: 'craftCode', key: 'craftCode',
prop: 'craftCode', prop: 'craftCode',
label: '工艺', label: '工艺',
...@@ -2207,6 +2200,13 @@ const baseProductColumns = computed(() => [ ...@@ -2207,6 +2200,13 @@ const baseProductColumns = computed(() => [
align: 'center', align: 'center',
}, },
{ {
key: 'categoryName',
prop: 'categoryName',
label: '商品类目',
minWidth: 160,
align: 'center',
},
{
prop: 'price', prop: 'price',
label: '价格', label: '价格',
minWidth: 100, minWidth: 100,
......
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