Commit 8fc34b81 by wusiyi

feat: 展示商品类目 #1010170

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