tangning 1 년 전
부모
커밋
dd5ee44719
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/productOperation/modal/detailModal.vue

+ 1 - 1
src/views/productOperation/modal/detailModal.vue

@@ -299,7 +299,7 @@
         updateSchema([
           {
             field: 'isEmpower',
-            ifShow: setData.isAuthor == 1,
+            ifShow: false,
             componentProps: {
               options: setOption(),
             },