wzyyy 3 năm trước cách đây
mục cha
commit
562b447154

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

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