医废配置交接小程序源码

This commit is contained in:
2025-06-12 11:01:47 +08:00
commit c8e7af13aa
151 changed files with 138910 additions and 0 deletions
@@ -0,0 +1,26 @@
<template>
<view>
<cu-custom bgColor="bg-cyan"><block slot="content">我的</block></cu-custom>
<view class='margin-xl bg-white padding-xl radius shadow-lg'>
<view class='text-center margin-bottom text-lg text-grey'>关于医废配置端</view>
<view class='text-content'>
<view>Hi欢迎使用医废配置端小程序</view>
<view class='margin-top-sm'>该项目是我公司联合开发的一款高性能的微信小程序</view>
<view class='margin-top-sm'>利用成熟的物联网信息化人工智能技术实现医疗场景内各类流程的严格高标准管理以便捷的安装部署方式实现原有业务系统升级全程可控最终实现智能化精细管理</view>
<view class='margin-top-sm'>更多功能敬请期待</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style>
</style>