后台查看详细评审意见增加了用户信息链接调用
This commit is contained in:
parent
37264ae8a1
commit
a189a8dd1a
|
@ -35,7 +35,7 @@
|
|||
</p>
|
||||
<p>
|
||||
<label>评审人:</label>
|
||||
<?php echo $this->info['realname'];?>
|
||||
<?php echo $this->info['realname'];?> [<a href="/admin/user/show/id/<?php echo $this->info['uid'];?>">查看详细</a>]
|
||||
</p>
|
||||
<p>
|
||||
<label>处理意见:</label>
|
||||
|
|
Loading…
Reference in New Issue