Добавлена фиксация заголовков таблиц-редакторов операции

This commit is contained in:
goodmice 2022-04-28 09:30:17 +05:00
parent 30f33e4076
commit 09ebdd5b46

View File

@ -132,6 +132,7 @@ export const WellOperationsEditor = memo(({ idType, showNpt, ...other }) => {
bordered bordered
size={'small'} size={'small'}
columns={columns} columns={columns}
sticky={true}
dataSource={operations} dataSource={operations}
onRowAdd={hasPermission('WellOperation.edit') && makeActionHandler('insertRange', handlerProps, recordParser, 'Добавление операции по скважине')} onRowAdd={hasPermission('WellOperation.edit') && makeActionHandler('insertRange', handlerProps, recordParser, 'Добавление операции по скважине')}
onRowEdit={hasPermission('WellOperation.edit') && makeActionHandler('update', handlerProps, recordParser, 'Редактирование операции по скважине')} onRowEdit={hasPermission('WellOperation.edit') && makeActionHandler('update', handlerProps, recordParser, 'Редактирование операции по скважине')}