类型:开发

描述:
This commit is contained in:
2025-07-24 14:00:03 +08:00
parent a36a86732e
commit 259afe2371
2 changed files with 14 additions and 5 deletions

View File

@@ -105,12 +105,15 @@
:wheel="true"
:isWatch="true"
>
<div class="item" v-for="(item, index) in homeStore.wordkOrderList" :key="index">
<div v-if="homeStore.wordkOrderList.length>0" class="item" v-for="(item, index) in homeStore.wordkOrderList" :key="index">
<span :class="`item-tag--${item.level}`">{{ item.level_text }}</span>
<p class="content">
{{ item.title }}
</p>
</div>
<div v-else class="workorder-empty">
今日暂无工单
</div>
</vue3-seamless-scroll>
</div>
</div>
@@ -355,6 +358,12 @@
</script>
<style lang="scss" scoped>
.workorder-empty{
text-align: center;
color: #ffffff;
line-height: vh(90);
font-size: vw(20);
}
.coll-box{
width:initial !important;
flex:1 !important;
@@ -371,7 +380,7 @@
}
.map {
width: 100%;
height: vh(710);
height: vh(700);
background-color: transparent;
}
.box-3 {