+ {{ text == 10 ? '单规格' : '多规格' }} +
++ {{ text == 10 ? '单规格' : '多规格' }} +
+
{{ text == 0 ? '待处理' : '已归类' }}
@@ -225,6 +230,13 @@ const columns = [
dataIndex: 'goods_name',
width: '260px',
scopedSlots: { customRender: 'goods_name' },
+ },
+ {
+ title: '规格类型',
+ width: '90px',
+ dataIndex: 'spec_type',
+ scopedSlots: { customRender: 'spec_type' },
+ sorter: true,
},
{
title: '商品价格',
diff --git a/src/views/goods/modules/MultiSpec.vue b/src/views/goods/modules/MultiSpec.vue
index fbb46d7..81ca3f1 100644
--- a/src/views/goods/modules/MultiSpec.vue
+++ b/src/views/goods/modules/MultiSpec.vue
@@ -90,13 +90,23 @@
:pagination="false"
bordered
>
-
-