Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
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
何远江
yishuju-ui
Commits
bd7e7385
Commit
bd7e7385
authored
Mar 19, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账号管理
parent
3345e698
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
39 deletions
+48
-39
Customer.vue
src/views/infoGather/customerGather/components/Customer.vue
+38
-38
index.vue
src/views/infoGather/customerGather/index.vue
+10
-1
No files found.
src/views/infoGather/customerGather/components/Customer.vue
View file @
bd7e7385
This diff is collapsed.
Click to expand it.
src/views/infoGather/customerGather/index.vue
View file @
bd7e7385
...
...
@@ -105,6 +105,15 @@
{
field
:
'reserveWorkUnit'
,
title
:
'预留工作单位'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'reserveAddress'
,
title
:
'预留家庭地址'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'remark'
,
title
:
'备注'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'over'
,
title
:
'是否完成'
,
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
over
===
'Y'
?
'是'
:
'否'
}
<
/
>
);
},
}},
{
field
:
'code'
,
title
:
'操作'
,
...
...
@@ -113,7 +122,7 @@
default
:
({
row
,
rowIndex
})
=>
{
return
(
<>
<
ElButton
type
=
"primary"
onClick
=
{(
e
)
=>
send
(
e
,
row
)}
>
<
ElButton
type
=
"primary"
onClick
=
{(
e
)
=>
send
(
e
,
row
)}
disabled
=
{
row
.
over
===
'Y'
}
>
发起风控审核
<
/ElButton
>
<
/
>
...
...
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