leisure-core 0.4.15 → 0.4.16

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.
package/le-ad/src/sub.vue CHANGED
@@ -19,7 +19,7 @@
19
19
  <el-option
20
20
  v-for="option in sidOptions"
21
21
  :key="option.id"
22
- :label="option.title"
22
+ :label="option.title + option.code"
23
23
  :value="option.id"
24
24
  >
25
25
  </el-option>
@@ -24,6 +24,7 @@
24
24
  </template>
25
25
  </el-table-column>
26
26
  <el-table-column prop="title" label="广告位"> </el-table-column>
27
+ <el-table-column prop="code" label="编码"> </el-table-column>
27
28
  <el-table-column prop="status" label="状态">
28
29
  <template slot-scope="scope">
29
30
  <span v-if="scope.row.status == 0">未启用</span>
@@ -138,7 +138,6 @@ export default {
138
138
  this.form.date_end = new Date(this.rowData.date_end * 1000);
139
139
  this.form.is_used_coupon = "1";
140
140
  this.form.is_used_integral = "1";
141
- this.form.category = 1;
142
141
  this.form.released = this.form.released.toString();
143
142
  if (this.form.grang == 2) {
144
143
  let products = this.form.grang_product;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",