🎨 界面展示效果调整
This commit is contained in:
parent
81e6bf2131
commit
8a87c98bd9
@ -78,12 +78,12 @@
|
||||
{{ nickname }}
|
||||
</el-link>
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item v-if="hasPermissions" command="admin-dashboard">系统管理</el-dropdown-item>
|
||||
<el-dropdown-item command="user">个人中心</el-dropdown-item>
|
||||
<el-dropdown-item command="answer">每日一题</el-dropdown-item>
|
||||
<el-dropdown-item command="drafts">我的草稿</el-dropdown-item>
|
||||
<el-dropdown-item command="wallet">我的钱包</el-dropdown-item>
|
||||
<el-dropdown-item command="user-info">设置</el-dropdown-item>
|
||||
<el-dropdown-item v-if="hasPermissions" command="admin-dashboard">系统管理</el-dropdown-item>
|
||||
<el-dropdown-item command="logout" divided>退出登录</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
|
@ -29,8 +29,7 @@
|
||||
prop="transactionTime">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="金额 (巴旦木)"
|
||||
width="180">
|
||||
label="金额 (巴旦木)">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.formBankAccount === bankAccount.bankAccount" style="color: red;font-weight: bold;">
|
||||
- {{ scope.row.money }}
|
||||
|
Loading…
Reference in New Issue
Block a user