From b3fae3e234435d4e358868a1d426a309760bb6b7 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 18 Dec 2023 20:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=8F=98=E9=9D=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/QRCode.vue | 36 ++ src/views/xgf/flow/components/apply.vue | 320 +++++++++++++ src/views/xgf/flow/components/list.vue | 261 +++++++++++ src/views/xgf/flow/components/picture.vue | 36 ++ src/views/xgf/flow/components/record.vue | 198 ++++++++ src/views/xgf/flow/components/sendUtil.vue | 130 ++++++ src/views/xgf/flow/components/user.vue | 250 ++++++++++ src/views/xgf/flow/components/userInfo.vue | 327 +++++++++++++ src/views/xgf/flow/components/users.vue | 513 +++++++++++++++++++++ src/views/xgf/flow/index.vue | 23 + 10 files changed, 2094 insertions(+) create mode 100644 src/views/xgf/flow/components/QRCode.vue create mode 100644 src/views/xgf/flow/components/apply.vue create mode 100644 src/views/xgf/flow/components/list.vue create mode 100644 src/views/xgf/flow/components/picture.vue create mode 100644 src/views/xgf/flow/components/record.vue create mode 100644 src/views/xgf/flow/components/sendUtil.vue create mode 100644 src/views/xgf/flow/components/user.vue create mode 100644 src/views/xgf/flow/components/userInfo.vue create mode 100644 src/views/xgf/flow/components/users.vue create mode 100644 src/views/xgf/flow/index.vue diff --git a/src/views/xgf/flow/components/QRCode.vue b/src/views/xgf/flow/components/QRCode.vue new file mode 100644 index 0000000..297e138 --- /dev/null +++ b/src/views/xgf/flow/components/QRCode.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/views/xgf/flow/components/apply.vue b/src/views/xgf/flow/components/apply.vue new file mode 100644 index 0000000..199811d --- /dev/null +++ b/src/views/xgf/flow/components/apply.vue @@ -0,0 +1,320 @@ + + + diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue new file mode 100644 index 0000000..0219ab9 --- /dev/null +++ b/src/views/xgf/flow/components/list.vue @@ -0,0 +1,261 @@ + + + + diff --git a/src/views/xgf/flow/components/picture.vue b/src/views/xgf/flow/components/picture.vue new file mode 100644 index 0000000..57e7255 --- /dev/null +++ b/src/views/xgf/flow/components/picture.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/views/xgf/flow/components/record.vue b/src/views/xgf/flow/components/record.vue new file mode 100644 index 0000000..e82258d --- /dev/null +++ b/src/views/xgf/flow/components/record.vue @@ -0,0 +1,198 @@ + + + + diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue new file mode 100644 index 0000000..3b46ac8 --- /dev/null +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/src/views/xgf/flow/components/user.vue b/src/views/xgf/flow/components/user.vue new file mode 100644 index 0000000..889dc08 --- /dev/null +++ b/src/views/xgf/flow/components/user.vue @@ -0,0 +1,250 @@ + + + + + diff --git a/src/views/xgf/flow/components/userInfo.vue b/src/views/xgf/flow/components/userInfo.vue new file mode 100644 index 0000000..6a38268 --- /dev/null +++ b/src/views/xgf/flow/components/userInfo.vue @@ -0,0 +1,327 @@ + + + + + diff --git a/src/views/xgf/flow/components/users.vue b/src/views/xgf/flow/components/users.vue new file mode 100644 index 0000000..2d11653 --- /dev/null +++ b/src/views/xgf/flow/components/users.vue @@ -0,0 +1,513 @@ + + + diff --git a/src/views/xgf/flow/index.vue b/src/views/xgf/flow/index.vue new file mode 100644 index 0000000..70cda6e --- /dev/null +++ b/src/views/xgf/flow/index.vue @@ -0,0 +1,23 @@ + + + + +