Commit b7f0b444 by yuzhenWang

修复薪资单搜索bug

parent b58581cf
......@@ -539,6 +539,7 @@ const searchConfig = ref([
type: 'month',
prop: 'month',
label: '薪资年月',
valueFormat: 'YYYYMM',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间'
},
......@@ -830,7 +831,7 @@ const electronicSalaryTableColumns = ref([
},
{
prop: 'month',
label: '薪资月份',
label: '薪资年月',
sortable: true,
width: '120',
formatter: row => row.month || '-'
......
......@@ -880,6 +880,7 @@ const searchConfig = ref([
type: 'month',
prop: 'month',
label: '薪资年月',
valueFormat: 'YYYYMM',
startPlaceholder: '开始时间',
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