From 28669a0b4ef11ee03c4647fc0cb48126e0a5400e Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 28 Dec 2023 11:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E8=BD=A7108=E7=A9=BF=E5=AD=94?= =?UTF-8?q?=E6=9C=BA=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrpuncherdata108/hrPuncherdata108.data.ts | 18 ++- src/views/tjanalysis/rzcjinfo/index.vue | 142 ++++++++++++++++++ 2 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 src/views/tjanalysis/rzcjinfo/index.vue diff --git a/src/views/pszc/hrpuncherdata108/hrPuncherdata108.data.ts b/src/views/pszc/hrpuncherdata108/hrPuncherdata108.data.ts index 08037bb..4d2ea33 100644 --- a/src/views/pszc/hrpuncherdata108/hrPuncherdata108.data.ts +++ b/src/views/pszc/hrpuncherdata108/hrPuncherdata108.data.ts @@ -89,7 +89,7 @@ export const HrPuncherdata108 = useCrudSchemas(reactive([ } }, { - label: '创建时间', + label: '开始时间', field: 'createTime', sort: 'custom', formatter: dateFormatter, @@ -103,6 +103,22 @@ export const HrPuncherdata108 = useCrudSchemas(reactive([ } }, isForm: false, + }, + { + label: '结束时间', + field: 'updateTime', + sort: 'custom', + formatter: dateFormatter, + isSearch: true, + search: { + component: 'DatePicker', + componentProps: { + valueFormat: 'YYYY-MM-DD HH:mm:ss', + type: 'daterange', + defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] + } + }, + isForm: false, } // , // { diff --git a/src/views/tjanalysis/rzcjinfo/index.vue b/src/views/tjanalysis/rzcjinfo/index.vue new file mode 100644 index 0000000..131b23e --- /dev/null +++ b/src/views/tjanalysis/rzcjinfo/index.vue @@ -0,0 +1,142 @@ + + + + + +