From 078552181aa7f3f88fee512c1839ea49bd66a1a8 Mon Sep 17 00:00:00 2001 From: "2358328281@qq.com" <邮箱地址> Date: Sun, 21 Jun 2026 00:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/orders/list.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/admin/orders/list.vue b/src/views/admin/orders/list.vue index b1f2964..bcde80b 100644 --- a/src/views/admin/orders/list.vue +++ b/src/views/admin/orders/list.vue @@ -345,9 +345,9 @@ :placeholder="$t('placeholder.name')" /> - + { colorTag: "#667eea", description: "", submitter: "", - createat: "", + createdat: "", files: [], }); quickFormRef.value?.clearValidate(); @@ -800,7 +800,7 @@ const resetQuickForm = () => { const openQuick = () => { // 打开弹窗时自动填入当前时间作为提交时间默认值 - quickForm.createat = nowDatetime(); + quickForm.createdat = nowDatetime(); quickVisible.value = true; };