jufubao-admin-library 1.1.234 → 1.1.236

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.
@@ -1026,7 +1026,7 @@ export default {
1026
1026
  list: [
1027
1027
  { "label": "按金额", "value": "money" },
1028
1028
  { "label": "按比例", "value": "ratio" },
1029
- this.channelParams.showFixed&&this.sku_count<=1 && { "label": "固定售价", "value": "fixed" },
1029
+ this.channelParams.showFixed&&this.sku_count<1 && { "label": "固定售价", "value": "fixed" },
1030
1030
  ].filter(i=>i),
1031
1031
  notice: params.unit === 'fixed' ? '<span style="color:red;">此选项可能会导致亏本售卖,请谨慎设置 如低于成本价,则按成本价作为售价</span>' : '',
1032
1032
  inline: false,
@@ -1347,7 +1347,7 @@ export default {
1347
1347
  ],
1348
1348
  inline: true
1349
1349
  },
1350
- this.sku_count>1&&{
1350
+ this.sku_count>0&&{
1351
1351
  ele:'slot',
1352
1352
  slot:'sku_table'
1353
1353
  }
@@ -412,7 +412,7 @@ export default {
412
412
  },
413
413
  {
414
414
  type: "normal",
415
- prop: "rebate_from_partner_name",
415
+ prop: "source_name",
416
416
  align: "center",
417
417
  minWidth: 200,
418
418
  label: "来源",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.234",
3
+ "version": "1.1.236",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {