parent
65ee931335
commit
743ac20538
15
src/views/crm/backlog/tables/CheckContract.vue
Normal file
15
src/views/crm/backlog/tables/CheckContract.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- 待审核合同 -->
|
||||
<!-- TODO: 后续再统一改名字 -->
|
||||
<template>
|
||||
<div>
|
||||
TODO: 待审核合同
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="CheckContract">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
15
src/views/crm/backlog/tables/CheckReceivables.vue
Normal file
15
src/views/crm/backlog/tables/CheckReceivables.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- 待审核回款 -->
|
||||
<!-- TODO: 后续再统一改名字 -->
|
||||
<template>
|
||||
<div>
|
||||
TODO: 待审核回款
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="CheckReceivables">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
15
src/views/crm/backlog/tables/EndContract.vue
Normal file
15
src/views/crm/backlog/tables/EndContract.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- 分配给我的客户 -->
|
||||
<!-- TODO: 即将到期的合同 -->
|
||||
<template>
|
||||
<div>
|
||||
TODO: 即将到期的合同
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="EndContract">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
15
src/views/crm/backlog/tables/FollowCustomer.vue
Normal file
15
src/views/crm/backlog/tables/FollowCustomer.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- 分配给我的客户 -->
|
||||
<!-- TODO: 后续再统一改名字 -->
|
||||
<template>
|
||||
<div>
|
||||
TODO: 分配给我的客户
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="FollowCustomer">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
15
src/views/crm/backlog/tables/PutInPoolRemind.vue
Normal file
15
src/views/crm/backlog/tables/PutInPoolRemind.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- 待进入公海的客户 -->
|
||||
<!-- TODO: 后续再统一改名字 -->
|
||||
<template>
|
||||
<div>
|
||||
TODO: 待进入公海的客户
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="PutInPoolRemind">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
15
src/views/crm/backlog/tables/RemindReceivables.vue
Normal file
15
src/views/crm/backlog/tables/RemindReceivables.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- 待回款提醒 -->
|
||||
<!-- TODO: 后续再统一改名字 -->
|
||||
<template>
|
||||
<div>
|
||||
TODO: 待回款提醒
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="RemindReceivables">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user