Kaynağa Gözat

com btn permission

changjiaming 5 ay önce
ebeveyn
işleme
ce9e5ac215

+ 3 - 3
src/views/enterpriseManagement/signComTable.js

@@ -68,9 +68,9 @@ export default {
                 category: 'comUrlDetail'
               }
             ]
-            if(!row.authStatus) {
-              btnList.splice(-2)
-            }
+            // if(!row.authStatus) {
+            //   btnList.splice(-2)
+            // }
             const options = btnList.map(item => {
               let str = item.svgIcon ? 
                 <svg-icon icon-class={item.svgIcon} style="width: 16px; height: 16px;" />