Commit b83294a2 authored by xishifeng's avatar xishifeng

业绩提示信息及金额显示修改

parent 06228e8c
......@@ -373,7 +373,7 @@
} else {
if(_tempTimeStart > _tempTimeEnd || _tempTimeEnd >= _tempTimeNow) {
layer.open({
content: '开始时间不能大于结束时间,且搜索日期需要小于今天。请重新选择日期',
content: '开始时间不能大于结束时间,请重新选择日期',
btn: ['确定', '取消'],
yes(_index) {
layer.close(_index);
......
......@@ -54,7 +54,7 @@
computed: {
dealJine() {
let _this = this;
return _this.common.jineComma(_this.data.performance_total, 0);
return _this.common.jineComma(_this.data.performance_total, 2);
}
}
}
......
......@@ -229,7 +229,7 @@
} else {
if(_tempTimeStart > _tempTimeEnd || _tempTimeEnd >= _tempTimeNow) {
layer.open({
content: '开始时间不能大于结束时间,且搜索日期需要小于今天。请重新选择日期',
content: '开始时间不能大于结束时间,请重新选择日期',
btn: ['确定', '取消'],
yes(_index) {
layer.close(_index);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment