diff --git a/admin/src/components/CarSelector/index.vue b/admin/src/components/CarSelector/index.vue
index 41a0223..93e2143 100644
--- a/admin/src/components/CarSelector/index.vue
+++ b/admin/src/components/CarSelector/index.vue
@@ -98,6 +98,7 @@
modelValue: {
deep: true,
handler(newVal) {
+ console.log(newVal);
this.form = { ...newVal };
this.syncFormWithProps();
}
diff --git a/admin/src/i18n/lang/zh_CN/layout.js b/admin/src/i18n/lang/zh_CN/layout.js
index a1b5d3b..7ddd8f1 100644
--- a/admin/src/i18n/lang/zh_CN/layout.js
+++ b/admin/src/i18n/lang/zh_CN/layout.js
@@ -7,10 +7,10 @@ export default {
logout: '退出登录'
},
footer: {
- website: '官网',
- document: '文档',
- authorization: '授权',
- copyright: 'Copyright © 2022 武汉易云智科技有限公司'
+ website: '',
+ document: '',
+ authorization: '',
+ copyright: 'Copyright © 2022 好店云(厦门)科技有限公司'
},
logout: {
title: '提示',
diff --git a/admin/src/views/car/product/components/edit.vue b/admin/src/views/car/product/components/edit.vue
index 8c93d2b..2f8ff03 100644
--- a/admin/src/views/car/product/components/edit.vue
+++ b/admin/src/views/car/product/components/edit.vue
@@ -31,6 +31,38 @@
-->
+
+
+
+
+
+
+
+
+
+
+
+
@@ -98,6 +131,40 @@
>
+
+
+
+
+
+
+
+
+
+
+
+
取消
@@ -145,7 +212,16 @@
brandId: null,
seriesId: null,
modelId: null
- }
+ },
+ price: '',
+ price_replacement: '',
+ price_crapping: '',
+ price_coupon: '',
+ man_pre: '',
+ age_between: '',
+ descript: '',
+ promotion_text: [],
+ car_coupon: ''
};
return {
editVersion: false,
@@ -190,10 +266,8 @@
}
},
created() {
- console.log('333');
listDictionaryData({ dictCode: 'crowdProfiling' }).then((data) => {
this.crowdProfiling = data;
- console.log(this.crowdProfiling);
});
},
methods: {
diff --git a/admin/src/views/car/product/index.vue b/admin/src/views/car/product/index.vue
index de9eb39..a30c38f 100644
--- a/admin/src/views/car/product/index.vue
+++ b/admin/src/views/car/product/index.vue
@@ -66,6 +66,13 @@
+
+
+ {{ row.title }}
+