refactor: 优化代码格式,调整导入顺序和内容对齐

This commit is contained in:
吃货
2025-07-05 07:11:54 +08:00
parent 95f2d1c9bb
commit 361ae581ae
9 changed files with 38 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { PayOrderApi } from '#/api/pay/order';
import { ref, } from 'vue';
import { ref } from 'vue';
import { useVbenModal } from '@vben/common-ui';