diff --git a/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts b/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts index a744248..64fb646 100644 --- a/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts +++ b/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts @@ -46,6 +46,13 @@ export const HrPuncherdata108 = useCrudSchemas(reactive([ field: 'ivalue', sort: 'custom', isSearch: false, + // formatter: (row,column, cellValue) => { + // const hourTime = parseInt(time.slice(0,2)); + // const minuteTime = parseInt(time.slice(3,5)); + // const secondTime = parseInt(time.slice(6,8)); + // return hourTime*3600+minuteTime*60+secondTime; + + // }, }, { label: '仪表的编号', diff --git a/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue b/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue index e180c75..1d5366f 100644 --- a/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue +++ b/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue @@ -29,10 +29,14 @@ > + +