Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
horse
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
向伟
horse
Commits
939b7f57
Commit
939b7f57
authored
Nov 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
98c19049
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
customerPhase.vue
src/pages/customer/components/customerPhase.vue
+11
-9
No files found.
src/pages/customer/components/customerPhase.vue
View file @
939b7f57
...
...
@@ -25,15 +25,17 @@
<tr
v-for=
"(item,index) in state.data"
:key=
"index"
>
<td><span>
{{
item
.
FlowName
}}
</span></td>
<td>
<!--
<span
v-if=
'item.DeptEmpList && item.DeptEmpList.length>0'
v-for=
"(x,y) in item.DeptEmpList"
:key=
'y'
>
<q-chip
color=
"blue-1"
text-color=
"blue"
icon=
"folder"
size=
"sm"
v-if=
"x.Type==1"
>
{{
x
.
Name
}}
</q-chip>
<q-chip
color=
"green-1"
text-color=
"green"
icon=
"person"
size=
"sm"
v-if=
"x.Type==2"
>
{{
x
.
Name
}}
</q-chip>
</span>
<span
v-else
>
未适配其他规则的阶段
</span>
-->
<div
v-if=
'item.DeptEmpList && item.DeptEmpList.length>0'
>
<span
v-for=
"(x,y) in item.DeptEmpList"
:key=
'y'
>
<q-chip
color=
"blue-1"
text-color=
"blue"
icon=
"folder"
size=
"sm"
v-if=
"x.Type==1"
>
{{
x
.
Name
}}
</q-chip>
<q-chip
color=
"green-1"
text-color=
"green"
icon=
"person"
size=
"sm"
v-if=
"x.Type==2"
>
{{
x
.
Name
}}
</q-chip>
</span>
</div>
<span
v-else
>
未适配其他规则的阶段
</span>
</td>
<td>
...
...
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