tangning 7 달 전
부모
커밋
f65ff68902
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
       },