fix(custom): 修复商家订单详情数据不显示的bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-08 22:21:59 +08:00
parent 6b0c7d9887
commit 2174c91c4b
5 changed files with 98 additions and 20 deletions

View File

@@ -25,7 +25,6 @@ const props = defineProps({
type: Object,
},
IsPendingOrder: {
required: true,
type: Boolean,
default: false,
},