|
@@ -17,13 +17,14 @@
|
|
</div>
|
|
</div>
|
|
<!-- 滚动区域 -->
|
|
<!-- 滚动区域 -->
|
|
<div class="pa-3 white-bgc" style="height: 300px; border-radius: 5px; width: 360px;">
|
|
<div class="pa-3 white-bgc" style="height: 300px; border-radius: 5px; width: 360px;">
|
|
- 滚动区域
|
|
|
|
|
|
+ <bountyDisplay></bountyDisplay>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
import TablePage from './components/table.vue'
|
|
import TablePage from './components/table.vue'
|
|
|
|
+import bountyDisplay from './components/bountyDisplay.vue'
|
|
import { ref } from 'vue'
|
|
import { ref } from 'vue'
|
|
defineOptions({name: 'defineOptions-name'})
|
|
defineOptions({name: 'defineOptions-name'})
|
|
// 数据统计
|
|
// 数据统计
|