From cd5be13bd8889bee076a06c83530e2b0cace5027 Mon Sep 17 00:00:00 2001 From: dzl <786316265@qq.com> Date: Wed, 22 Oct 2025 17:26:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=95=86=E5=93=81=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ProductForm.vue | 2 +- src/views/Products.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ProductForm.vue b/src/views/ProductForm.vue index 6043891..b0f8a7f 100644 --- a/src/views/ProductForm.vue +++ b/src/views/ProductForm.vue @@ -768,7 +768,7 @@ const form = reactive({ payment_methods: ['points'], description: '', details: '', - status: 'inactive', + status: 'pending', free_shipping: false }) diff --git a/src/views/Products.vue b/src/views/Products.vue index 021b598..38018de 100644 --- a/src/views/Products.vue +++ b/src/views/Products.vue @@ -109,6 +109,7 @@ 规格管理