- {{ text == 10 ? '单规格' : '多规格' }} + {{ item.spec_type == 10 ? '单规格' : '多规格' }} +
++ {{ item.spu_id>0? '已组合' : '未组合' }}
@@ -88,8 +94,7 @@ const columns = [ }, { title: '规格类型', - dataIndex: 'spec_type', - scopedSlots: { customRender: 'spec_type' }, + scopedSlots: { customRender: 'item_1' }, }, { title: '商品价格', diff --git a/src/views/dataCenter/goods/Create.vue b/src/views/dataCenter/goods/Create.vue index cf8990f..cf3b46d 100644 --- a/src/views/dataCenter/goods/Create.vue +++ b/src/views/dataCenter/goods/Create.vue @@ -1,46 +1,77 @@ -{{ text > 0 ? Number(text) + '%' : 0 }}
- +- {{ text == 10 ? '单规格' : '多规格' }} + {{ item.spec_type == 10 ? '单规格' : '多规格' }} +
++ {{ item.spu_id>0? '已组合' : '未组合' }}
@@ -418,8 +421,7 @@ const columns = [ { title: '规格类型', width: '90px', - dataIndex: 'spec_type', - scopedSlots: { customRender: 'spec_type' }, + scopedSlots: { customRender: 'item_1' }, }, { title: '行情价', diff --git a/src/views/dataCenter/goods/Update.vue b/src/views/dataCenter/goods/Update.vue index daaa7fc..d5fb050 100644 --- a/src/views/dataCenter/goods/Update.vue +++ b/src/views/dataCenter/goods/Update.vue @@ -153,11 +153,13 @@- 注:该商品当前正在参与其他活动,商品规格不允许更改 -
-+ 注:该商品当前正在参与其他活动,商品规格不允许更改 +
+- - {{ province.name }} - - ( - {{ city.name }}{{ province.citys.length > cidx + 1 ? '、' : '' }} - ) - - {{ ' ' }} - -
- - -+ + {{ province.name }} + + ( + {{ city.name }}{{ province.citys.length > cidx + 1 ? '、' : '' }} + ) + + {{ ' ' }} + +
+ + ++ 单独折扣:折扣率范围0.0-9.9,例如: 9.8代表98折,0代表不折扣 +
+默认折扣:默认为用户所属会员等级的折扣率
+