Browse Source

???

lihuilin/feature-20250623164044-金币前端
zry 1 week ago
parent
commit
fa97fb9665
  1. 14
      src/views/usergold/clientCountDetail.vue

14
src/views/usergold/clientCountDetail.vue

@ -8,7 +8,7 @@ import moment from 'moment'
import API from '@/util/http'
import { writeFile, utils } from 'xlsx'
//
// aaaaaaaaaaaaaaaaaaaaa
const adminData = ref({})
const getAdminData = async function () {
try {
@ -479,13 +479,13 @@ const handleCurrentChange = function (val) {
}
//
const activeTab = ref('detailY')
// //
// const activeTab = ref('detailY')
//
const changeTab = (tabName) => {
activeTab.value = tabName
}
// //
// const changeTab = (tabName) => {
// activeTab.value = tabName
// }
//
onMounted(async function () {

Loading…
Cancel
Save