Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
343dd8b7
Commit
343dd8b7
authored
Mar 12, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into 'feature-20250827wyz-写业务'
Test See merge request
!86
parents
a99702c3
e8c2d9b4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/financialCenter/financialSalary.vue
+1
-1
src/views/sign/underwritingMain/index.vue
+1
-1
src/views/sign/underwritingMain/policyDetail.vue
+2
-2
No files found.
src/views/financialCenter/financialSalary.vue
View file @
343dd8b7
...
@@ -97,7 +97,7 @@ const searchConfig = ref([
...
@@ -97,7 +97,7 @@ const searchConfig = ref([
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
placeholder
:
'输入转介人名称搜索'
,
placeholder
:
'输入转介人名称搜索'
,
debounceWait
:
500
,
// 自定义防抖时间
debounceWait
:
500
,
// 自定义防抖时间
valueKey
:
'
userSale
BizId'
,
valueKey
:
'
clientUser
BizId'
,
labelKey
:
'realName'
,
labelKey
:
'realName'
,
multiple
:
true
,
multiple
:
true
,
transform
:
(
res
)
=>
{
transform
:
(
res
)
=>
{
...
...
src/views/sign/underwritingMain/index.vue
View file @
343dd8b7
...
@@ -386,7 +386,7 @@ const searchConfig = ref([
...
@@ -386,7 +386,7 @@ const searchConfig = ref([
}
}
},
{
},
{
type
:
'input'
,
type
:
'input'
,
prop
:
'
paymentTerm
'
,
prop
:
'
issueNumber
'
,
label
:
'缴费年期'
,
label
:
'缴费年期'
,
inputType
:
'decimal'
,
inputType
:
'decimal'
,
rules
:
[
rules
:
[
...
...
src/views/sign/underwritingMain/policyDetail.vue
View file @
343dd8b7
...
@@ -286,7 +286,7 @@ const introducerConfig = [
...
@@ -286,7 +286,7 @@ const introducerConfig = [
},
},
transform
:
res
=>
{
transform
:
res
=>
{
return
(
res
?.
data
.
records
||
[]).
map
(
item
=>
({
return
(
res
?.
data
.
records
||
[]).
map
(
item
=>
({
value
:
item
.
userSale
BizId
,
value
:
item
.
clientUser
BizId
,
label
:
item
.
realName
,
label
:
item
.
realName
,
...
item
...
item
}))
}))
...
@@ -519,7 +519,7 @@ const policyInfoFormConfig = ref([
...
@@ -519,7 +519,7 @@ const policyInfoFormConfig = ref([
},
},
{
{
type
:
'select'
,
type
:
'select'
,
prop
:
'policyT
py
e'
,
prop
:
'policyT
yp
e'
,
label
:
'保单类型'
,
label
:
'保单类型'
,
options
:
[
options
:
[
{
label
:
'电子保单'
,
value
:
'1'
},
{
label
:
'电子保单'
,
value
:
'1'
},
...
...
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