|
@@ -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'
|
|
|
+ : '架站式';
|
|
|
},
|
|
|
},
|
|
|
{
|