merge code

This commit is contained in:
paulGao
2022-09-01 18:20:22 +08:00
parent 41ea3b7a88
commit 2b433cf1e8
3 changed files with 3 additions and 2 deletions

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: "会员不能为空" }],