From 5dc5cce96b60ccb8c6b0070fbad4967115ea9af9 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 29 Aug 2022 16:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=AF=A6=E6=83=85=E5=A4=9A?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E7=A9=BA=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/seller/shop/shopOperation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/views/seller/shop/shopOperation.vue b/manager/src/views/seller/shop/shopOperation.vue index ae3bf67f..bb3335b9 100644 --- a/manager/src/views/seller/shop/shopOperation.vue +++ b/manager/src/views/seller/shop/shopOperation.vue @@ -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: "会员不能为空" }],