mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-03 16:02:08 +00:00
feat:审批中心 - 文案修改
This commit is contained in:
parent
1fed482025
commit
769e2b0223
@ -291,7 +291,7 @@ export default {
|
||||
return type == 2 ? `${hours}${this.$L('小时')}` : `${hours} ${this.$L('小时前')}`;
|
||||
} else {
|
||||
const days = Math.floor(timeDiff / 3600 / 24);
|
||||
return type == 2 ? `${days + 1}${this.$L('天')}` : `${days + 1} ${this.$L('天')}`;
|
||||
return type == 2 ? `${days + 1}${this.$L('天')}` : `${days + 1} ${this.$L('天前')}`;
|
||||
}
|
||||
},
|
||||
// 时间转为周几
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user