Commit 3c0a2100 by wusiyi

feat: 展示商品类目 #1010170

parent f6898dd3
......@@ -2187,6 +2187,13 @@ const baseProductColumns = computed(() => [
align: 'center',
},
{
key: 'categoryName',
prop: 'categoryName',
label: '商品类目',
minWidth: 160,
align: 'center',
},
{
key: 'craftCode',
prop: 'craftCode',
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