diff --git a/src/App.vue b/src/App.vue index 300a8ea..5bc2aaf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,37 +38,72 @@ export default { + \ No newline at end of file diff --git a/src/views/configuration/daifuConfig.vue b/src/views/configuration/daifuConfig.vue index e65d445..041924f 100644 --- a/src/views/configuration/daifuConfig.vue +++ b/src/views/configuration/daifuConfig.vue @@ -37,14 +37,14 @@
- 默认禁用,启用后代付单可以拆分多比子单 + 默认不可拆单,启用后可拆分多笔子单
- 默认禁用,启用后代付单创建后默认可抢单 + 默认不可抢单,启用后可抢单
diff --git a/src/views/configuration/daishouConfig.vue b/src/views/configuration/daishouConfig.vue index 16af662..c72f2df 100644 --- a/src/views/configuration/daishouConfig.vue +++ b/src/views/configuration/daishouConfig.vue @@ -31,6 +31,9 @@ style="width: 560px;border-color: #E6F1FF;"> +
+ 订单有效期过后{{form.orderAmountUnfreezeTime}}分钟解冻 +
- +
搜索 重置 + 删除 + 清空 + 解锁 + 导出 @@ -43,7 +51,7 @@ -
+
diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 00952b4..cd4bb63 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -33,17 +33,23 @@ - +
搜索 重置 + 删除 + 清空 + 导出
-
+
diff --git a/src/views/order/TransferOrder/daifuSonOrder.vue b/src/views/order/TransferOrder/daifuSonOrder.vue index ebe3ec5..3a45129 100644 --- a/src/views/order/TransferOrder/daifuSonOrder.vue +++ b/src/views/order/TransferOrder/daifuSonOrder.vue @@ -136,8 +136,7 @@ : scope.row.orderStatus == 4 ? '驳回' : scope.row.orderStatus == 5 ? '已撤销' : '已关闭' }} - - + --> + + diff --git a/src/views/order/TransferOrder/index.vue b/src/views/order/TransferOrder/index.vue index dd09880..4e74973 100644 --- a/src/views/order/TransferOrder/index.vue +++ b/src/views/order/TransferOrder/index.vue @@ -515,6 +515,9 @@ export default { }, methods: { tableRowClassName({ row, rowIndex }) { + if(row.payeeRealAmount!=row.reqAmount&&row.orderStatus == 2){ + return "blueOrder"; + } if (row.orderStatus == 3) { return "redOrder"; } @@ -737,6 +740,9 @@ export default { };