feat:对接消息相关接口

This commit is contained in:
zjc
2025-01-08 18:05:12 +08:00
parent ab1ab210a9
commit 9ee304c8c2
39 changed files with 2081 additions and 1926 deletions

View File

@@ -43,7 +43,7 @@
<div class="footer">
<div class="flex">
<div class="item">
<progress1 :width="140" :height="70" />
<CircleProgress :width="170" :height="90" />
<div>
<div class="bg">
<span class="label">今日工单总条数</span>
@@ -56,7 +56,7 @@
</div>
</div>
<div class="item">
<progress1 :width="140" :height="70" />
<CircleProgress :width="170" :height="90" />
<div>
<div class="bg">
<span class="label">今日工单总条数</span>
@@ -101,9 +101,6 @@
<script setup>
import countup from 'vue-countup-v3'
import progress1 from './progress-1.vue'
let count = ref('58459')
</script>
<style scoped lang="scss">
@@ -178,7 +175,7 @@
.footer {
.item {
flex: 1;
height: vh(120);
height: vh(140);
display: flex;
align-items: center;
background-image: url('@/assets/images/bg-3.png');
@@ -197,6 +194,7 @@
margin-bottom: vh(4);
}
.label {
width: vw(120);
font-weight: 400;
font-size: vw(14);
color: #fff;