|
@@ -5,7 +5,7 @@
|
|
</div>
|
|
</div>
|
|
<y-page-list-layout :page-list="pageData" :page-para="listQuery" :get-page-list="getPage">
|
|
<y-page-list-layout :page-list="pageData" :page-para="listQuery" :get-page-list="getPage">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
- <MoreSearchBar business="PERSONAL_BUSINESS" :nodeCode="false" :personalRealAmount="true" :productions="true"
|
|
|
|
|
|
+ <MoreSearchBar business="PERSONAL_BUSINESS" :nodeCode="false" :personalRealAmount="true" :productions="true" :evaluateAim="true"
|
|
@fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery">
|
|
@fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery">
|
|
<template v-slot:otherButton>
|
|
<template v-slot:otherButton>
|
|
<el-button class="filter-item" round @click="showAllLabel()">显示全部列</el-button>
|
|
<el-button class="filter-item" round @click="showAllLabel()">显示全部列</el-button>
|
|
@@ -70,6 +70,12 @@
|
|
<span>{{ row.clientSubName ? row.clientSubName : '-' }}</span>
|
|
<span>{{ row.clientSubName ? row.clientSubName : '-' }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="评估目的" align="center" width="130" v-if="!hiddenLabels.includes('evaluateAim')"
|
|
|
|
+ prop="evaluateAim">
|
|
|
|
+ <template slot-scope="{row}">
|
|
|
|
+ <span>{{ row.evaluateAim }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="中介" align="center" width="130" v-if="!hiddenLabels.includes('agent')" prop="agent">
|
|
<el-table-column label="中介" align="center" width="130" v-if="!hiddenLabels.includes('agent')" prop="agent">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.agent ? row.agent : '-' }}</span>
|
|
<span>{{ row.agent ? row.agent : '-' }}</span>
|