{
+ merchantWalletLog.listInfo(this.addSESDateRange(this.queryParams, this.dateRange)).then(response => {
this.otcCoinList = response.rows;
this.total = Number(response.total);
this.loading = false;
@@ -200,8 +177,6 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;
- // let changeAmount;
- // this.queryParams.changeAmount ? changeAmount = this.NumberMul(this.queryParams.changeAmount, 100) : changeAmount = null
this.getList();
},
/** 重置按钮操作 */
diff --git a/src/views/otc/otcStore/index.vue b/src/views/otc/otcStore/index.vue
index d8605f6..5c0e2eb 100644
--- a/src/views/otc/otcStore/index.vue
+++ b/src/views/otc/otcStore/index.vue
@@ -33,39 +33,27 @@
-
+
- {{ parseFloat(NumberDiv(scope.row.balance, 100)).toFixed(2) }}
+ {{ scope.row.balance }}
- {{ parseFloat(NumberDiv(scope.row.frozenAmount, 100)).toFixed(2) }}
+ {{ scope.row.frozenAmount }}
-
-
- {{ parseFloat(NumberDiv(scope.row.applicableAmount, 100)).toFixed(2) }}
-
-
-
-
-
- {{ parseFloat(NumberDiv(scope.row.securityDepositAmount, 100)).toFixed(2) }}
-
-
+ :inactive-value="0" @change="switchStatusChange(scope.row, 'status')">
@@ -93,23 +81,23 @@
- 商户删除
+ 商户删除
登录密码
+ style="color: #006eff">登录密码
支付密码
+ style="color: #006eff">支付密码
- 余额
+ 余额
- 编辑
- 风控
+ 编辑
+ 风控
费率
@@ -262,20 +250,20 @@
-
+
-
+
@@ -289,7 +277,7 @@
保 存
取 消
-
+ -->
@@ -355,7 +343,7 @@
- {{ form.pMerchantPayIn.merchantRate }} %
+ {{ form.pMerchantPayOut.merchantRate }} %
- {{ form.pMerchantPayOut.merchantRate }} %
+ {{ form.pMerchantPayIn.merchantRate }} %
- {{ NumberDiv(form.pMerchantPayIn.merchantSingle,100) }}
+ {{ form.pMerchantPayIn.merchantSingle }}
- {{ NumberDiv(form.pMerchantPayOut.merchantSingle,100) }}
+ {{ form.pMerchantPayOut.merchantSingle }}
-
-
-
-
+
+
+
+