订单退单

This commit is contained in:
魏啾
2024-03-15 10:29:33 +08:00
parent 861e62ce15
commit ba7efac5d1
4 changed files with 54 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ const loading = ref(false);
const form = reactive({
serialNumber: RandomNumBoth(1000, 9999),
clientType: 'pc',
merchantName: '',
merchantName: '',//19191703856
loginName: "",
password: "",
});