| | |
| | | <el-form-item label="客户名称" prop="name"> |
| | | <el-input v-model="searchForm.name" placeholder="请输入客户名称" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="name"> |
| | | <el-input v-model="searchForm.name" placeholder="请输入人员姓名/手机号" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | <section> |
| | | <el-button type="primary" @click="search">搜索</el-button> |
| | | <el-button type="primary" :loading="isWorking.export" v-permissions="['business:ywcustomer:exportExcel']" |
| | |
| | | v-permissions="['business:ywcustomer:delete']">删除</el-button></li> |
| | | </ul> |
| | | <el-table v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55"></el-table-column> |
| | | <el-table-column prop="name" label="客户名称" min-width="100px"></el-table-column> |
| | | <el-table-column prop="memberName" label="联系人" min-width="100px"></el-table-column> |
| | | <el-table-column prop="phone" label="联系电话" min-width="100px"></el-table-column> |
| | | <el-table-column prop="" label="身份" min-width="100px"></el-table-column> |
| | | <el-table-column prop="" label="状态" min-width="100px"></el-table-column> |
| | | <el-table-column v-if="containPermissions(['business:ywcustomer:update', 'business:ywcustomer:delete'])" |
| | | label="操作" min-width="120" fixed="right"> |
| | | <template slot-scope="{row}"> |