소스 검색

修复紧急程度列

pm 2 달 전
부모
커밋
5a6ff9ad46
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/IsolationWork.tsx

+ 2 - 1
src/components/IsolationWork.tsx

@@ -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;