diff --git a/src/utils/constants.js b/src/utils/constants.js
index ac2d582..430928d 100644
--- a/src/utils/constants.js
+++ b/src/utils/constants.js
@@ -155,11 +155,15 @@ export const ConfigKey = {
NOVERIFY_WITHDRAW_SINGLE: "noverify.withdraw.single", // 提现单笔免审核额度(元)
RECHARGE_MIN_SERVICE: "recharge.min.service", // 充值最低服务费(元)
ORDER_AUTO_CLOSE_CD: "order.auto.close.cd", // 订单自动关闭冷却时间(分)
+ ARRIVAL_DELAY: "arrival.delay", // 充值到账延迟时间(小时)
SS_LICENCE_USER_ID: "ss.licence.user.id", // 用户协议文章ID
SS_LICENCE_PRIVACY_ID: "ss.licence.privacy.id", // 隐私政策文章ID
SS_LICENCE_ABOUT_ID: "ss.licence.about.id", // 关于我们文章ID
SS_LICENCE_MCH_ID: "ss.licence.mch.id", // 商户协议文章ID
SS_LICENCE_COLLECTION_ID: "ss.licence.collection.id", // 个人信息收集清单文章ID
+ RISK_WITHDRAW_ENABLED: "risk.withdraw.enabled", // 是否开启提现风控
+ RISK_WITHDRAW_TIME: "risk.withdraw.time", // 风控订单和提现相隔时长(分钟)
+ RISK_WITHDRAW_COUNT: "risk.withdraw.count", // 提现风控累计风险次数
}
// 用户类型
diff --git a/src/views/ss/store/index.vue b/src/views/ss/store/index.vue
index 06cce9a..eca5ba5 100644
--- a/src/views/ss/store/index.vue
+++ b/src/views/ss/store/index.vue
@@ -104,11 +104,16 @@
-
+
{{d.row.businessTimeStart}} 至 {{d.row.businessTimeEnd}}
+
+
+
+
+
{{d.row.province}}{{d.row.city}}{{d.row.county}}{{d.row.address}}
@@ -182,7 +187,7 @@
-
+
@@ -209,6 +214,9 @@
placeholder="请选择营业时间范围">
+
+
+
@@ -255,12 +263,13 @@ import { parseTime } from '../../../utils/ruoyi'
import { $view } from '@/utils/mixins'
import UserLink from '@/components/Business/SmUser/UserLink.vue'
import StoreLink from '@/components/Business/Store/StoreLink.vue'
+import BooleanTag from '@/components/BooleanTag/index.vue'
export default {
name: "Store",
mixins: [$view],
dicts: ['ss_store_type', 'store_status'],
- components: { StoreLink, UserLink, AreaTextSelect, PlaceSearchDialog, UserInput, SmUserSelect },
+ components: { BooleanTag, StoreLink, UserLink, AreaTextSelect, PlaceSearchDialog, UserInput, SmUserSelect },
props: {
query: {
type: Object,
@@ -401,7 +410,8 @@ export default {
updateTime: null,
updateBy: null,
deleted: null,
- show: true
+ show: true,
+ useOutTime: true
};
this.resetForm("form");
},
diff --git a/src/views/ss/suit/component/SuitEditDialog.vue b/src/views/ss/suit/component/SuitEditDialog.vue
index 0be34aa..a3fc0db 100644
--- a/src/views/ss/suit/component/SuitEditDialog.vue
+++ b/src/views/ss/suit/component/SuitEditDialog.vue
@@ -50,7 +50,7 @@
-
+
度
diff --git a/src/views/system/config/group.vue b/src/views/system/config/group.vue
index 3ac3ce2..bd33e52 100644
--- a/src/views/system/config/group.vue
+++ b/src/views/system/config/group.vue
@@ -6,10 +6,15 @@
+
提现
+ 风控
+
+
+