🎨 界面展示效果调整

This commit is contained in:
ronger 2020-12-10 22:30:57 +08:00
parent 81e6bf2131
commit 8a87c98bd9
2 changed files with 2 additions and 3 deletions

View File

@ -78,12 +78,12 @@
{{ nickname }} {{ nickname }}
</el-link> </el-link>
</el-dropdown-item> </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="user">个人中心</el-dropdown-item>
<el-dropdown-item command="answer">每日一题</el-dropdown-item> <el-dropdown-item command="answer">每日一题</el-dropdown-item>
<el-dropdown-item command="drafts">我的草稿</el-dropdown-item> <el-dropdown-item command="drafts">我的草稿</el-dropdown-item>
<el-dropdown-item command="wallet">我的钱包</el-dropdown-item> <el-dropdown-item command="wallet">我的钱包</el-dropdown-item>
<el-dropdown-item command="user-info">设置</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-item command="logout" divided>退出登录</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>

View File

@ -29,8 +29,7 @@
prop="transactionTime"> prop="transactionTime">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="金额 (巴旦木)" label="金额 (巴旦木)">
width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.formBankAccount === bankAccount.bankAccount" style="color: red;font-weight: bold;"> <span v-if="scope.row.formBankAccount === bankAccount.bankAccount" style="color: red;font-weight: bold;">
- {{ scope.row.money }} - {{ scope.row.money }}