feat(金币代理记录页): 未接接口的功能暂时隐藏
This commit is contained in:
parent
f83f47fece
commit
69d2adca46
@ -11,7 +11,7 @@
|
||||
|
||||
<div class="content">
|
||||
<!-- 搜索框 -->
|
||||
<div style="display: flex; align-items: center; gap: 8px; margin-bottom: 8px">
|
||||
<!-- <div style="display: flex; align-items: center; gap: 8px; margin-bottom: 8px">
|
||||
<div
|
||||
style="
|
||||
flex: 1;
|
||||
@ -70,9 +70,10 @@
|
||||
<div style="font-weight: 600" @click="handleActionButton" :disabled="isSearching">
|
||||
{{ getActionButtonText() }}
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div
|
||||
<!-- 总信息 -->
|
||||
<!-- <div
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -82,7 +83,7 @@
|
||||
>
|
||||
<div style="font-size: 0.9em; font-weight: 600">{{ t('total_recharge') }}: +30000</div>
|
||||
<div style="font-size: 0.9em; font-weight: 600">{{ t('total_expenditure') }}: -20000</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- 用户列表 -->
|
||||
<div v-if="loading" class="loading-state">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user