diff --git a/admin/src/views/car/product/components/edit.vue b/admin/src/views/car/product/components/edit.vue index 23ed731..21bb9e4 100644 --- a/admin/src/views/car/product/components/edit.vue +++ b/admin/src/views/car/product/components/edit.vue @@ -31,7 +31,7 @@ --> - + - + - + - + + + + @@ -121,6 +129,16 @@ v-model="form.secondLevelDeal" /> + + + {{ value.dictDataName }} + + - - - - + @@ -237,14 +247,16 @@ modelId: null }, price: '', - price_replacement: '', - price_crapping: '', + guide_price: '', + discounts: '', + cash_subsidy: '', price_coupon: '', + new_price: '', man_pre: '', age_between: '', - descript: '', + rule: '', promotion_text: [], - car_coupon: '' + carProductLabel: [] }; return { editVersion: false, @@ -279,7 +291,10 @@ loading: false, // 是否是修改 isUpdate: false, - crowdProfiling: [] + //用户画像 + crowdProfiling: [], + //产品标签 + carProductLabel: '' }; }, computed: { @@ -292,6 +307,9 @@ listDictionaryData({ dictCode: 'crowdProfiling' }).then((data) => { this.crowdProfiling = data; }); + listDictionaryData({ dictCode: 'carProductLabel' }).then((data) => { + this.carProductLabel = data; + }); }, methods: { /* 保存编辑 */ diff --git a/admin/src/views/car/product/index.vue b/admin/src/views/car/product/index.vue index b450142..72d739f 100644 --- a/admin/src/views/car/product/index.vue +++ b/admin/src/views/car/product/index.vue @@ -81,6 +81,9 @@ + + + + diff --git a/pingan/src/views/car/product/components/edit.vue b/pingan/src/views/car/product/components/edit.vue index db27517..cc7ebeb 100644 --- a/pingan/src/views/car/product/components/edit.vue +++ b/pingan/src/views/car/product/components/edit.vue @@ -178,10 +178,8 @@ } }, created() { - console.log('333'); listDictionaryData({ dictCode: 'crowdProfiling' }).then((data) => { this.crowdProfiling = data; - console.log(this.crowdProfiling); }); }, methods: { diff --git a/pingan/src/views/car/product/detail.vue b/pingan/src/views/car/product/detail.vue index a318e11..ea71086 100644 --- a/pingan/src/views/car/product/detail.vue +++ b/pingan/src/views/car/product/detail.vue @@ -5,48 +5,80 @@

概况

- 品牌 - 车型 - 官方售价 + 品牌 {{ product.brandName }} + 车型 {{ product.seariesName }} + 官方售价 + {{ product.price }}

优惠

- 置换补贴 - 报废补贴 - 优惠金额 + 置换补贴 + {{ + product.price_replacement + }} + 报废补贴 + {{ + product.price_crapping + }} + 优惠金额 + {{ + product.price_coupon + }}

客户画像

- 男性占比 - 年龄区间 - 人群标签 - + 男性占比 {{ product.man_pre }} + 年龄区间 {{ product.age_between }} + + 人群标签 + +

车型卖点

- 范围访问量附件为冷风机微辣 + {{ product.descript }}

推广文案

- + - + - 复制 @@ -56,10 +88,15 @@ - - 复制 @@ -70,6 +107,7 @@ diff --git a/pingan/src/views/user/cmmssn/components/user-edit.vue b/pingan/src/views/user/cmmssn/components/user-edit.vue new file mode 100644 index 0000000..368ae40 --- /dev/null +++ b/pingan/src/views/user/cmmssn/components/user-edit.vue @@ -0,0 +1,262 @@ + + + + diff --git a/pingan/src/views/user/cmmssn/components/user-import.vue b/pingan/src/views/user/cmmssn/components/user-import.vue new file mode 100644 index 0000000..e5161ec --- /dev/null +++ b/pingan/src/views/user/cmmssn/components/user-import.vue @@ -0,0 +1,99 @@ + + + + + + diff --git a/pingan/src/views/user/cmmssn/components/user-search.vue b/pingan/src/views/user/cmmssn/components/user-search.vue new file mode 100644 index 0000000..6ff12c3 --- /dev/null +++ b/pingan/src/views/user/cmmssn/components/user-search.vue @@ -0,0 +1,126 @@ + + + + diff --git a/pingan/src/views/user/cmmssn/index.vue b/pingan/src/views/user/cmmssn/index.vue new file mode 100644 index 0000000..6d5b16b --- /dev/null +++ b/pingan/src/views/user/cmmssn/index.vue @@ -0,0 +1,93 @@ + + + diff --git a/pingan/src/views/user/profile/index.vue b/pingan/src/views/user/profile/index.vue index de29d9c..78c39c1 100644 --- a/pingan/src/views/user/profile/index.vue +++ b/pingan/src/views/user/profile/index.vue @@ -1,88 +1,49 @@