店铺详情多一个空页面问题处理
parent
f58500c4e3
commit
5dc5cce96b
|
@ -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: "会员不能为空" }],
|
||||
|
|
Loading…
Reference in New Issue