Browse Source

修改退款

pangqijun 1 year ago
parent
commit
6c90978dda
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/views/store/aftersales/index.vue

+ 12 - 0
src/views/store/aftersales/index.vue

@@ -159,6 +159,18 @@
               },
               dataType: "number",
             },
+              {
+                  label: "退款状态",
+                  prop: "refundState",
+                  type: "select",
+                  search: true,
+                  dicUrl: "/api/blade-system/dict-biz/dictionary?code=refund_status",
+                  props: {
+                      label: "dictValue",
+                      value: "dictKey"
+                  },
+                  dataType: "number",
+              },
             {
               label: "退货物流编号",
               prop: "logisticsNo",