李志伟 3 年 前
コミット
9a808bfa0b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/machineryMap/index.jsx

+ 1
- 1
src/pages/machineryMap/index.jsx ファイルの表示

@@ -99,7 +99,7 @@ export default withLayout((props) => {
99 99
           id: index,
100 100
           longitude: locList[index % 10].longitude,
101 101
           latitude: locList[index % 10].latitude,
102
-          iconPath: item.status == 0 ? m3 : (item.jobStatus || item.jobStatus == 3) ? m2 : m1,
102
+          iconPath: item.status == 0 ? m3 : (!item.jobStatus || item.jobStatus == 3) ? m2 : m1,
103 103
           width: 50,
104 104
           height: 50
105 105
         }