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
508310b2
Commit
508310b2
authored
Jul 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加转班流程
parent
482da145
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
processSet.vue
src/pages/system/processSet.vue
+11
-1
No files found.
src/pages/system/processSet.vue
View file @
508310b2
...
@@ -19,6 +19,10 @@
...
@@ -19,6 +19,10 @@
<!--停课流程-->
<!--停课流程-->
<stopclassflow-form></stopclassflow-form>
<stopclassflow-form></stopclassflow-form>
</
template
>
</
template
>
<
template
v-if=
"tabCheck=='4'"
>
<!-- 转班流程 -->
<transfer-form></transfer-form>
</
template
>
</div>
</div>
</div>
</div>
</template>
</template>
...
@@ -26,6 +30,7 @@
...
@@ -26,6 +30,7 @@
import
backclassflowForm
from
'../../components/flow/backclassflow-form'
;
import
backclassflowForm
from
'../../components/flow/backclassflow-form'
;
import
changeclassflowForm
from
'../../components/flow/changeclassflow-form'
;
import
changeclassflowForm
from
'../../components/flow/changeclassflow-form'
;
import
stopclassflowForm
from
'../../components/flow/stopclassflow-form'
;
import
stopclassflowForm
from
'../../components/flow/stopclassflow-form'
;
import
transferForm
from
'../../components/flow/transfer-form'
;
export
default
{
export
default
{
meta
:
{
meta
:
{
title
:
"流程设置"
title
:
"流程设置"
...
@@ -33,7 +38,8 @@
...
@@ -33,7 +38,8 @@
components
:
{
components
:
{
backclassflowForm
,
backclassflowForm
,
changeclassflowForm
,
changeclassflowForm
,
stopclassflowForm
stopclassflowForm
,
transferForm
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -48,6 +54,10 @@
...
@@ -48,6 +54,10 @@
{
{
name
:
"3"
,
name
:
"3"
,
label
:
"停课流程"
,
label
:
"停课流程"
,
},
{
name
:
"4"
,
label
:
"转班流程"
}
}
],
],
tabCheck
:
'1'
,
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