From 2c88c99afe3b6f68d9f74d68f7e02a62e2f2c32d Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Fri, 11 Aug 2017 13:56:01 +0800
Subject: [PATCH] 修改默认路口
---
application/modules/Admin/views/index/index.phtml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/application/modules/Admin/views/index/index.phtml b/application/modules/Admin/views/index/index.phtml
index c4946d8..8a269f5 100644
--- a/application/modules/Admin/views/index/index.phtml
+++ b/application/modules/Admin/views/index/index.phtml
@@ -40,8 +40,10 @@
<li class="item">
<i class="fa fa-file-text-o">
</i>
+ <a href="/admin/index/look/id/<?php echo $system_new['_id']?>">
<?php echo $system_new['name']?>
<span class=" pull-right">[<?php echo $system_new['create_time']?>]</span>
+ </a>
</li>
<?php endforeach;?>
@@ -70,8 +72,10 @@
<li class="item">
<i class="fa fa-file-text-o">
</i>
+ <a href="/admin/index/look/id/<?php echo $system_new['_id']?>">
<?php echo $industry_new['name']?>
<span class=" pull-right">[<?php echo $industry_new['create_time']?>]</span>
+ </a>
</li>
<?php endforeach;?>
@@ -102,8 +106,10 @@
<li class="item">
<i class="fa fa-file-text-o">
</i>
+ <a href="/admin/index/look/id/<?php echo $system_new['_id']?>">
<?php echo $ffs_new['name']?>
<span class=" pull-right">[<?php echo $ffs_new['create_time']?>]</span>
+ </a>
</li>
<?php endforeach;?>
@@ -132,8 +138,10 @@
<li class="item">
<i class="fa fa-file-text-o">
</i>
+ <a href="/admin/index/look/id/<?php echo $system_new['_id']?>">
<?php echo $my_new['name']?>
<span class=" pull-right">[<?php echo $my_new['create_time']?>]</span>
+ </a>
</li>
<?php endforeach;?>
--
Gitblit v1.8.0