|
@@ -36,12 +36,12 @@
|
|
</el-button>
|
|
</el-button>
|
|
</template>
|
|
</template>
|
|
<parentTable ref="table" v-loading="listLoading" :data="pageData.records" slot="table" style="width: 100%;">
|
|
<parentTable ref="table" v-loading="listLoading" :data="pageData.records" slot="table" style="width: 100%;">
|
|
- <el-table-column label="项目编号" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="项目编号" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.orderId }}</span>
|
|
<span>{{ row.orderId }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="分单类型" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="分单类型" align="center" width="100">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.allotType }}</span>
|
|
<span>{{ row.allotType }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -56,27 +56,27 @@
|
|
<span>{{ row.reportNo == null ? '-' : row.reportNo }}</span>
|
|
<span>{{ row.reportNo == null ? '-' : row.reportNo }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="项目名称" align="center" width="250">
|
|
|
|
|
|
+ <el-table-column label="项目名称" align="center" width="250" show-overflow-tooltip>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.name }}</span>
|
|
<span>{{ row.name }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="业务类型" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="业务类型" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.assetsBusinessGener }}</span>
|
|
<span>{{ row.assetsBusinessGener }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户名称" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="客户名称" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.customerName }}</span>
|
|
<span>{{ row.customerName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="业务来源" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="业务来源" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.customerSubName }}</span>
|
|
<span>{{ row.customerSubName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="委托人" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="委托人" align="center" width="150" show-overflow-tooltip>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.bailor == null ? '-' : row.bailor }}</span>
|
|
<span>{{ row.bailor == null ? '-' : row.bailor }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -86,22 +86,22 @@
|
|
<span>{{ row.bailorContactTel == null ? '-' : row.bailorContactTel }}</span>
|
|
<span>{{ row.bailorContactTel == null ? '-' : row.bailorContactTel }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="当前节点" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="当前节点" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.currentNodeName }}</span>
|
|
<span>{{ row.currentNodeName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="当前节点负责人" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="当前节点负责人" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.handlerName }}</span>
|
|
<span>{{ row.handlerName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="项目负责人" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="项目负责人" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.principalName }}</span>
|
|
<span>{{ row.principalName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户经理" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="客户经理" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.clientManagerName }}</span>
|
|
<span>{{ row.clientManagerName }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -152,7 +152,7 @@
|
|
<el-tag v-else type='danger'>未送达</el-tag>
|
|
<el-tag v-else type='danger'>未送达</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="下单时间" align="center" width="150">
|
|
|
|
|
|
+ <el-table-column label="下单时间" align="center" width="150" show-overflow-tooltip>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.created }}</span>
|
|
<span>{{ row.created }}</span>
|
|
</template>
|
|
</template>
|