This commit is contained in:
学习很差啦
2022-08-30 09:06:29 +08:00
2 changed files with 74 additions and 25 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: "会员不能为空" }],