Browse Source

公告撤回禁止查看

qinchao 3 năm trước cách đây
mục cha
commit
1bbaf9c141
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/modules/portal/views/home/SiteMessageHome.vue

+ 4 - 1
src/modules/portal/views/home/SiteMessageHome.vue

@@ -54,7 +54,10 @@
           <el-table-column label="标题"
             ><span slot-scope="scope"
               ><router-link
-                v-if="scope.row.hasRead == true"
+                v-if="
+                  scope.row.hasRecalled == null ||
+                  scope.row.hasRecalled === false
+                "
                 :to="'/home/site-message/' + scope.row.id"
                 style="display: flex"
               >