This commit is contained in:
SunCheng
2026-02-15 10:10:28 +08:00
parent e51a3edd50
commit a88556c784
92 changed files with 6751 additions and 776 deletions

View File

@@ -180,9 +180,7 @@ import { showToast } from 'vant'
import dayjs from 'dayjs'
import PopupContainer from '@/components/PopupContainer.vue'
import ClassifySelector from '@/components/ClassifySelector.vue'
import {
updateTransaction
} from '@/api/transactionRecord'
import { updateTransaction } from '@/api/transactionRecord'
const props = defineProps({
show: {
@@ -363,7 +361,6 @@ const formatDate = (dateString) => {
minute: '2-digit'
})
}
</script>
<style scoped>