From 8af77c02ea0b787bb61589ec153021ca464c8081 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 29 Jan 2024 13:20:27 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E9=94=99=E8=AF=AFbug=E4=BF=AE=E6=94=B9=202?= =?UTF-8?q?=E3=80=81=E6=89=93=E5=9B=9E=E5=90=8E=E6=97=A0=E6=B3=95=E5=AE=A1?= =?UTF-8?q?=E6=89=B9bug=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/flowInfo.vue | 78 ++++++++++++++++ .../xgf/flow/components/flowInfoList.vue | 88 +++++++++++++++++++ src/views/xgf/flow/components/list.vue | 10 ++- .../xgf/flowList/components/sendUtil.vue | 2 +- 4 files changed, 175 insertions(+), 3 deletions(-) create mode 100644 src/views/xgf/flow/components/flowInfo.vue create mode 100644 src/views/xgf/flow/components/flowInfoList.vue diff --git a/src/views/xgf/flow/components/flowInfo.vue b/src/views/xgf/flow/components/flowInfo.vue new file mode 100644 index 0000000..0f7a130 --- /dev/null +++ b/src/views/xgf/flow/components/flowInfo.vue @@ -0,0 +1,78 @@ + + + diff --git a/src/views/xgf/flow/components/flowInfoList.vue b/src/views/xgf/flow/components/flowInfoList.vue new file mode 100644 index 0000000..0f5c959 --- /dev/null +++ b/src/views/xgf/flow/components/flowInfoList.vue @@ -0,0 +1,88 @@ + + + diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index c8d608d..0d7c352 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -39,9 +39,10 @@ - + @@ -56,6 +57,7 @@ + @@ -68,9 +70,10 @@ import apply from './apply' import user from './user.vue' import SendUtil from './sendUtil.vue' import UserInfo from '../../flowApply/components/userInfo.vue' +import FlowInfoList from './flowInfoList.vue' export default { - components: { UserInfo, SendUtil, Pagination, apply, vueQr, user }, + components: { FlowInfoList, UserInfo, SendUtil, Pagination, apply, vueQr, user }, directives: { waves }, data() { return { @@ -162,6 +165,9 @@ export default { handleShow(row) { this.$refs.userInfos.init(row) }, + handleFlowShow(row) { + this.$refs.flowInfo.init(row) + }, approve(row) { this.$refs.sendUtil.init(row) }, diff --git a/src/views/xgf/flowList/components/sendUtil.vue b/src/views/xgf/flowList/components/sendUtil.vue index 6048cfe..a7fdb5b 100644 --- a/src/views/xgf/flowList/components/sendUtil.vue +++ b/src/views/xgf/flowList/components/sendUtil.vue @@ -1,4 +1,4 @@ -