|
@@ -66,27 +66,6 @@
|
|
<template v-else>{{scope.row[item.prop]}}</template>
|
|
<template v-else>{{scope.row[item.prop]}}</template>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <!-- <el-table-column prop="name" label="商机名称" width="180">
|
|
|
|
- <template #default="scope">
|
|
|
|
- <el-button link type="primary" size="large" @click="toBusinessTableDetail(scope.row)">{{
|
|
|
|
- scope.row.name
|
|
|
|
- }}</el-button>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="customerName" label="客户名称" width="180"></el-table-column>
|
|
|
|
- <el-table-column prop="contactsName" label="联系人" width="180">
|
|
|
|
- <template #default="scope">
|
|
|
|
- <el-button link type="primary" size="large">{{
|
|
|
|
- scope.row.contactsName
|
|
|
|
- }}</el-button>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="amountOfMoney" label="商机金额" width="180"></el-table-column>
|
|
|
|
- <el-table-column prop="stageValue" label="商机阶段" width="180"></el-table-column>
|
|
|
|
- <el-table-column prop="expectedTransactionDate" label="预计成交" width="180"></el-table-column>
|
|
|
|
- <el-table-column prop="inchargerName" label="负责人" width="180"></el-table-column>
|
|
|
|
- <el-table-column prop="creatorName" label="创建人" width="180"></el-table-column>
|
|
|
|
- <el-table-column prop="createTime" label="创建时间" width="180"></el-table-column> -->
|
|
|
|
<el-table-column label="操作" fixed="right" width="200">
|
|
<el-table-column label="操作" fixed="right" width="200">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button link type="primary" size="large"
|
|
<el-button link type="primary" size="large"
|