|
@@ -54,23 +54,7 @@
|
|
|
<el-table-column label="标题"
|
|
|
><span slot-scope="scope">
|
|
|
<router-link
|
|
|
- v-if="scope.row.hasRecalled == true"
|
|
|
- style="display: flex"
|
|
|
- >
|
|
|
- <img
|
|
|
- :class="
|
|
|
- scope.row.hasRead
|
|
|
- ? 'mhome-message-read'
|
|
|
- : 'mhome-message-unread'
|
|
|
- "
|
|
|
- />
|
|
|
- <span class="mhome-message-title">{{ scope.row.title }}</span>
|
|
|
- </router-link>
|
|
|
- <router-link
|
|
|
- v-if="
|
|
|
- scope.row.hasRecalled == null ||
|
|
|
- scope.row.hasRecalled === false
|
|
|
- "
|
|
|
+ :disabled="scope.row.hasRecalled == true"
|
|
|
:to="'/home/site-message/' + scope.row.id"
|
|
|
style="display: flex"
|
|
|
>
|