feat: refactoring adjustments for member pages

This commit is contained in:
RockYang
2024-03-18 16:59:07 +08:00
parent f215643f2e
commit 4e39b93673
7 changed files with 24 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<template>
<!-- 倒计时组件 -->
<div class="countdown">
<el-tag size="large" :type="type">{{ timerStr }}</el-tag>
<el-tag size="large" type="info">{{ timerStr }}</el-tag>
</div>
</template>
<script setup>

View File

@@ -22,7 +22,7 @@
<span>{{ scope.row.remark?.power }}</span>
</template>
</el-table-column>
<el-table-column prop="pay_way" label="支付方式"/>
<el-table-column label="支付时间">
<template #default="scope">
<span v-if="scope.row['pay_time']">{{ dateFormat(scope.row['pay_time']) }}</span>
@@ -56,7 +56,7 @@ import Clipboard from "clipboard";
const items = ref([])
const total = ref(0)
const page = ref(1)
const pageSize = ref(10)
const pageSize = ref(12)
const loading = ref(true)
onMounted(() => {