mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-13 10:52:42 +08:00
15 lines
185 B
Vue
15 lines
185 B
Vue
![]() |
<!-- 分配给我的线索 -->
|
||
|
<template>
|
||
|
<div>
|
||
|
TODO: 分配给我的线索
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script setup lang="ts" name="FollowLeads">
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|