diff --git a/src/views/components/Profile.vue b/src/views/components/Profile.vue index 4e4bf3a..08c729f 100644 --- a/src/views/components/Profile.vue +++ b/src/views/components/Profile.vue @@ -19,17 +19,18 @@ {{info.occupation}} 月收入:{{incomeList.find((find) => find.value === info.incomeCode)?.label}} -
- 线索来源:{{info.creatorName}}[{{info.orgName}}] +
+ #{{channelList.find((find) => find.value === info.channelType)?.label}} + 线索来源:{{info.creatorName}}[{{info.orgName}}]
- \ No newline at end of file + \ No newline at end of file diff --git a/src/views/sys/workbench/components/GrowCard.vue b/src/views/sys/workbench/components/GrowCard.vue index 491fba3..8b4605c 100644 --- a/src/views/sys/workbench/components/GrowCard.vue +++ b/src/views/sys/workbench/components/GrowCard.vue @@ -7,9 +7,9 @@ :title="item.title" :style="{flex: 1, marginRight: index < dataList.length - 1 ? '5px' : '0px', marginLeft: index > 0 ? '5px' : '0px'}" > -