Update SheetList.vue

pull/25/head
ruibaby 2019-05-26 12:54:15 +08:00
parent ea195a9f43
commit 77b12377b9
1 changed files with 7 additions and 0 deletions

View File

@ -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>