Browse Source

Update SheetList.vue

pull/25/head
ruibaby 6 years ago
parent
commit
77b12377b9
  1. 7
      src/views/sheet/SheetList.vue

7
src/views/sheet/SheetList.vue

@ -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…
Cancel
Save