From f0ad55f88b62e7195dde059205602986a6583f3a Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 24 一月 2022 11:24:15 +0800 Subject: [PATCH] update: 通知 - 全部已讀/全部刪除 功能未完成先隱藏 --- PAMapp/pages/notification/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/PAMapp/pages/notification/index.vue b/PAMapp/pages/notification/index.vue index 1dcdba1..f79907c 100644 --- a/PAMapp/pages/notification/index.vue +++ b/PAMapp/pages/notification/index.vue @@ -1,8 +1,9 @@ <template> <div> - <div class="text--right mb-10" @click="showNotificationHint = true"> + <!-- TODO: ��撌脰�/���� ���摰����瘙�Ⅱ隤� ����� --> + <!-- <div class="text--right mb-10" @click="showNotificationHint = true"> <i class="satisfaction-icon icon-edit"></i> - </div> + </div> --> <div v-if="isUserLogin && unReviewLogList.length" class="satisfaction-banner my-10 cursor--pointer" @@ -18,7 +19,8 @@ align="middle" class="notification-card" > - <el-col class="unRead" :span="3" v-if="!item.readDate"></el-col> + <!-- TODO: ��撌脰�/���� ���摰����瘙�Ⅱ隤� ����� --> + <!-- <el-col class="unRead" :span="3" v-if="!item.readDate"></el-col> --> <el-col :span="18"> <p class="text">{{item.content}}</p> </el-col> -- Gitblit v1.8.0