| | |
| | | <el-table-column prop="linkName" label="联系人" align="center" min-width="100px"></el-table-column> |
| | | <el-table-column prop="linkPhone" label="联系电话" align="center" min-width="120px"></el-table-column> |
| | | <el-table-column prop="oepnValidDate" label="有效期" align="center" min-width="140px"></el-table-column> |
| | | <el-table-column prop="openUserNum" label="开通用户数" align="center" min-width="140px"></el-table-column> |
| | | <el-table-column prop="salespersonName" label="销售人员" align="center" min-width="100px"></el-table-column> |
| | | <el-table-column prop="createTime" label="创建时间" align="center" min-width="140px"></el-table-column> |
| | | <el-table-column prop="status" label="状态" align="center" min-width="100px"> |
| | |
| | | <template slot-scope="{ row }"> |
| | | <!-- <el-button type="text" @click="$refs.operaClientMangerWindow.open('编辑客户', row)">编辑</el-button> --> |
| | | <el-button type="text" @click="showDetail(row, true)">编辑</el-button> |
| | | <el-button type="text" @click="$refs.operaClientValidDateWindow.open('调整有效期', row)">调整有效期</el-button> |
| | | <el-button type="text" @click="$refs.operaClientValidDateWindow.open('调整', row)">调整</el-button> |
| | | <el-button type="text" @click="$refs.operaDDSettingWindow.open('钉钉配置', row)">钉钉配置</el-button> |
| | | <el-button type="text" style="color:red" :loading="isWorking.delete" |
| | | @click="deleteById(row, false)">删除</el-button> |