diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index 6d63505..94b26b3 100644 --- a/src/views/goods/Index.vue +++ b/src/views/goods/Index.vue @@ -151,6 +151,11 @@ text }}

{{ text }}

+ + +

+ {{ text == 10 ? '单规格' : '多规格' }} +

@@ -226,6 +231,13 @@ const columns = [ width: '260px', scopedSlots: { customRender: 'goods_name' }, }, + { + title: '规格类型', + width: '90px', + dataIndex: 'spec_type', + scopedSlots: { customRender: 'spec_type' }, + sorter: true, + }, { title: '商品价格', width: '90px',