From 75917c2e5beadd0e5d5a804de5151e62e7034782 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 28 Sep 2024 20:23:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task-management/all-work-order/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/task-management/all-work-order/index.vue b/src/views/task-management/all-work-order/index.vue index 367edee..9290efe 100644 --- a/src/views/task-management/all-work-order/index.vue +++ b/src/views/task-management/all-work-order/index.vue @@ -82,7 +82,7 @@ const searchConfig = reactive([ }, { label: '创建日期', - prop: 'createTime', + prop: 'createdTime', props: { placeholder: '请选择', type: 'datetime', @@ -186,7 +186,7 @@ const tableConfig = reactive({ align: 'center' }, { - prop: 'createTime', + prop: 'createdTime', label: '创建时间', align: 'center', width: 200