tangning 1 년 전
부모
커밋
cd7ef14635
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/account/product/index.vue
  2. 1 1
      src/views/customer/scene.vue

+ 1 - 1
src/views/account/product/index.vue

@@ -98,7 +98,7 @@
         @register="registerTable"
       >
         <template #toolbar>
-          <a-button type="primary" @click="handleMoveAll"> 批量迁移</a-button>
+          <a-button type="primary" v-if="tableType != 3" @click="handleMoveAll"> 批量迁移</a-button>
         </template>
         <template #href="{ record }">
           <a

+ 1 - 1
src/views/customer/scene.vue

@@ -14,7 +14,7 @@
     <div class="desc-wrap-BasicTable">
       <BasicTable @register="registerTable" :rowSelection="tableType == 3 ? false : rowSelection">
         <template #toolbar>
-          <a-button type="primary" @click="handleMoveAll"> 批量迁移</a-button>
+          <a-button type="primary" v-if="tableType != 3" @click="handleMoveAll"> 批量迁移</a-button>
           <a-button type="primary" @click="back">返回</a-button>
         </template>
         <template #href="{ record }">