From cc1a2c808913bb5cc5876245d31c47f40cf9b274 Mon Sep 17 00:00:00 2001 From: donghaolin <17667510818@163.com> Date: Sat, 14 Dec 2024 11:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E6=98=AF=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=87=91=E5=B8=81=E6=98=8E=E7=BB=86=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=98=BE=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/gold-system/src/views/usergold/index.vue | 36 ++++++++++++++++++---------- 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/vue/gold-system/src/views/usergold/index.vue b/vue/gold-system/src/views/usergold/index.vue index e4b3f22..9542808 100644 --- a/vue/gold-system/src/views/usergold/index.vue +++ b/vue/gold-system/src/views/usergold/index.vue @@ -2,6 +2,7 @@ import { ref, onMounted, reactive, computed } from "vue"; import ElementPlus from "element-plus"; import axios from "axios"; +import moment from "moment"; import { ta } from "element-plus/es/locales.mjs"; import API from "../../api/index.js"; @@ -46,7 +47,7 @@ const updateType = [ //表格高度 const tableHeight = computed(function () { - return getObj.value.pageSize * 50 + "px"; + return (getObj.value.pageSize + 2) * 38 + "px"; }); // 方法 @@ -93,7 +94,7 @@ const get = async function (val) { rechargeCoin.value = 0; freeCoin.value = 0; taskCoin.value = 0; - for(let i=0;i
- - - - + + + + - - - - - - + + + + + + + +