监测点台账信息

This commit is contained in:
仲么了
2023-12-29 15:45:07 +08:00
parent 526d541cc2
commit 1a826fb0fa
6 changed files with 273 additions and 156 deletions

View File

@@ -31,7 +31,7 @@
<!-- datetime -->
<div v-if="field.render == 'datetime'">
{{ !fieldValue ? '-' : timeFormat(fieldValue, field.timeFormat ?? undefined) }}
{{ !fieldValue ? '/' : timeFormat(fieldValue, field.timeFormat ?? undefined) }}
</div>
<!-- color -->