Files
lingji-work-fe/src/views/property-marketing/assignment-management/components/task-item.vue

17 lines
183 B
Vue
Raw Normal View History

2025-09-18 14:40:47 +08:00
<template>
2025-09-19 10:34:26 +08:00
<div class="task-item">
</div>
</template>
<script setup lang="ts">
</script>
<style lang="less" scoped>
.task-item {
width: 100%;
height: 100%;
}
</style>