From f5b2ddffb4ae2e771e97009666c7518ce149c6a0 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 16 Oct 2024 21:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/store/modules/EditForm.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/store/modules/EditForm.vue b/src/views/store/modules/EditForm.vue index f92e24c..5652b0c 100644 --- a/src/views/store/modules/EditForm.vue +++ b/src/views/store/modules/EditForm.vue @@ -42,6 +42,9 @@ v-decorator="['effective_time', { rules: [{ required: true, message: '请选择商城到期时间' }] }]" /> + + + @@ -104,6 +107,7 @@ export default { 'is_update_zy_goods_price', 'is_show_open_shop_buttun', 'effective_time', + 'limit_open_store_num' ]) ) })