This commit is contained in:
24kycj
2024-12-02 13:42:37 +08:00
parent cdc56d6c71
commit 1dba691ab9
4 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default {
'$store.state.chat.printer_error': {
handler(val) {
let that = this
const currentTime = dayjs().format('hh:mm:ss');
const currentTime = dayjs().format('HH:mm:ss');
if (val.message) {
that.$message({
message: val.message,