Explorar el Código

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

pm hace 2 meses
padre
commit
2c035f8807
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;