这个提交包含在:
2024-09-11 13:58:14 +08:00
父节点 a650f0ad9d
当前提交 93ac1c4742
共有 10 个文件被更改,包括 64 次插入1 次删除

查看文件

@@ -228,6 +228,13 @@ export default {
},
methods: {
buttonClick(val) {
if (val.statisticType === 2) {
this.tableProps[0].filter = (val) =>
parseTime(val, '{y}年第{w}周');
}else{
this.tableProps[0].filter = (val) =>
parseTime(val, '{y}年{m}月{d}日');
}
switch (val.btnName) {
case 'search':
this.listQuery.pageNo = 1;