浏览代码

提交客户管家代码

Lijy 11 月之前
父节点
当前提交
4757e9435b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

@@ -53,7 +53,7 @@
       <div class="bg-white w-full h-full p-3 shadow-md rounded-md flex flex-col">
         <div class="flex justify-end pb-3">
           <el-button type="primary" @click="editCustomer(false)">新建客户</el-button>
-          <el-button type="primary" :disabled="batchTableData.length <= 0">批量转移</el-button>
+          <el-button type="primary" @click="showVisible('batchTransferVisible')" :disabled="batchTableData.length <= 0">批量转移</el-button>
           <el-button type="primary" @click="batchDeteleItem()" :disabled="batchTableData.length <= 0">批量删除</el-button>
           <el-button type="primary" @click="showVisible('deteleCustomerVisible')">回收站</el-button>
           <el-button type="primary">导入</el-button>