新增管理员付款总金额

This commit is contained in:
X1627315083
2025-06-23 16:49:19 +08:00
parent 26ed446da6
commit 7a81856d24

View File

@@ -95,6 +95,10 @@
allowClear
show-search
></a-select>
</div>
<div class="admin_state_item">
<span>Total Amount:</span>
{{totalAmount}}
</div>
</div>
<div class="admin_search">
@@ -190,6 +194,7 @@ export default defineComponent({
countryList: computed(()=>{
return store.state.adminPage.country
}),
totalAmount:'',
});
let filterData: any = reactive({
rangePickerValue: [],
@@ -288,6 +293,14 @@ export default defineComponent({
key: "platform",
width:150,
ellipsis:true,
},
{
title: "Email",
align: "center",
dataIndex: "email",
key: "email",
width:200,
ellipsis:true,
},{
title: "Payment Amount",
align: "center",
@@ -449,7 +462,7 @@ export default defineComponent({
(rv: any) => {
if (rv) {
console.log(rv);
filter.totalAmount = rv.totalAmount
// this.dataList = rv
filter.dataList = rv.content;
filterData.total = rv.total;