Browse Source

bug修复

1018653686@qq.com 1 year ago
parent
commit
1baab213e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/WDLY/jd/backOrder/index.vue

+ 1 - 1
src/views/WDLY/jd/backOrder/index.vue

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