Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
528d5f46
authored
2023-04-28 10:37:36 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:综合查询
1 parent
f0ad3772
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/zhcx/jdcx/jdcxdata.js
src/views/zhcx/jdcx/jdcxdata.js
View file @
528d5f4
...
...
@@ -18,6 +18,7 @@ class data extends filter {
{
prop
:
"ywlymc"
,
label
:
"业务来源"
,
minWidth
:
'100'
},
{
label
:
"流程状态"
,
...
...
@@ -49,6 +50,7 @@ class data extends filter {
},
{
label
:
"业务号"
,
minWidth
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
@@ -60,7 +62,7 @@ class data extends filter {
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
minWidth
:
'1
2
0'
,
minWidth
:
'1
5
0'
,
},
{
prop
:
"bdcdyh"
,
...
...
Please
register
or
sign in
to post a comment