feat:审批中心 - 文案修改

This commit is contained in:
weifashi 2023-08-24 09:50:16 +08:00
parent 1fed482025
commit 769e2b0223

View File

@ -291,7 +291,7 @@ export default {
return type == 2 ? `${hours}${this.$L('小时')}` : `${hours} ${this.$L('小时前')}`; return type == 2 ? `${hours}${this.$L('小时')}` : `${hours} ${this.$L('小时前')}`;
} else { } else {
const days = Math.floor(timeDiff / 3600 / 24); 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('天')}`;
} }
}, },
// //