Parcourir la source

设计看板-修改权限

朱鑫波 il y a 1 an
Parent
commit
06765fef5b

+ 7 - 5
src/views/modules/Statistics/designerReport/designIndex.vue

@@ -290,11 +290,13 @@
       :gutter="24"
       style="margin-top: 20px"
       v-if="
-        !(
-          userInfo().roleName == '剪辑' ||
-          userInfo().roleName == '拍摄' ||
-          userInfo().roleName == '策划'
-        )
+          userInfo().id == '4aba62011120ac565c7f2b9f8f4aa96b'||
+          userInfo().id == 'b161b7d9793942f980dbfe8c931cd1b0'||
+          userInfo().id == '228c45f913924639bf20c79ce5dadb16'||
+          userInfo().id == 'a6abfea0f27843bf8595a234410afb04'||
+          userInfo().id == 'e9d527b2b6854a1ea0cc3167fc6a27d0'||
+          userInfo().id == 'e9ca23d68d884d4ebb19d07889727dae'||
+          userInfo().id == 'cf91a54ef9064624a0a819f4b28bdaa6'
       "
     >
       <a-col :xl="24">

+ 7 - 0
src/views/modules/stockWatch/modules/new-keepManage/new-keep-data.js

@@ -235,6 +235,13 @@ class keepPersonServer {
             //     align: 'center',
 
             // },
+            {
+                title: '版位数据',
+                dataIndex: 'inventory',
+                tip: '',
+                align: 'center',
+
+            },
         ]
     }