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
package/le-ad-space/src/main.vue
CHANGED
|
@@ -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;
|