From af436aa050f76584cd5cb88e413e45cd08c15d50 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 17 五月 2023 14:14:04 +0800 Subject: [PATCH] 修改部分错误,增加新功能 --- pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue index 90a2217..81124d6 100644 --- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue +++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue @@ -559,10 +559,10 @@ return uni.getStorageSync('roleType'); }, dateRange() { - return `${this.firstFilter}-${this.lastFilter}`; + return `${this.firstFilter}鑷�${this.lastFilter}`; }, dateselect() { - return `${this.first}-${this.last}`; + return `${this.first}鑷�${this.last}`; }, coalTotal() { return this.coalList.length; @@ -588,8 +588,8 @@ }, watch: { dateselect(newV, old) { - let tempDate = `${this.first}-${this.last}`; - if (newV != old && old != '-') { + let tempDate = `${this.first}鑷�${this.last}`; + if (newV != old && old != '鑷�') { this.first = newV.slice(0, 10); this.last = newV.slice(11); this.getTmTaskCoalData(); -- Gitblit v1.9.1