优化页面
parent
a7b1601dc5
commit
281d4bb071
|
|
@ -145,6 +145,11 @@
|
|||
<dict-tag :type="DICT_TYPE.CRM_CUSTOMER_SOURCE" :value="scope.row.source" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="所属行业" prop="industryId" width="100">
|
||||
<template #default="scope">
|
||||
<dict-tag :type="DICT_TYPE.CRM_CUSTOMER_INDUSTRY" :value="scope.row.industryId" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column align="center" label="线索人" prop="clueDeveloperName" width="120">
|
||||
<template #default="scope">
|
||||
{{scope.row.clueDeveloperName || '暂无'}}
|
||||
|
|
@ -164,12 +169,6 @@
|
|||
<el-table-column align="center" label="技术对接人" prop="technicalLeadName" width="120" />
|
||||
<el-table-column align="center" label="服务对接人" prop="servicorName" width="120" />
|
||||
<el-table-column align="center" label="结算对接人" prop="settlementLeadName" width="120" />
|
||||
<el-table-column align="center" label="所属行业" prop="industryId" width="100">
|
||||
<template #default="scope">
|
||||
<dict-tag :type="DICT_TYPE.CRM_CUSTOMER_INDUSTRY" :value="scope.row.industryId" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="公司类型" prop="regType" width="250" />
|
||||
<el-table-column align="center" label="距离进入公海天数" prop="poolDay" width="140">
|
||||
<template #default="scope"> {{ scope.row.poolDay }} 天</template>
|
||||
</el-table-column>
|
||||
|
|
|
|||
Loading…
Reference in New Issue