From a4e0ab2574ec075af8678230a44690eda3a9a127 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Sun, 13 Jul 2025 20:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/car/product/components/edit.vue | 16 +- admin/src/views/car/product/index.vue | 101 +++++-- pingan/src/views/car/product/index.vue | 248 +++++++++++++++++- 3 files changed, 334 insertions(+), 31 deletions(-) diff --git a/admin/src/views/car/product/components/edit.vue b/admin/src/views/car/product/components/edit.vue index c7330c2..fe0f154 100644 --- a/admin/src/views/car/product/components/edit.vue +++ b/admin/src/views/car/product/components/edit.vue @@ -146,6 +146,16 @@ > + + + {{ value.dictDataName }} + +
{ this.carProductLabel = data; }); + listDictionaryData({ dictCode: 'couponSelling' }).then((data) => { + this.couponSelling = data; + }); }, methods: { /* 保存编辑 */ diff --git a/admin/src/views/car/product/index.vue b/admin/src/views/car/product/index.vue index d4cc934..ac191d6 100644 --- a/admin/src/views/car/product/index.vue +++ b/admin/src/views/car/product/index.vue @@ -28,20 +28,6 @@ :key="componentKey" /> - - - - - + + + + + + @@ -182,18 +318,37 @@ + + + + + +