From f59a6c2df1e5d178cd96db6fe0bc49f5d2921f4a Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Wed, 11 Jun 2025 22:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/car/product/components/edit.vue | 32 ++++++++++++++++++- .../car/product/components/editBrokerage.vue | 8 ++--- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/admin/src/views/car/product/components/edit.vue b/admin/src/views/car/product/components/edit.vue index c001586..0c32e73 100644 --- a/admin/src/views/car/product/components/edit.vue +++ b/admin/src/views/car/product/components/edit.vue @@ -105,7 +105,27 @@ class="ele-fluid" /> - + + + {{ value.dictDataName }} + + + + + {{ value.dictDataName }} + + + { this.crowdProfiling = data; }); + listDictionaryData({ dictCode: 'priceRange' }).then((data) => { + this.priceRange = data; + }); + listDictionaryData({ dictCode: 'productLevel' }).then((data) => { + this.productLevel = data; + }); listDictionaryData({ dictCode: 'carProductLabel' }).then((data) => { this.carProductLabel = data; }); diff --git a/admin/src/views/car/product/components/editBrokerage.vue b/admin/src/views/car/product/components/editBrokerage.vue index 25d13d0..b94cde6 100644 --- a/admin/src/views/car/product/components/editBrokerage.vue +++ b/admin/src/views/car/product/components/editBrokerage.vue @@ -15,7 +15,7 @@ clearable type="number" v-model="form.brokerage1" - placeholder="请输入百分比" + placeholder="请输入一级佣金" /> @@ -23,7 +23,7 @@ clearable type="number" v-model="form.brokerage2" - placeholder="请输入百分比" + placeholder="请输入二级佣金" />
@@ -32,7 +32,7 @@ clearable type="number" v-model="form.brokerage3" - placeholder="请输入百分比" + placeholder="请输入三级级佣金" /> @@ -40,7 +40,7 @@ clearable type="number" v-model="form.brokerage4" - placeholder="请输入百分比" + placeholder="请输入四级佣金" />