质量统计完成

This commit is contained in:
qianhao.xu
2024-02-19 20:05:43 +08:00
parent 079a7ba091
commit b9d789b524
6 changed files with 566 additions and 241 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="app-container">
<div style="float: right">{{ now_time }}</div>
<div>{{ now_time }}</div>
<el-carousel :interval="4000" type="card" height="300px">
<el-carousel-item v-for="item in imagesArray" :key="item">
<el-image :src="item"></el-image>