@@ -33,7 +33,7 @@ export const getSchemas = (val, userName) => {
field: 'snCode',
label: 'SN码',
component: 'Input',
- ifShow: val != 57 || val != 58,
+ ifShow: val != 57 && val != 58,
componentProps: {
maxLength: 100,
},