mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-17 21:02:42 +08:00
16 lines
235 B
Vue
16 lines
235 B
Vue
![]() |
<!-- 待进入公海的客户 -->
|
||
|
<!-- TODO: 后续再统一改名字 -->
|
||
|
<template>
|
||
|
<div>
|
||
|
TODO: 待进入公海的客户
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script setup lang="ts" name="PutInPoolRemind">
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|