|
@@ -314,7 +314,8 @@ function handleSortChange({ field, order }) {
|
|
|
const matchMonth = field.match(/(\d{4}-\d{2})的销售额/);
|
|
|
const matchTotal = field.match(/当月累计销售额/);
|
|
|
if (matchRange) {
|
|
|
- order_date.value = matchRange[1];
|
|
|
+ order_date.value = matchRange[2];
|
|
|
+ console.log("=>(TableDataDisplay.vue:318) order_date.value", order_date.value);
|
|
|
totalSales.value = '';
|
|
|
} else if (match) {
|
|
|
order_date.value = match[1];
|