update md list

This commit is contained in:
jack 2018-09-11 21:21:15 +08:00
parent 160b6c0545
commit 95ed68c644
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
<?php endif; ?>
<a class="label label-primary data-list-btn" data-uuid="<?php echo $item['uuid']; ?>">数据列表</a>
<a class="label label-primary" href="/service/doc/uuid/<?php echo $item['uuid']; ?>">Word格式</a>
<a class="label label-primary" href="/service/xml/uuid/<?php echo $item['uuid']; ?>">XML</a>
</p>
<?php if($item['author']) :?>
<p>数据贡献者:<?= $item['author']; ?></p>