ludu-admin-vue3/src/views/crm/backlog/tables/PutInPoolRemind.vue

16 lines
235 B
Vue
Raw Normal View History

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