fix url error
This commit is contained in:
parent
0281f7f1b1
commit
2034f79a65
|
@ -91,7 +91,7 @@ table thead tr th {background:#EBF2F6;}
|
|||
<td><?= $item['fund_type'] ?></td>
|
||||
<th><?= $item['mds'] ?></th>
|
||||
<td>
|
||||
<a href="/author/fund/ac/dataview/id/<?= $item['id'] ?>">查看数据</a>
|
||||
<a href="/data/fund/ac/dataview/id/<?= $item['id'] ?>">查看数据</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
|
Loading…
Reference in New Issue