Commit 6613e1ac by wusiyi

feat: 展示商品类目 #1010170

parent a8a71f08
...@@ -2303,13 +2303,6 @@ const baseProductColumns = computed(() => [ ...@@ -2303,13 +2303,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: '工艺',
...@@ -2323,6 +2316,13 @@ const baseProductColumns = computed(() => [ ...@@ -2323,6 +2316,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