浏览代码

fix(其它变更): 消息列表 --

gemercheung 2 年之前
父节点
当前提交
7c980dc439
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/notification/center.vue
  2. 1 0
      src/views/notification/list.vue

+ 1 - 0
src/views/notification/center.vue

@@ -24,6 +24,7 @@
           <Time :value="record.startTime" mode="datetime" /> 到
           <Time :value="record.startTime" mode="datetime" /> 到
           <Time :value="record.endTime" mode="datetime" />
           <Time :value="record.endTime" mode="datetime" />
         </span>
         </span>
+        <span v-else> -- </span>
       </template>
       </template>
 
 
       <template #createTime="{ record }">
       <template #createTime="{ record }">

+ 1 - 0
src/views/notification/list.vue

@@ -24,6 +24,7 @@
           <Time :value="record.startTime" mode="datetime" /> 到
           <Time :value="record.startTime" mode="datetime" /> 到
           <Time :value="record.endTime" mode="datetime" />
           <Time :value="record.endTime" mode="datetime" />
         </span>
         </span>
+        <span v-else> -- </span>
       </template>
       </template>
 
 
       <template #createTime="{ record }">
       <template #createTime="{ record }">