Commit 79baf546 by yuzhenWang

Merge branch 'wyz' into 'test'

修复薪资单搜索bug

See merge request !172
parents 5a2f5eb0 b7f0b444
...@@ -539,6 +539,7 @@ const searchConfig = ref([ ...@@ -539,6 +539,7 @@ const searchConfig = ref([
type: 'month', type: 'month',
prop: 'month', prop: 'month',
label: '薪资年月', label: '薪资年月',
valueFormat: 'YYYYMM',
startPlaceholder: '开始时间', startPlaceholder: '开始时间',
endPlaceholder: '结束时间' endPlaceholder: '结束时间'
}, },
...@@ -830,7 +831,7 @@ const electronicSalaryTableColumns = ref([ ...@@ -830,7 +831,7 @@ const electronicSalaryTableColumns = ref([
}, },
{ {
prop: 'month', prop: 'month',
label: '薪资月份', label: '薪资年月',
sortable: true, sortable: true,
width: '120', width: '120',
formatter: row => row.month || '-' formatter: row => row.month || '-'
......
...@@ -880,6 +880,7 @@ const searchConfig = ref([ ...@@ -880,6 +880,7 @@ const searchConfig = ref([
type: 'month', type: 'month',
prop: 'month', prop: 'month',
label: '薪资年月', label: '薪资年月',
valueFormat: 'YYYYMM',
startPlaceholder: '开始时间', startPlaceholder: '开始时间',
endPlaceholder: '结束时间' endPlaceholder: '结束时间'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment