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