tangning hai 7 meses
pai
achega
f65ff68902
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/productOperation/data.ts

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

@@ -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,
       },