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 }">