Jelajahi Sumber

修改问题

tangning 2 tahun lalu
induk
melakukan
940e1551d2
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/views/scenes/list.vue

+ 2 - 2
src/views/scenes/list.vue

@@ -50,13 +50,13 @@
                   {
                   {
                     label: '复制',
                     label: '复制',
                     //disabled:!(record.status == 1 || (record.status == -2 && record.payStatus == 1)),
                     //disabled:!(record.status == 1 || (record.status == -2 && record.payStatus == 1)),
-                    //ifShow:getCheckRole('scenes-copy'),
+                    ifShow:getCheckRole('super'),
                     onClick: handleCopy.bind(null, record),
                     onClick: handleCopy.bind(null, record),
                   },
                   },
                   {
                   {
                     label: '迁移',
                     label: '迁移',
                     //disabled:!(record.status == 1 || record.status == -2),
                     //disabled:!(record.status == 1 || record.status == -2),
-                    //ifShow:getCheckRole('scenes-move'),
+                    ifShow:getCheckRole('super'),
                     onClick: handleMove.bind(null, record),
                     onClick: handleMove.bind(null, record),
                   },
                   },
                   // {
                   // {