|
@@ -62,7 +62,12 @@
|
|
|
/>
|
|
|
<span class="mhome-message-title">{{ scope.row.title }}</span>
|
|
|
</span>
|
|
|
- <span v-else slot-scope="scope">
|
|
|
+ <span
|
|
|
+ v-if="
|
|
|
+ scope.row.hasRecalled == null || scope.row.hasRecalled == false
|
|
|
+ "
|
|
|
+ slot-scope="scope"
|
|
|
+ >
|
|
|
<router-link
|
|
|
v-if="scope.row.hasRecalled == true"
|
|
|
:to="'/home/site-message/' + scope.row.id"
|