Browse Source

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

shylock 3 days ago
parent
commit
32aff9cabf
1 changed files with 1 additions and 1 deletions
  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}℃`;
       },
     },
     {