Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bd17924e
authored
Jul 18, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug.
parent
f1bc7067
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
src/views/process/list/all.vue
src/views/process/list/my-create.vue
src/views/process/list/related.vue
src/views/process/list/upcoming.vue
src/views/process/list/all.vue
View file @
bd17924e
...
...
@@ -26,7 +26,11 @@
<span>
{{
scope
.
row
.
state
[
0
].
label
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"当前处理人"
prop=
"principals"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前处理人"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.is_end===0"
>
{{
scope
.
row
.
principals
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"是否结束"
:show-overflow-tooltip=
"true"
width=
"80"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.is_end===0"
size=
"mini"
type=
"success"
>
否
</el-tag>
...
...
src/views/process/list/my-create.vue
View file @
bd17924e
...
...
@@ -26,7 +26,11 @@
<span>
{{
scope
.
row
.
state
[
0
].
label
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"当前处理人"
prop=
"principals"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前处理人"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.is_end===0"
>
{{
scope
.
row
.
principals
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"是否结束"
:show-overflow-tooltip=
"true"
width=
"80"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.is_end===0"
size=
"mini"
type=
"success"
>
否
</el-tag>
...
...
src/views/process/list/related.vue
View file @
bd17924e
...
...
@@ -26,7 +26,11 @@
<span>
{{
scope
.
row
.
state
[
0
].
label
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"当前处理人"
prop=
"principals"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前处理人"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.is_end===0"
>
{{
scope
.
row
.
principals
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"是否结束"
:show-overflow-tooltip=
"true"
width=
"80"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.is_end===0"
size=
"mini"
type=
"success"
>
否
</el-tag>
...
...
src/views/process/list/upcoming.vue
View file @
bd17924e
...
...
@@ -26,7 +26,11 @@
<span>
{{
scope
.
row
.
state
[
0
].
label
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"当前处理人"
prop=
"principals"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前处理人"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.is_end===0"
>
{{
scope
.
row
.
principals
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"是否结束"
:show-overflow-tooltip=
"true"
width=
"80"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.is_end===0"
size=
"mini"
type=
"success"
>
否
</el-tag>
...
...
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