mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-11 05:04:33 +00: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>
|