tangning 4 tháng trước cách đây
mục cha
commit
0cee6eebb1
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/productOperation/data.ts

+ 3 - 1
src/views/productOperation/data.ts

@@ -394,7 +394,9 @@ export const getColumns = (val) => {
       ifShow: isobj || val == 8,
       width: 120,
       customRender: ({ record }) => {
-        return record.location == 5 || record.location == 6 ? 'Slam' : '架站式';
+        return record.location == 5 || record.location == 6 || record.location == 8
+          ? 'Slam'
+          : '架站式';
       },
     },
     {