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 @@
油站联系方式:
{{ seeFrom.phone }}
-
-
油站ID:
-
{{ seeFrom.id }}
-
油站创建时间:
{{ parseTime(seeFrom.createTime) }}
@@ -87,10 +83,6 @@ - - {{ from.id }} - - diff --git a/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/tab/paytype.vue b/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/tab/paytype.vue index 6ddc1bc5e..2153d8b95 100644 --- a/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/tab/paytype.vue +++ b/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/tab/paytype.vue @@ -49,8 +49,8 @@
{{ orderStatistics.storeId?orderStatistics.storeId:0 }}/{{orderStatistics.sumOil}}
-
交易金额汇总数(万元)/交易笔数
-
{{ 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