ludu-admin-vue3/src/views/crm/backlog/tables/PutInPoolRemind.vue
dhb52 743ac20538 wip: CRM-代办消息-添加其他页面草稿
(cherry picked from commit 040b80b35f64373c41a44aa13116d74618c8cff9)
2024-03-08 21:36:26 +08:00

16 lines
235 B
Vue

<!-- 待进入公海的客户 -->
<!-- TODO: 后续再统一改名字 -->
<template>
<div>
TODO: 待进入公海的客户
</div>
</template>
<script setup lang="ts" name="PutInPoolRemind">
</script>
<style scoped>
</style>