From 40699edb572af1d93b9adb0a6c7620e0ffc82fee Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 8 Apr 2023 17:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=BE=AE=E4=BF=A1=E5=85=AC?= =?UTF-8?q?=E4=BC=97=E5=8F=B7=E7=9A=84=E5=9B=9E=E5=A4=8D=E5=92=8C=E7=B4=A0?= =?UTF-8?q?=E6=9D=90=E9=80=89=E6=8B=A9=E7=9A=84=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/auto-components.d.ts | 1 + .../mp/components/wx-material-select/main.vue | 57 +++++++--------- src/views/mp/components/wx-reply/main.vue | 65 ++++++------------- 3 files changed, 42 insertions(+), 81 deletions(-) diff --git a/src/types/auto-components.d.ts b/src/types/auto-components.d.ts index f93f11f6..2d620925 100644 --- a/src/types/auto-components.d.ts +++ b/src/types/auto-components.d.ts @@ -54,6 +54,7 @@ declare module '@vue/runtime-core' { ElForm: typeof import('element-plus/es')['ElForm'] ElFormItem: typeof import('element-plus/es')['ElFormItem'] ElIcon: typeof import('element-plus/es')['ElIcon'] + ElImage: typeof import('element-plus/es')['ElImage'] ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] ElInput: typeof import('element-plus/es')['ElInput'] ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] diff --git a/src/views/mp/components/wx-material-select/main.vue b/src/views/mp/components/wx-material-select/main.vue index ab353974..b1bdd5aa 100644 --- a/src/views/mp/components/wx-material-select/main.vue +++ b/src/views/mp/components/wx-material-select/main.vue @@ -13,15 +13,14 @@

{{ item.name }}

- 选择 + + 选择 -
- @@ -39,27 +37,23 @@ - - - + prop="createTime" + width="180" + :formatter="dateFormatter" + /> + - - - - + prop="createTime" + width="180" + :formatter="dateFormatter" + /> + -