jufubao-admin-library 1.1.33 → 1.1.34

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.
@@ -465,6 +465,15 @@ export default {
465
465
  multiple: false, //多选
466
466
  list: this.cityData,
467
467
  },
468
+ this.$setting.system==='partner-mall'&&{
469
+ label: "配送方式:", //label
470
+ ele: "xd-select-list", //package 名称
471
+ valueKey: "delivery_methods", //form[valueKey]
472
+ value: [], //v-model
473
+ placeholder: "请选择配送方式",
474
+ multiple: true, //多选
475
+ list: setting.data?.delivery_methods?.options || [],
476
+ },
468
477
  setting.data?.delivery_logistics_company?.enabled&&{
469
478
  label: "配送公司:", //label
470
479
  ele: "xd-select-list", //package 名称
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {