Parcourir la source

修复紧急程度列

pm il y a 2 mois
Parent
commit
5a6ff9ad46
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;