Browse Source

Merge branch 'refs/heads/lihui/feature-20250711103624-金币二期' into milestone-20250711-金币前端二期

zhangrenyuan/feature-20250714163943-金币前端二期
lihui 2 weeks ago
parent
commit
15e5dca807
  1. 2
      src/views/workspace/index.vue

2
src/views/workspace/index.vue

@ -6,7 +6,7 @@
</el-col>
<!-- 最后更新时间 -->
<el-col :span="18" style="display: flex; align-items: center; font-size: 18px">
最后更新时间{{workDataUpdateTime}}
最后更新时间{{ workDataUpdateTime && workDataUpdateTime !== '1970-01-01 08:00:00' ? workDataUpdateTime : '该地区暂无数据' }}
</el-col>

Loading…
Cancel
Save