仪表盘
版本库
文件存储
活动
搜索
登录
client
/
water-ration-uniapp
准东水厂定量取水uniapp
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix:小程序界面
web
2025-07-02
03bcdfbc9dd10e473686bbe27a8e615f5a22a283
[client/water-ration-uniapp.git]
/
pages
/
record
/
chongzhi.vue
1
2
3
4
5
6
7
8
9
10
11
12
<template>
<view class="device">
<Navbar title="充值记录"></Navbar>
</view>
</template>
<script setup>
import Navbar from '../../components/navbar/navbar.vue'
</script>
<style lang="scss" scoped>
</style>