Commit f48efd31 by wusiyi

feat: 展示商品类目 #1010170

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