Browse Source

no message

master
xpz2018 7 months ago
parent
commit
f78d4ceec7
2 changed files with 1 additions and 2 deletions
  1. 2
      src/views/clue/customer/index.vue
  2. 1
      src/views/invite/list/index.vue

2
src/views/clue/customer/index.vue

@ -52,7 +52,7 @@
<span style="color: #333;">{{details.followName || '--'}}</span>
</div>
<div class="flex-row-center-end" style="flex:1;padding-right: 32px;">
<Button size="small" type="primary">查看下一个客户</Button>
<!-- <Button size="small" type="primary">查看下一个客户</Button> -->
</div>
</div>
</div>

1
src/views/invite/list/index.vue

@ -61,7 +61,6 @@
import { educationList, maritalList, followStageList } from '/@/enums/customerEnum'
const radioVal = ref<any>('')
const verifier = ref<any>('')
const clueStatusList = [
{ label: '全部', value: '' },

Loading…
Cancel
Save