医废监管端小程序源码

This commit is contained in:
2025-06-12 11:26:17 +08:00
parent cc5271b63b
commit 286c5e068b
53 changed files with 14801 additions and 0 deletions
@@ -0,0 +1,17 @@
<template>
<view>
<scroll-view scroll-y class="page">
<cu-custom bgColor="bg-gradual-pink" :isBack="true"><block slot="backText">返回</block><block slot="content">追溯</block></cu-custom>
</scroll-view>
</view>
</template>
<script>
</script>
<style>
.page {
width: 100vw;
height: 100Vh;
}
</style>