diff --git a/dist.rar b/dist.rar deleted file mode 100644 index bec6356..0000000 Binary files a/dist.rar and /dev/null differ diff --git a/src/components/TableSearchDate/index.vue b/src/components/TableSearchDate/index.vue index c7848c1..029c6e4 100644 --- a/src/components/TableSearchDate/index.vue +++ b/src/components/TableSearchDate/index.vue @@ -135,7 +135,6 @@ const timeTypeChange = (val) => { getTimeFnTop(dayjs().subtract(1, 'day').startOf('day')), getTimeFnTop(dayjs().subtract(1, 'day').endOf('day')) ]; - console.log(dateRange.value); }else{ dateRange.value = getTimeFn(dayjs().startOf('day')); } diff --git a/src/views/commissionList/agentCommissionReport/index.vue b/src/views/commissionList/agentCommissionReport/index.vue index 426932e..0ccf8b1 100644 --- a/src/views/commissionList/agentCommissionReport/index.vue +++ b/src/views/commissionList/agentCommissionReport/index.vue @@ -25,7 +25,7 @@ + :end-placeholder="t('结束时间')" format="YYYY-MM-DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss" />