加入交费明细表

This commit is contained in:
Your Name 2023-09-09 16:08:28 +08:00
parent 95e1662701
commit cadbd878ca
2 changed files with 31 additions and 0 deletions

View File

@ -667,6 +667,15 @@
} }
} }
,{
"path" : "pages/report/reportPayFeeDetail",
"style" :
{
"navigationBarTitleText": "缴费明细表",
"enablePullDownRefresh": false
}
}
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",

View File

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>