Explorar el Código

Merge pull request #620 from jetlinks/next-wzy

fix: bug
孙超 hace 3 años
padre
commit
8c4edf52ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/device/Firmware/Task/index.tsx

+ 1 - 0
src/pages/device/Firmware/Task/index.tsx

@@ -115,6 +115,7 @@ const Task = observer(() => {
       ellipsis: true,
       hideInSearch: true,
       dataIndex: 'progress',
+      renderText: (text) => <>{text}%</>,
       // valueType: 'digit',
     },
     {