后台系统: 用户详情页面添加钱包余额显示、用户管理优化记录用户选择币种、 新增广播增加查看按钮内容、及对应跳转对应页面路径 增加帮助中心页面、公告中心页面 完成

This commit is contained in:
2025-07-11 16:33:34 +08:00
parent c6f765f858
commit a0ebd8254a
63 changed files with 5379 additions and 680 deletions

View File

@@ -115,8 +115,8 @@
</el-form>
</section> -->
<el-date-picker
<div class="time-box">
<el-date-picker
v-model="lineChatTimes"
type="daterange"
:range-separator="$t('backendSystem.to')"
@@ -129,6 +129,9 @@
>
</el-date-picker>
<div>{{$t('backendSystem.walletBalance')}}{{ userData.accountBalance || 0 }}</div>
</div>
<el-table
:data="tableData"
@@ -151,7 +154,7 @@
<el-table-column prop="coin" :label="$t('backendSystem.coin2')" width="100" show-overflow-tooltip>
</el-table-column>
<el-table-column prop="amount" :label="$t('backendSystem.amount2')" width="200" show-overflow-tooltip/>
<el-table-column prop="amount" :label="$t('backendSystem.transactionAmount')" width="200" show-overflow-tooltip/>
<el-table-column prop="user" :label="$t('backendSystem.minerUser2')" width="180" show-overflow-tooltip/>
<el-table-column prop="address" :label="$t('backendSystem.address')" show-overflow-tooltip />
@@ -240,8 +243,20 @@ export default {
height: 73vh;
overflow: hidden;
overflow-y: auto;
// background: palegoldenrod;
}
.time-box{
display: flex;
// background: palegoldenrod;
justify-content: space-between;
// align-items: center;
// padding: 0 20px;
margin-bottom: 10px;
padding-right: 20px;
font-size: 14px;
color: #333;
}
.user-details-form {
width: 80%;