|
|
@@ -17,7 +17,9 @@
|
|
|
<div>
|
|
|
<el-button @click="handleFollow">添加跟进</el-button>
|
|
|
<span v-show="detail.salesId > 0">
|
|
|
- <el-button v-permissions="['cust:list:shift']" @click="handleShift">转移客户</el-button>
|
|
|
+ <el-button v-permissions="['cust:list:shift']" style="margin-left: 10px" @click="handleShift">
|
|
|
+ 转移客户
|
|
|
+ </el-button>
|
|
|
<el-button v-permissions="['cust:list:open']" @click="handleToOpen">移入公海</el-button>
|
|
|
<el-button v-permissions="['cust:list:project']" @click="handleBusiness">创建项目</el-button>
|
|
|
</span>
|
|
|
@@ -215,8 +217,8 @@
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="项目记录" name="item">
|
|
|
<el-table border :data="items" height="calc(100% - 42px)">
|
|
|
- <el-table-column align="center" label="项目编号" prop="nboCode" width="120px" />
|
|
|
- <el-table-column align="center" label="项目名称" prop="nboName" show-overflow-tooltip width="200px" />
|
|
|
+ <el-table-column align="center" label="项目编号" prop="nboCode" width="130px" />
|
|
|
+ <el-table-column align="center" label="项目名称" prop="nboName" show-overflow-tooltip width="250px" />
|
|
|
<el-table-column align="center" label="审批状态" prop="approStatus" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
{{ getStatus(scope.row.approStatus) }}
|