2023-02-17bug修复

This commit is contained in:
李东进1
2023-02-17 00:50:24 +08:00
parent c62b2c1591
commit da6ccbad1c
13 changed files with 13148 additions and 125 deletions

View File

@@ -985,7 +985,7 @@ export default {
// console.log(text.record.checked1);
return (
<div class="racona">
<span> {toDate(Number(text.record.time), "Y-M-D h:m:s")}</span>
<span> {toDate(Number(text.record.time), "Y-M-D h:m")}</span>
</div>
);
},