diff --git a/fuintAdmin_zt/src/views/components/Service/index.vue b/fuintAdmin_zt/src/views/components/Service/index.vue
index 1a3f72f55..1015e7ca9 100644
--- a/fuintAdmin_zt/src/views/components/Service/index.vue
+++ b/fuintAdmin_zt/src/views/components/Service/index.vue
@@ -36,10 +36,6 @@
-
交易金额汇总数(万元)/交易笔数
-
{{ orderStatistics.payMoney?(orderStatistics.payMoney/10000).toFixed(4):0 }}/{{orderStatistics.count}}
+
交易金额汇总数(元)/交易笔数
+
{{ orderStatistics.payMoney?(orderStatistics.payMoney).toFixed(2):0 }}/{{orderStatistics.count}}
退款金额(元)/退款笔数
diff --git a/fuintAdmin_zt/src/views/setting/app/index.vue b/fuintAdmin_zt/src/views/setting/app/index.vue
index 80fd902b6..e529824be 100644
--- a/fuintAdmin_zt/src/views/setting/app/index.vue
+++ b/fuintAdmin_zt/src/views/setting/app/index.vue
@@ -147,8 +147,8 @@
- 提交
取消
+ 提交
diff --git a/fuintAdmin_zt/src/views/setting/sysLog.vue b/fuintAdmin_zt/src/views/setting/sysLog.vue
index 2106fddea..8a9bab34f 100644
--- a/fuintAdmin_zt/src/views/setting/sysLog.vue
+++ b/fuintAdmin_zt/src/views/setting/sysLog.vue
@@ -253,12 +253,7 @@ export default {
},
handleClick2() {
- console.log("111111111111111")
- if (this.activeindex == 0){
- this.queryParams.systemName ='1'
- }else {
- this.queryParams.systemName ='2'
- }
+
this.queryParams = {
page: 1,
@@ -266,14 +261,19 @@ export default {
bannerName:'',
systemPosition:'',
bannerStatus:'',
- },
-
+ }
+ if (this.activeindex == 0){
+ this.queryParams.systemName ='1'
+ }else {
+ this.queryParams.systemName ='2'
+ }
this.getList()
},
getList(){
this.queryParams.current = this.queryParams.page
+ console.log('请求参数',this.queryParams)
getListApi(this.queryParams).then(res=>{
this.tableData = res.data.records;
this.total = res.data.total