From 378d6da8801708355d434446574c256da8dac55d Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 2 Aug 2023 11:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 5 ++++- src/views/edit.vue | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main.js b/src/main.js index 920855f..5bf4518 100644 --- a/src/main.js +++ b/src/main.js @@ -23,7 +23,8 @@ import { ElSkeleton, ElSkeletonItem, ElBreadcrumb, - ElAffix + ElAffix, + ElConfigProvider // 其他需要的组件 } from 'element-plus' @@ -67,6 +68,8 @@ app.use(ElMessage) app.use(ElBreadcrumb) app.use(ElAffix) +app.use(ElConfigProvider) + app.use(lazyPlugin) app.use(store).use(router).use(Axios) diff --git a/src/views/edit.vue b/src/views/edit.vue index f491bfd..2e723a0 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -66,9 +66,11 @@
随时
- - + + + +
@@ -677,7 +679,7 @@ export default { name: 'ZufangEdit', data() { return { - locale: zhCn.el.datepicker, + locale: zhCn, value: '', user: {}, userIntermediary: 0, // 用户是否是 认证中介,需要全局获取