2 Commits 837297a4f8 ... 23485cb3f5

Author SHA1 Message Date
  wxd 23485cb3f5 wxd 1 month ago
  wxd 112fe8ebfd wxd 1 month ago
2 changed files with 22 additions and 1 deletions
  1. 1 1
      pages.json
  2. 21 0
      pages/Ledger/records.vue

+ 1 - 1
pages.json

@@ -245,4 +245,4 @@
 			"query": ""
 		}]
 	}
-}
+}

+ 21 - 0
pages/Ledger/records.vue

@@ -0,0 +1,21 @@
+<!-- @format -->
+
+<template>
+  <view class="container">
+    <view></view>
+  </view>
+</template>
+<script>
+export default {
+  data() {
+    return {};
+  },
+};
+</script>
+<style lang="scss">
+.container {
+  height: 100vh;
+  background: rgb(248, 249, 250);
+  padding: 30rpx;
+}
+</style>