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
- - - - + + + + - - - - - - + + + + + + + +