1
0
Просмотр исходного кода

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

shylock 3 дней назад
Родитель
Сommit
32aff9cabf
1 измененных файлов с 1 добавлено и 1 удалено
  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}℃`;
       },
     },
     {