@@ -96,14 +96,19 @@ export default {
slot: true,
search: true,
searchSpan: 6,
- searchslot: true,
+ type: 'month',
+ format: 'yyyy-MM',
+ valueFormat: 'yyyy-MM',
+ searchslot: false,
hide: false
},
{
label: '年份',
prop: 'year',
minWidth: 80,
- type: 'number',
+ type: 'year',
+ format: 'yyyy',
+ valueFormat: 'yyyy',
hide: true