Geek Pay notify is ready

This commit is contained in:
RockYang
2024-09-18 18:07:49 +08:00
parent 59d9ae96ac
commit e9ac58b1ef
16 changed files with 270 additions and 544 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="user-bill" v-loading="loading">
<div class="user-bill" v-loading="loading" element-loading-background="rgba(255,255,255,.3)">
<el-row v-if="items.length > 0">
<el-table :data="items" :row-key="row => row.id" table-layout="auto" border
style="--el-table-border-color:#373C47;