Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
900c64af
Commit
900c64af
authored
Jul 14, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ae6000d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
stopclassflow-form.vue
src/components/flow/stopclassflow-form.vue
+1
-1
processSet.vue
src/pages/system/processSet.vue
+11
-2
No files found.
src/components/flow/stopclassflow-form.vue
View file @
900c64af
...
...
@@ -239,7 +239,7 @@
data
()
{
return
{
msg
:
{
FlowId
:
2
FlowId
:
3
},
isShowProcess
:
false
,
//显示旁边弹窗
processObj
:
{},
//传递子组件
...
...
src/pages/system/processSet.vue
View file @
900c64af
...
...
@@ -15,20 +15,25 @@
<!--调课流程-->
<changeclassflow-form></changeclassflow-form>
</
template
>
<
template
v-if=
"tabCheck=='3'"
>
<!--停课流程-->
<stopclassflow-form></stopclassflow-form>
</
template
>
</div>
</div>
</template>
<
script
>
import
backclassflowForm
from
'../../components/flow/backclassflow-form'
;
import
changeclassflowForm
from
'../../components/flow/changeclassflow-form'
;
import
stopclassflowForm
from
'../../components/flow/stopclassflow-form'
;
export
default
{
meta
:
{
title
:
"流程设置"
},
components
:
{
backclassflowForm
,
changeclassflowForm
changeclassflowForm
,
stopclassflowForm
},
data
()
{
return
{
...
...
@@ -39,6 +44,10 @@
{
name
:
"2"
,
label
:
"调课流程"
,
},
{
name
:
"3"
,
label
:
"停课流程"
,
}
],
tabCheck
:
'1'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment