leisure-core 0.4.10 → 0.4.11

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.
@@ -101,8 +101,7 @@
101
101
  v-if="showDetails"
102
102
  >
103
103
  <template v-slot:default="data">
104
- <!-- <slot :paid="rowData ? rowData.id : ''"></slot> -->
105
- <slot :paid="data.paid"></slot>
104
+ <slot :paid="data.paid" :pgoods="data.pgoods"></slot>
106
105
  </template>
107
106
  </le-promotions-activities-sub>
108
107
  </le-dialog-container>
@@ -58,7 +58,10 @@
58
58
  </el-radio-group>
59
59
  </el-form-item>
60
60
  <div v-if="form.grang == 2">
61
- <slot :paid="rowData ? rowData.id : ''"></slot>
61
+ <slot
62
+ :paid="rowData ? rowData.id : ''"
63
+ :pgoods="rowData ? rowData.pgoods : ''"
64
+ ></slot>
62
65
  </div>
63
66
  </el-form>
64
67
  </template>
@@ -100,6 +103,7 @@ export default {
100
103
  is_used_integral: "0",
101
104
  released: "1",
102
105
  note: "",
106
+ pgoods: "",
103
107
  },
104
108
  pTypeOptions: [],
105
109
  goodsList: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",