@@ -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",