@ -2124,7 +2124,7 @@
result.push(val[format.parts[i]]); // 添加格式部分
}
return result.join('');
},
// 日历模板(表头、内容、表尾)
headTemplate: '<thead><tr><th colspan="7" class="datepicker-title"></th></tr><tr><th class="prev">«</th><th colspan="5" class="datepicker-switch"></th><th class="next">»</th></tr></thead>',