Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
47e60de7
Commit
47e60de7
authored
Apr 11, 2022
by
沈鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表字段展示修改
parent
42c15095
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
11 deletions
+44
-11
dataCenter-manager-ui/admin/src/views/information/list.vue
dataCenter-manager-ui/admin/src/views/information/list.vue
+44
-11
No files found.
dataCenter-manager-ui/admin/src/views/information/list.vue
View file @
47e60de7
...
...
@@ -14,24 +14,57 @@ export default {
config
:
{
search
:
[
{
name
:
"
system
Code
"
,
name
:
"
event
Code
"
,
type
:
"
text
"
,
label
:
"
系统
编码
"
,
label
:
"
实施清单
编码
"
,
},
{
name
:
"
areaCode
"
,
type
:
"
text
"
,
label
:
"
区域编码
"
,
},
{
name
:
"
processStatusName
"
,
type
:
"
text
"
,
label
:
"
流程状态名称
"
,
},
{
name
:
"
isReport
"
,
type
:
"
select
"
,
label
:
"
是否推送
"
,
formatter
:
this
.
formatter
,
},
{
name
:
"
isSuccess
"
,
type
:
"
select
"
,
label
:
"
是否成功
"
,
formatter
:
this
.
formatter
,
},
{
name
:
"
createTimeStart
"
,
type
:
"
date
"
,
label
:
"
开始时间
"
,
},
{
name
:
"
createTimeEnd
"
,
type
:
"
date
"
,
label
:
"
结束时间
"
,
}
],
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
label
:
"
实施清单名称
"
,
prop
:
"
event
n
ame
"
},
{
label
:
"
实施清单编码
"
,
prop
:
"
event
c
ode
"
},
{
label
:
"
是否推送
"
,
prop
:
"
is
_r
eport
"
,
formatter
:
this
.
formatter
},
{
label
:
"
是否成功
"
,
prop
:
"
is
_s
uccess
"
,
formatter
:
this
.
formatter
},
//
{ label: "推送失败原因", prop: "failReason" },
{
label
:
"
失败次数
"
,
prop
:
"
fail
_t
imes
"
},
{
label
:
"
系统编码
"
,
prop
:
"
systemCode
"
},
//
{ label: "办件编码", prop: "officeCode" },
{
label
:
"
实施清单名称
"
,
prop
:
"
event
N
ame
"
},
{
label
:
"
实施清单编码
"
,
prop
:
"
event
C
ode
"
},
{
label
:
"
是否推送
"
,
prop
:
"
is
R
eport
"
,
formatter
:
this
.
formatter
},
{
label
:
"
是否成功
"
,
prop
:
"
is
S
uccess
"
,
formatter
:
this
.
formatter
},
{
label
:
"
推送失败原因
"
,
prop
:
"
failReason
"
},
{
label
:
"
失败次数
"
,
prop
:
"
fail
T
imes
"
},
//
{ label: "系统编码", prop: "systemCode" },
{
label
:
"
办件编码
"
,
prop
:
"
officeCode
"
},
// { label: "办件业务流水号", prop: "seriesNumber" },
{
label
:
"
流程状态名称
"
,
prop
:
"
processStatusName
"
},
{
label
:
"
流程状态编码
"
,
prop
:
"
processStatusCode
"
},
{
label
:
"
区域编码
"
,
prop
:
"
areaCode
"
},
{
label
:
"
创建时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
操作
"
,
width
:
180
,
...
...
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