diff --git a/src/views/usergold/clientCountDetail.vue b/src/views/usergold/clientCountDetail.vue index cf07e03..7256755 100644 --- a/src/views/usergold/clientCountDetail.vue +++ b/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 () {