소스 검색

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

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;