From 9f2b535dde5f234364549c580ff90467f4941996 Mon Sep 17 00:00:00 2001 From: lcc Date: Sun, 18 May 2025 00:52:49 +0800 Subject: [PATCH] 2025-05-18 --- admin/src/components/CarSelector/index.vue | 1 + admin/src/i18n/lang/zh_CN/layout.js | 8 +- .../src/views/car/product/components/edit.vue | 80 ++++++++++++++++++- admin/src/views/car/product/index.vue | 10 ++- 4 files changed, 91 insertions(+), 8 deletions(-) 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 @@ > + + + + + + + + + + + + +