From d016a52372bafacb366c2f6ba60f07bb35906042 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 19 Dec 2023 20:03:23 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/list.vue | 2 +- src/views/xgf/flowApply/components/QRCode.vue | 36 ++ src/views/xgf/flowApply/components/apply.vue | 287 ++++++++++ src/views/xgf/flowApply/components/list.vue | 228 ++++++++ .../xgf/flowApply/components/picture.vue | 36 ++ src/views/xgf/flowApply/components/record.vue | 198 +++++++ .../xgf/flowApply/components/sendUtil.vue | 67 +++ src/views/xgf/flowApply/components/user.vue | 250 +++++++++ .../xgf/flowApply/components/userInfo.vue | 327 +++++++++++ src/views/xgf/flowApply/components/users.vue | 513 ++++++++++++++++++ src/views/xgf/flowApply/index.vue | 23 + 11 files changed, 1966 insertions(+), 1 deletion(-) create mode 100644 src/views/xgf/flowApply/components/QRCode.vue create mode 100644 src/views/xgf/flowApply/components/apply.vue create mode 100644 src/views/xgf/flowApply/components/list.vue create mode 100644 src/views/xgf/flowApply/components/picture.vue create mode 100644 src/views/xgf/flowApply/components/record.vue create mode 100644 src/views/xgf/flowApply/components/sendUtil.vue create mode 100644 src/views/xgf/flowApply/components/user.vue create mode 100644 src/views/xgf/flowApply/components/userInfo.vue create mode 100644 src/views/xgf/flowApply/components/users.vue create mode 100644 src/views/xgf/flowApply/index.vue diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index 8bbe506..636a33f 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -146,7 +146,7 @@ export default { '/trainingbatch/userList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { KEYWORDS: this.KEYWORDS, - STATUS: this.STATUS, + STATUS: '1', EMPLOY_FLAG: '1' } ).then((data) => { diff --git a/src/views/xgf/flowApply/components/QRCode.vue b/src/views/xgf/flowApply/components/QRCode.vue new file mode 100644 index 0000000..297e138 --- /dev/null +++ b/src/views/xgf/flowApply/components/QRCode.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/views/xgf/flowApply/components/apply.vue b/src/views/xgf/flowApply/components/apply.vue new file mode 100644 index 0000000..6775299 --- /dev/null +++ b/src/views/xgf/flowApply/components/apply.vue @@ -0,0 +1,287 @@ + + + diff --git a/src/views/xgf/flowApply/components/list.vue b/src/views/xgf/flowApply/components/list.vue new file mode 100644 index 0000000..db3d5cb --- /dev/null +++ b/src/views/xgf/flowApply/components/list.vue @@ -0,0 +1,228 @@ + + + + diff --git a/src/views/xgf/flowApply/components/picture.vue b/src/views/xgf/flowApply/components/picture.vue new file mode 100644 index 0000000..57e7255 --- /dev/null +++ b/src/views/xgf/flowApply/components/picture.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/views/xgf/flowApply/components/record.vue b/src/views/xgf/flowApply/components/record.vue new file mode 100644 index 0000000..e82258d --- /dev/null +++ b/src/views/xgf/flowApply/components/record.vue @@ -0,0 +1,198 @@ + + + + diff --git a/src/views/xgf/flowApply/components/sendUtil.vue b/src/views/xgf/flowApply/components/sendUtil.vue new file mode 100644 index 0000000..a7fdb5b --- /dev/null +++ b/src/views/xgf/flowApply/components/sendUtil.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/src/views/xgf/flowApply/components/user.vue b/src/views/xgf/flowApply/components/user.vue new file mode 100644 index 0000000..889dc08 --- /dev/null +++ b/src/views/xgf/flowApply/components/user.vue @@ -0,0 +1,250 @@ + + + + + diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue new file mode 100644 index 0000000..6a38268 --- /dev/null +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -0,0 +1,327 @@ + + + + + diff --git a/src/views/xgf/flowApply/components/users.vue b/src/views/xgf/flowApply/components/users.vue new file mode 100644 index 0000000..2d11653 --- /dev/null +++ b/src/views/xgf/flowApply/components/users.vue @@ -0,0 +1,513 @@ + + + diff --git a/src/views/xgf/flowApply/index.vue b/src/views/xgf/flowApply/index.vue new file mode 100644 index 0000000..70cda6e --- /dev/null +++ b/src/views/xgf/flowApply/index.vue @@ -0,0 +1,23 @@ + + + + +