@@ -175,7 +175,7 @@ const selectConfig = computed(() => {
return [
{
label: "退货单状态",
- prop: "returnState",
+ prop: "returnStateName",
data: returnStates.value,
},
];