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
82864649
authored
May 12, 2021
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 工单列表添加流程信息。
parent
0f2c94f8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
src/views/process/list/all.vue
src/views/process/list/components/search/index.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 @
82864649
...
...
@@ -9,6 +9,7 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
label=
"ID"
prop=
"id"
width=
"120"
/>
<el-table-column
label=
"标题"
prop=
"title"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"流程"
prop=
"process_name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前状态"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<span>
...
...
src/views/process/list/components/search/index.vue
View file @
82864649
...
...
@@ -14,6 +14,7 @@
<el-select
v-model=
"listQuery.processor"
filterable
clearable
remote
size=
"small"
reserve-keyword
...
...
@@ -47,6 +48,7 @@
<el-form-item
label=
"创建时间"
>
<el-date-picker
v-model=
"timeValue"
clearable
size=
"small"
type=
"datetimerange"
:picker-options=
"pickerOptions"
...
...
@@ -54,6 +56,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
align=
"right"
@
change=
"getList"
/>
</el-form-item>
<el-form-item>
...
...
src/views/process/list/my-create.vue
View file @
82864649
...
...
@@ -11,6 +11,7 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
label=
"ID"
prop=
"id"
width=
"120"
/>
<el-table-column
label=
"标题"
prop=
"title"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"流程"
prop=
"process_name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前状态"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<span>
...
...
src/views/process/list/related.vue
View file @
82864649
...
...
@@ -11,6 +11,7 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
label=
"ID"
prop=
"id"
width=
"120"
/>
<el-table-column
label=
"标题"
prop=
"title"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"流程"
prop=
"process_name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前状态"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<span>
...
...
src/views/process/list/upcoming.vue
View file @
82864649
...
...
@@ -11,6 +11,7 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
label=
"ID"
prop=
"id"
width=
"120"
/>
<el-table-column
label=
"标题"
prop=
"title"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"流程"
prop=
"process_name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"当前状态"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<span>
...
...
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