tangning hace 1 año
padre
commit
dd5ee44719
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(),
             },