feat:【antd】【pay 支付】pay/app 代码优化 1/4

This commit is contained in:
YunaiV
2025-10-05 16:51:59 +08:00
parent 98d7ed663f
commit 7bdfa99042
8 changed files with 663 additions and 662 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
// TODO @xingyu这个组件只有 pay 在用,和现有的 file-upload 和 image-upload 有点不一致。是不是可以考虑移除,只在 pay 那搞个复用的组件;
import type { InputProps } from 'element-plus';
import type { FileUploadProps } from './typing';