Explorar o código

fix(compiler): 售后管理修改bug

shylock hai 3 días
pai
achega
32aff9cabf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/AfterSales/AfterSalesManagement/index.tsx

+ 1 - 1
src/pages/AfterSales/AfterSalesManagement/index.tsx

@@ -230,7 +230,7 @@ const BannerManagement: React.FC = () => {
       dataIndex: 'temperature',
       key: 'temperature',
       render: (_, record: any) => {
-        return `${record.set_temp}℃`;
+        return `${record.temperature}℃`;
       },
     },
     {