feat: 优化sketch显示&添加sketch卡片
This commit is contained in:
10
src/views/home/agent/components/SketchCard.vue
Normal file
10
src/views/home/agent/components/SketchCard.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<ReportCard is-sketch :report="{title: 'Sketches Results', content: 'JPG file'}"/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ReportCard from './ReportCard.vue'
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user