jufubao-admin-library 1.1.111 → 1.1.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -227,9 +227,7 @@ export default {
|
|
|
227
227
|
{ "type": "normal", "prop": "resource_shop_name", "align": "center", "label": "关联后门店名称" },
|
|
228
228
|
{ "type": "normal", "prop": "shop_id", "align": "center", "label": "门店ID" },
|
|
229
229
|
{ "type": "normal", "prop": "shop_name", "align": "center", "label": "门店名称" },
|
|
230
|
-
// #ifndef partner-movie
|
|
231
230
|
{ "type": "image", "prop": "shop_icon", "align": "center", "width": 100, "height": 100, "label": "门店logo" },
|
|
232
|
-
// #endif
|
|
233
231
|
{ "type": "normal", "prop": "discount", "align": "center","width": 150, "label": "门店折扣" },
|
|
234
232
|
{ "type": "normal", "prop": "brand_type_name", "align": "center", "label": "门店类型" },
|
|
235
233
|
{ "type": "normal", "prop": "business_status_name", "align": "center", "label": "营业状态" },
|
|
@@ -320,9 +320,7 @@ export default {
|
|
|
320
320
|
{ "type": "normal", "prop": "resource_shop_name", "align": "center", "label": "关联后门店名称" },
|
|
321
321
|
this.storeType!=='AGG'&&this.storeType!=='SEAT'&&this.storeType!=='PRODUCT'&&{ "type": "normal", "prop": "shop_id", "align": "center", "label": "门店ID" },
|
|
322
322
|
this.storeType!=='AGG'&&this.storeType!=='SEAT'&&this.storeType!=='PRODUCT'&&{ "type": "normal", "prop": "shop_name", "align": "center", "label": "门店名称" },
|
|
323
|
-
// #ifndef partner-movie
|
|
324
323
|
{ "type": "image", "prop": "shop_icon", "align": "center", "width": 100, "height": 100, "label": "门店logo" },
|
|
325
|
-
// #endif
|
|
326
324
|
this.storeType==='SELL'&&{ "type": "normal", "prop": "discount", "align": "center","width": 150, "label": "门店折扣" },
|
|
327
325
|
{ "type": "normal", "prop": "brand_type_name", "align": "center", "label": "门店类型" },
|
|
328
326
|
this.storeType!=='AGG'&&{ "type": "normal", "prop": "select_from_name", "align": "center", "label": "选店来源" },
|