diff --git a/src/views/xgf/flow/components/flowStep.vue b/src/views/xgf/flow/components/flowStep.vue new file mode 100644 index 0000000..f83bc79 --- /dev/null +++ b/src/views/xgf/flow/components/flowStep.vue @@ -0,0 +1,91 @@ + + + diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index 0d7c352..80822b6 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -43,6 +43,7 @@ @@ -57,7 +58,8 @@ - + + @@ -71,9 +73,10 @@ import user from './user.vue' import SendUtil from './sendUtil.vue' import UserInfo from '../../flowApply/components/userInfo.vue' import FlowInfoList from './flowInfoList.vue' +import FlowStep from './flowStep.vue' export default { - components: { FlowInfoList, UserInfo, SendUtil, Pagination, apply, vueQr, user }, + components: { FlowStep, FlowInfoList, UserInfo, SendUtil, Pagination, apply, vueQr, user }, directives: { waves }, data() { return { @@ -168,6 +171,9 @@ export default { handleFlowShow(row) { this.$refs.flowInfo.init(row) }, + handleFlowStepShow(row) { + this.$refs.flowStep.init(row) + }, approve(row) { this.$refs.sendUtil.init(row) },