Переглянути джерело

调整作业管理的紧急程度列宽

pm 2 місяців тому
батько
коміт
2c035f8807
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/IsolationWork.tsx

+ 1 - 1
src/components/IsolationWork.tsx

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