♻️ 后台链接改为后台配置
🐛 修复配置链接 🐛 修复配置链接 🐛 修复配置链接 ♻️ 后台链接改为后台配置 ♻️ 后台链接改为后台配置 🐛 修复配置链接 🐛 修复配置链接
This commit is contained in:
@@ -344,20 +344,23 @@
|
||||
<a href="#" onclick='loadMainContent("/account_history.html")'><span>资金流水</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{range.roadList}}
|
||||
<div>
|
||||
<a href="#" class="first-menu">
|
||||
<span class="glyphicon glyphicon-book"></span>
|
||||
<span class="first-title">订单管理</span>
|
||||
<span class="first-title">订单管理({{RoadName}})</span>
|
||||
<span class="glyphicon glyphicon-plus last-glyphicon"></span>
|
||||
</a>
|
||||
<div class="second-menu">
|
||||
<a href="#" onclick='loadMainContent("/order_info.html")'><span>实时订单</span></a>
|
||||
<a href="#" onclick='loadMainContent("/order_profit.html")'><span>订单收益</span></a>
|
||||
<a href="#" onclick='loadMainContent("/order-summary-info.html")'><span>订单汇总</span></a>
|
||||
<a href="#"
|
||||
onclick='loadMainContent("/order_info.html?roadId={{{RoadUid}}")'><span>实时订单</span></a>
|
||||
<a href="#"
|
||||
onclick='loadMainContent("/order_profit.html?roadId={{{RoadUid}}")'><span>订单收益</span></a>
|
||||
<a href="#"
|
||||
onclick='loadMainContent("/order-summary-info.html?roadId={{{RoadUid}}")'><span>订单汇总</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{end}}
|
||||
<div>
|
||||
<a href="#" class="first-menu">
|
||||
<span class="glyphicon glyphicon-piggy-bank"></span>
|
||||
|
||||
Reference in New Issue
Block a user