tangning 2 months ago
parent
commit
f2173f5b89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productOperation/viewKankan.vue

+ 1 - 1
src/views/productOperation/viewKankan.vue

@@ -42,7 +42,7 @@
       </BasicTable>
       <BasicTable v-else @register="registerTableScene" ref="tableRef">
         <template #toolbar>
-          <a-button type="primary" v-if="getTypeCheckPerm('scenes-move-batch')" @click="handleMoveAll"> 批量迁移</a-button>
+          <a-button type="primary" v-if="getTypeCheckPerm('projects-move-batch')" @click="handleMoveAll"> 批量迁移</a-button>
         </template>
         <template #status="{ record }">
           <span v-if="record.status != '-1'">{{ record.statusString }}</span>