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' ]) ) })