From 543204d3e9844c094e961be9e217f8863167e260 Mon Sep 17 00:00:00 2001 From: hongxilin <17663930442@163.com> Date: Fri, 6 Dec 2024 11:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E7=9A=84=E9=80=89=E9=A1=B9=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/gold-system/src/views/audit/rechargeAudit.vue | 3 ++ vue/gold-system/src/views/audit/refundAudit.vue | 3 ++ vue/gold-system/src/views/consume/allConsume.vue | 3 ++ .../src/views/recharge/adminRecharge.vue | 6 ++-- vue/gold-system/src/views/recharge/allRecharge.vue | 6 ++-- vue/gold-system/src/views/refund/allRefund.vue | 3 ++ vue/gold-system/src/views/usergold/index.vue | 2 +- vue/gold-system/src/views/workspace/index.vue | 37 +++++++++++----------- 8 files changed, 38 insertions(+), 25 deletions(-) diff --git a/vue/gold-system/src/views/audit/rechargeAudit.vue b/vue/gold-system/src/views/audit/rechargeAudit.vue index fd51ff2..6af8a2b 100644 --- a/vue/gold-system/src/views/audit/rechargeAudit.vue +++ b/vue/gold-system/src/views/audit/rechargeAudit.vue @@ -391,6 +391,7 @@ onMounted(async function () { placeholder="请选择活动名称" size="large" style="width: 240px" + clearable > 活动名称: + style="width: 240px" clearable> @@ -292,7 +292,7 @@ onMounted(async function () {
支付方式: + style="width: 240px" clearable> @@ -303,7 +303,7 @@ onMounted(async function () {
所属地区: + style="width: 240px" clearable>
diff --git a/vue/gold-system/src/views/recharge/allRecharge.vue b/vue/gold-system/src/views/recharge/allRecharge.vue index a7a971b..7793814 100644 --- a/vue/gold-system/src/views/recharge/allRecharge.vue +++ b/vue/gold-system/src/views/recharge/allRecharge.vue @@ -251,7 +251,7 @@ onMounted(async function () {
活动名称: + style="width: 240px" clearable> @@ -261,7 +261,7 @@ onMounted(async function () {
支付方式: + style="width: 240px" clearable> @@ -272,7 +272,7 @@ onMounted(async function () {
所属地区: + style="width: 240px" clearable>
diff --git a/vue/gold-system/src/views/refund/allRefund.vue b/vue/gold-system/src/views/refund/allRefund.vue index 527fa01..30fbaae 100644 --- a/vue/gold-system/src/views/refund/allRefund.vue +++ b/vue/gold-system/src/views/refund/allRefund.vue @@ -287,6 +287,7 @@ getGoods(); placeholder="请选择退款类型" size="large" style="width: 240px" + clearable >
更新类型: - +
diff --git a/vue/gold-system/src/views/workspace/index.vue b/vue/gold-system/src/views/workspace/index.vue index 14a93af..0a687c4 100644 --- a/vue/gold-system/src/views/workspace/index.vue +++ b/vue/gold-system/src/views/workspace/index.vue @@ -4,6 +4,7 @@ import { ref, onMounted, reactive, computed } from "vue"; import { VscInfo } from 'vue-icons-plus/vsc' import { Bs1CircleFill, Bs2CircleFill, Bs3CircleFill, Bs4Circle, Bs5Circle, Bs6Circle, Bs7Circle, Bs8Circle } from 'vue-icons-plus/bs' import axios, { all } from 'axios'; +import API from "../../api/index"; // 变量 // 加载对象 @@ -96,28 +97,28 @@ const list = ref([]); const get = async function () { try { // 发送POST请求 - const result1 = await axios.post('http://192.168.8.147:10070/statistics/getSumCoin'); - const result2 = await axios.post('http://192.168.8.174:10070/statistics/a'); - const result3 = await axios.post('http://192.168.8.147:10070/statistics/getYearConsumeCoin'); - const result4 = await axios.post('http://192.168.8.147:10070/statistics/getDayConsumeCoin'); - const result5 = await axios.post('http://192.168.8.147:10070/statistics/getMediumAreaPay'); - const result6 = await axios.post('http://192.168.8.147:10070/statistics/getMediumAreaConsume'); - const result7 = await axios.post('http://192.168.8.147:10070/statistics/getMediuPayCoin'); - const result8 = await axios.post('http://192.168.8.147:10070/statistics/getMediuConsumeCoin'); - const result9 = await axios.post('http://192.168.8.174:10070/statistics/b'); + const result1 = await API.post('http://192.168.8.93:10040/statistics/getSumCoin'); + const result2 = await API.post('http://192.168.8.93:10040/statistics/a'); + const result3 = await API.post('http://192.168.8.93:10040/statistics/getYearConsumeCoin'); + const result4 = await API.post('http://192.168.8.93:10040/statistics/getDayConsumeCoin'); + const result5 = await API.post('http://192.168.8.93:10040/statistics/getMediumAreaPay'); + const result6 = await API.post('http://192.168.8.93:10040/statistics/getMediumAreaConsume'); + const result7 = await API.post('http://192.168.8.93:10040/statistics/getMediuPayCoin'); + const result8 = await API.post('http://192.168.8.93:10040/statistics/getMediuConsumeCoin'); + const result9 = await API.post('http://192.168.8.93:10040/statistics/b'); // 将响应结果存储到响应式数据中 - getSumCoin.value = result1.data.data; - statistics.value = result2.data.data; - getYearConsumeCoin.value = result3.data.data; - getDayConsumeCoin.value = result4.data.data; - getMediumAreaPay.value = result5.data.data; + getSumCoin.value = result1.data; + statistics.value = result2.data; + getYearConsumeCoin.value = result3.data; + getDayConsumeCoin.value = result4.data; + getMediumAreaPay.value = result5.data; areaSizePay.value = getMediumAreaPay.value.length; - getMediumAreaConsume.value = result6.data.data; + getMediumAreaConsume.value = result6.data; areaSizeConsume.value = getMediumAreaConsume.value.length; - getMediuPayCoin.value = result7.data.data; - getMediuConsumeCoin.value = result8.data.data; - platformData.value = result9.data.data; + getMediuPayCoin.value = result7.data; + getMediuConsumeCoin.value = result8.data; + platformData.value = result9.data; console.log('getSumCoin', getSumCoin.value);