Files
waf-platform/EdgeAdmin/web/views/@default/finance/accounts/account/@menu.html

6 lines
452 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<first-menu>
<menu-item href="/finance/accounts">账户列表</menu-item>
<menu-item :href="'.?accountId=' + account.id" code="index">"{{account.user.fullname}}<span class="small">{{account.user.username}}</span>"账户详情</menu-item>
<menu-item :href="'.logs?accountId=' + account.id" code="log">收支明细</menu-item>
<menu-item :href="'.update?accountId=' + account.id" code="update">充值消费</menu-item>
</first-menu>