tangning 3 mesi fa
parent
commit
0cee6eebb1
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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'
+          : '架站式';
       },
     },
     {