mirror of https://github.com/halo-dev/halo
Update SheetList.vue
parent
4efe701a02
commit
27a12701c0
|
@ -75,6 +75,13 @@
|
|||
<a
|
||||
:href="options.blog_url+record.url"
|
||||
target="_blank"
|
||||
v-if="record.status"
|
||||
>查看</a>
|
||||
<a
|
||||
:href="options.blog_url+record.url"
|
||||
target="_blank"
|
||||
disabled
|
||||
v-else
|
||||
>查看</a>
|
||||
</span>
|
||||
</a-table>
|
||||
|
|
Loading…
Reference in New Issue