diff --git a/application/admin/views/scripts/data/ref.phtml b/application/admin/views/scripts/data/ref.phtml
index 7813e18a..f3b3afcb 100644
--- a/application/admin/views/scripts/data/ref.phtml
+++ b/application/admin/views/scripts/data/ref.phtml
@@ -75,11 +75,16 @@ table thead tr th {background:#EBF2F6;}
$autoindex++;?>
- [= $autoindex ?>]
+ [= $autoindex ?>]
+
{reference->getAuthorByReference($item['id'],true); echo count($authors) ? join(",",$authors):'未知作者'; ?>}
{= empty($item['title']) ? '未知标题':$item['title'] ?>}
{= empty($item['publisher']) ? '未知期刊':$item['publisher'] ?>}
{= empty($item['year']) ? '未知年份':$item['year'] ?>}
+
|
= date("Y-m-d H:i",strtotime($item['ts_created'])) ?> |
|