YNUtdPlatform/pages/workPlan/index/components/risk-calendar.vue

12 lines
127 B
Vue
Raw Normal View History

2024-10-14 18:08:48 +08:00
<template>
<view>
<text>风险日历</text>
</view>
</template>
<script>
export default {}
</script>
<style></style>