店铺详情多一个空页面问题处理

This commit is contained in:
Chopper
2022-08-29 16:17:25 +08:00
parent f58500c4e3
commit 5dc5cce96b

View File

@@ -444,7 +444,7 @@ export default {
addSettlementBtn: true, // 添加结算日按钮
day: 1, //结算日
tabName: "base", // tab栏name值
tabNameList: ["base", "entry", "category", "send", "settlement"], // tab栏name值数组
tabNameList: ["base", "entry", "category", "settlement"], // tab栏name值数组
shopValidate: {
// 表单验证规则
memberName: [{ required: true, message: "会员不能为空" }],