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
fab2fb35
Commit
fab2fb35
authored
Mar 20, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
complete
parent
4cc5240d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
43 deletions
+61
-43
Customer.vue
src/views/infoGather/customerGather/components/Customer.vue
+58
-40
index.vue
src/views/infoGather/customerGather/index.vue
+3
-3
No files found.
src/views/infoGather/customerGather/components/Customer.vue
View file @
fab2fb35
This diff is collapsed.
Click to expand it.
src/views/infoGather/customerGather/index.vue
View file @
fab2fb35
...
@@ -105,11 +105,11 @@
...
@@ -105,11 +105,11 @@
{
field
:
'reserveWorkUnit'
,
title
:
'预留工作单位'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'reserveWorkUnit'
,
title
:
'预留工作单位'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'reserveAddress'
,
title
:
'预留家庭地址'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'reserveAddress'
,
title
:
'预留家庭地址'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'remark'
,
title
:
'备注'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'remark'
,
title
:
'备注'
,
search
:
{
labelWidth
:
85
,
el
:
'input'
}
},
{
field
:
'
over
'
,
title
:
'是否完成'
,
slots
:
{
{
field
:
'
complete
'
,
title
:
'是否完成'
,
slots
:
{
default
:
({
row
})
=>
{
default
:
({
row
})
=>
{
return
(
return
(
<>
<>
{
row
.
over
===
'Y'
?
'是'
:
'否'
}
{
row
.
complete
===
'Y'
?
'是'
:
'否'
}
<
/
>
<
/
>
);
);
},
},
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
default
:
({
row
,
rowIndex
})
=>
{
default
:
({
row
,
rowIndex
})
=>
{
return
(
return
(
<>
<>
<
ElButton
type
=
"primary"
onClick
=
{(
e
)
=>
send
(
e
,
row
)}
disabled
=
{
row
.
over
===
'Y'
}
>
<
ElButton
type
=
"primary"
onClick
=
{(
e
)
=>
send
(
e
,
row
)}
disabled
=
{
row
.
complete
===
'Y'
}
>
发起风控审核
发起风控审核
<
/ElButton
>
<
/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