|
|
@@ -3477,7 +3477,8 @@ export default function IsolationWork({ subMenu }: IsolationWorkProps) {
|
|
|
{
|
|
|
title: t('table.urgencyLevel'),
|
|
|
dataIndex: 'urgencyLevel',
|
|
|
- minWidth: '250px',
|
|
|
+ minWidth: '150px',
|
|
|
+ width: '150px',
|
|
|
align: 'center',
|
|
|
render: (urgencyLevel: string | number | undefined, record: WorkJobVO) => {
|
|
|
const urgencyValue = urgencyLevel || record.urgency || record.urgencyLevel;
|