From d2aa7e2f89f30cbb96aea6c171e764c0cb3669f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Tue, 29 Oct 2024 14:34:18 +0800 Subject: [PATCH] =?UTF-8?q?mycomponents/query=20mycomponents/receive=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=BF=81=E7=A7=BB=208/8-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/query/balanceQuery.vue | 211 ++++++++++++++++++ src/mycomponents/query/showListItem.vue | 84 +++++++ src/mycomponents/receive/receiveBottom.vue | 49 ++++ src/mycomponents/receive/receiveNumber.vue | 36 +++ src/mycomponents/receive/receiveStatus.vue | 46 ++++ src/mycomponents/receive/receiveTop.vue | 41 ++++ .../receive/recordComDetailCard.vue | 91 ++++++++ .../receive/recordComMainCard.vue | 41 ++++ 8 files changed, 599 insertions(+) create mode 100644 src/mycomponents/query/balanceQuery.vue create mode 100644 src/mycomponents/query/showListItem.vue create mode 100644 src/mycomponents/receive/receiveBottom.vue create mode 100644 src/mycomponents/receive/receiveNumber.vue create mode 100644 src/mycomponents/receive/receiveStatus.vue create mode 100644 src/mycomponents/receive/receiveTop.vue create mode 100644 src/mycomponents/receive/recordComDetailCard.vue create mode 100644 src/mycomponents/receive/recordComMainCard.vue diff --git a/src/mycomponents/query/balanceQuery.vue b/src/mycomponents/query/balanceQuery.vue new file mode 100644 index 00000000..3e138217 --- /dev/null +++ b/src/mycomponents/query/balanceQuery.vue @@ -0,0 +1,211 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/query/showListItem.vue b/src/mycomponents/query/showListItem.vue new file mode 100644 index 00000000..b0d21c0c --- /dev/null +++ b/src/mycomponents/query/showListItem.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/receive/receiveBottom.vue b/src/mycomponents/receive/receiveBottom.vue new file mode 100644 index 00000000..5559629b --- /dev/null +++ b/src/mycomponents/receive/receiveBottom.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/src/mycomponents/receive/receiveNumber.vue b/src/mycomponents/receive/receiveNumber.vue new file mode 100644 index 00000000..94a38499 --- /dev/null +++ b/src/mycomponents/receive/receiveNumber.vue @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/src/mycomponents/receive/receiveStatus.vue b/src/mycomponents/receive/receiveStatus.vue new file mode 100644 index 00000000..9694538c --- /dev/null +++ b/src/mycomponents/receive/receiveStatus.vue @@ -0,0 +1,46 @@ + + + + + + diff --git a/src/mycomponents/receive/receiveTop.vue b/src/mycomponents/receive/receiveTop.vue new file mode 100644 index 00000000..4fc902fe --- /dev/null +++ b/src/mycomponents/receive/receiveTop.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/mycomponents/receive/recordComDetailCard.vue b/src/mycomponents/receive/recordComDetailCard.vue new file mode 100644 index 00000000..0a0fe46e --- /dev/null +++ b/src/mycomponents/receive/recordComDetailCard.vue @@ -0,0 +1,91 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/receive/recordComMainCard.vue b/src/mycomponents/receive/recordComMainCard.vue new file mode 100644 index 00000000..34f3c6e0 --- /dev/null +++ b/src/mycomponents/receive/recordComMainCard.vue @@ -0,0 +1,41 @@ + + + + + \ No newline at end of file