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