|
@@ -139,21 +139,21 @@
|
|
|
{{$dictUtils.getDictLabel('cw_work_client_industry', scope.row.industry, '-')}}
|
|
{{$dictUtils.getDictLabel('cw_work_client_industry', scope.row.industry, '-')}}
|
|
|
</template>
|
|
</template>
|
|
|
</vxe-column>
|
|
</vxe-column>
|
|
|
- <vxe-column min-width="160" align="center" title="是否上市" field="cwWorkClientTypeDTO.isListed">
|
|
|
|
|
|
|
+<!-- <vxe-column min-width="160" align="center" title="是否上市" field="cwWorkClientTypeDTO.isListed">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{$dictUtils.getDictLabel('yes_no', scope.row.cwWorkClientTypeDTO.isListed, '-')}}
|
|
{{$dictUtils.getDictLabel('yes_no', scope.row.cwWorkClientTypeDTO.isListed, '-')}}
|
|
|
</template>
|
|
</template>
|
|
|
- </vxe-column>
|
|
|
|
|
|
|
+ </vxe-column>-->
|
|
|
<vxe-column min-width="160" align="center" title="企业隶属关系划分" field="affiliation">
|
|
<vxe-column min-width="160" align="center" title="企业隶属关系划分" field="affiliation">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{$dictUtils.getDictLabel('cw_work_client_affiliation', scope.row.affiliation, '-')}}
|
|
{{$dictUtils.getDictLabel('cw_work_client_affiliation', scope.row.affiliation, '-')}}
|
|
|
</template>
|
|
</template>
|
|
|
</vxe-column>
|
|
</vxe-column>
|
|
|
- <vxe-column min-width="160" align="center" title="按所有制性质分类" field="cwWorkClientTypeDTO.ownershipType">
|
|
|
|
|
|
|
+<!-- <vxe-column min-width="160" align="center" title="按所有制性质分类" field="cwWorkClientTypeDTO.ownershipType">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{$dictUtils.getDictLabel('cw_work_client_ownership_type', scope.row.cwWorkClientTypeDTO.ownershipType, '-')}}
|
|
{{$dictUtils.getDictLabel('cw_work_client_ownership_type', scope.row.cwWorkClientTypeDTO.ownershipType, '-')}}
|
|
|
</template>
|
|
</template>
|
|
|
- </vxe-column>
|
|
|
|
|
|
|
+ </vxe-column>-->
|
|
|
<vxe-column min-width="160" align="center" title="按最终地位分类" field="cwWorkClientTypeDTO.finalStatusType"></vxe-column>
|
|
<vxe-column min-width="160" align="center" title="按最终地位分类" field="cwWorkClientTypeDTO.finalStatusType"></vxe-column>
|
|
|
<!-- <vxe-column min-width="160" align="center" title="客户报备类型" field="reportType">-->
|
|
<!-- <vxe-column min-width="160" align="center" title="客户报备类型" field="reportType">-->
|
|
|
<!-- <template #default="scope">-->
|
|
<!-- <template #default="scope">-->
|