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 @@ + + + + + +