瀏覽代碼

bug修复

1018653686@qq.com 1 年之前
父節點
當前提交
1baab213e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 [
     {
       label: "退货单状态",
-      prop: "returnState",
+      prop: "returnStateName",
       data: returnStates.value,
     },
   ];