|
|
@@ -390,7 +390,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tabbox"> |
|
|
|
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="prohibitedlist" height="320" |
|
|
|
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="prohibitedlist" height="320" |
|
|
|
style="width: 100%; font-size: 14px"> |
|
|
|
<el-table-column prop="agentName" label="顾问" align="center"> |
|
|
|
</el-table-column> |
|
|
@@ -425,7 +425,7 @@ |
|
|
|
</el-badge> |
|
|
|
</div> |
|
|
|
<div class="tabbox" v-if="classatec == 0"> |
|
|
|
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="equipmentList" height="320" |
|
|
|
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="equipmentList" height="320" |
|
|
|
style="width: 100%; font-size: 14px">> |
|
|
|
<el-table-column prop="accName" label="顾问" align="center"> |
|
|
|
</el-table-column> |
|
|
@@ -446,7 +446,7 @@ |
|
|
|
</el-table> |
|
|
|
</div> |
|
|
|
<div class="tabbox" v-if="classatec == 1"> |
|
|
|
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="equipmentList" height="320" |
|
|
|
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="equipmentList" height="320" |
|
|
|
style="width: 100%; font-size: 14px"> |
|
|
|
<el-table-column prop="accName" label="顾问" align="center"> |
|
|
|
</el-table-column> |
|
|
@@ -1273,7 +1273,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tabbox"> |
|
|
|
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="companyRank" |
|
|
|
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="companyRank" |
|
|
|
style="width: 100%; font-size: 14px"> |
|
|
|
<el-table-column prop="companyName" :label="role == 2 ? '项目名称' : '公司名称'" align="center"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
@@ -1310,7 +1310,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tabbox"> |
|
|
|
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="houseRank" |
|
|
|
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="houseRank" |
|
|
|
style="width: 100%; font-size: 14px">> |
|
|
|
<el-table-column prop="houseName" :label="role == 2 ? '顾问名称' : '项目名称'" align="center"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|