From c92f09d62131af43d7f6e20539eb1c7e67e67af6 Mon Sep 17 00:00:00 2001 From: yangqingyuan Date: Thu, 8 Aug 2024 10:24:48 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E9=95=BF=E8=90=A5?= =?UTF-8?q?=E4=B8=9A=E6=89=A7=E7=85=A7=E5=AD=97=E6=AE=B5=EF=BC=8C=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=90=9C=E7=B4=A2=E5=A2=9E=E5=8A=A0=E7=94=B5=E6=B1=A0?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=EF=BC=8C=E9=80=80=E5=8D=95=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/index/components/user-edit.vue | 5 +++-- src/views/yunxinwei/order/components/search.vue | 1 + src/views/yunxinwei/refund/index.vue | 5 +++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/user/index/components/user-edit.vue b/src/views/user/index/components/user-edit.vue index 5303341..d74104d 100644 --- a/src/views/user/index/components/user-edit.vue +++ b/src/views/user/index/components/user-edit.vue @@ -141,12 +141,12 @@ - + @@ -233,6 +233,7 @@ organizationId: undefined, birthday: '', idCard: '', + businessLicense: '', comments: '' }); diff --git a/src/views/yunxinwei/order/components/search.vue b/src/views/yunxinwei/order/components/search.vue index 3c4a6c6..1b3e6ba 100644 --- a/src/views/yunxinwei/order/components/search.vue +++ b/src/views/yunxinwei/order/components/search.vue @@ -35,6 +35,7 @@ 订单号 商户编号 用户ID + 电池编号 diff --git a/src/views/yunxinwei/refund/index.vue b/src/views/yunxinwei/refund/index.vue index 1ace6af..cc85b34 100644 --- a/src/views/yunxinwei/refund/index.vue +++ b/src/views/yunxinwei/refund/index.vue @@ -168,6 +168,11 @@ key: 'updateTime', customRender: ({ text }) => toDateString(text) }, + { + title: '操作人', + dataIndex: 'operator', + key: 'operator' + }, { title: '创建时间', dataIndex: 'createTime',