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
0
Merge Requests
0
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
470beaf5
Commit
470beaf5
authored
Jun 26, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决薪资单回显问题
parent
3500ffb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/payslip/wordReferenceSalary.vue
+4
-4
No files found.
src/views/payslip/wordReferenceSalary.vue
View file @
470beaf5
...
...
@@ -211,7 +211,7 @@ const salaryTableColumns = ref([
onChangeExtraFields
:
{
brokerName
:
'broker'
,
// 将选项原始对象的 broker 字段赋值给行数据的 brokerName
monthList
:
'monthList'
,
// 存储月份列表,供月份列使用
splitRatio
:
'internalNumber'
// 新增:将原始数据的 internalNumber 赋给 splitRatio
internalNumber
:
'internalNumber'
}
// debounceWait: 300
},
...
...
@@ -231,7 +231,7 @@ const salaryTableColumns = ref([
},
{
prop
:
'
splitRatio
'
,
prop
:
'
internalNumber
'
,
label
:
'内部编号'
,
editType
:
'input'
,
// required: true,
...
...
@@ -476,7 +476,7 @@ const personSaleryFormConfig = ref([
onChangeExtraFields
:
{
brokerName
:
'broker'
,
// 将选项原始对象的 broker 字段赋值给行数据的 brokerName
monthList
:
'monthList'
,
// 存储月份列表,供月份列使用
splitRatio
:
'internalNumber'
// 新增:将原始数据的 internalNumber 赋给 splitRatio
internalNumber
:
'internalNumber'
},
rules
:
[{
required
:
true
,
message
:
'姓名必填'
,
trigger
:
'blur'
}]
// debounceWait: 300
...
...
@@ -494,7 +494,7 @@ const personSaleryFormConfig = ref([
},
{
prop
:
'
splitRatio
'
,
prop
:
'
internalNumber
'
,
label
:
'内部编号'
,
type
:
'input'
,
// required: true,
...
...
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