diff --git a/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts b/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts index ed53984..a744248 100644 --- a/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts +++ b/src/views/pszc/hrpuncherdata108/operationtimedata108/hrPuncherdata108.data.ts @@ -23,12 +23,12 @@ export const HrPuncherdata108 = useCrudSchemas(reactive([ }, { label: '数据点名称', - field: 'icode', + field: 'iname', isTable: true, // formatter: (_: Recordable, __: TableColumn, cellValue: number) => { // return sjdList1.find((obj) => obj.value === cellValue)?.label // }, - dictType: DICT_TYPE.pszc_hr_puncherdata108, + // dictType: DICT_TYPE.pszc_hr_puncherdata108, search: { show: true, component: 'Select', diff --git a/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue b/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue index 9fe555a..e180c75 100644 --- a/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue +++ b/src/views/pszc/hrpuncherdata108/operationtimedata108/index.vue @@ -27,6 +27,12 @@ v-model:currentPage="tableObject.currentPage" v-model:sort="tableObject.sort" > + +