forked from ddrilling/asb_cloud_front
Стилистические изменения Дела скважины
This commit is contained in:
parent
6588e3accb
commit
9017ddf835
@ -127,6 +127,7 @@ export const WellCaseEditor = memo(({ categories: currentCategories, show, onClo
|
||||
<div className={'well-case-editor'}>
|
||||
<div className={'category-list'}>
|
||||
<AutoComplete
|
||||
allowClear
|
||||
options={catOptions}
|
||||
onSearch={(searchText) => setCatSearchText(searchText)}
|
||||
onSelect={onAddCategory}
|
||||
|
@ -81,11 +81,18 @@ const WellCase = memo(() => {
|
||||
type={'info'}
|
||||
className={'customer-block'}
|
||||
showIcon
|
||||
message={'Вы назначены заказчиком на скважину, вам доступно редактирование ответственных.'}
|
||||
message={'Вам доступно редактирование ответственных.'}
|
||||
action={<Button onClick={() => setShowEdit(true)}>Редактировать</Button>}
|
||||
/>
|
||||
)}
|
||||
<Table bordered size={'small'} dataSource={categories} columns={columns} expandable={expandable} />
|
||||
<Table
|
||||
bordered
|
||||
size={'small'}
|
||||
columns={columns}
|
||||
pagination={false}
|
||||
dataSource={categories}
|
||||
expandable={expandable}
|
||||
/>
|
||||
</LoaderPortal>
|
||||
<WellCaseEditor categories={categories} show={showEdit} onClose={onEditClose} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user