zhang_nuo
8 天以前 2cea35752e8b86dc1efdc5542fbb792272d1c799
src/views/financialManagement/receivable/salesReturn.vue
@@ -101,7 +101,7 @@
    minWidth: "150",
    formatData: (_val, row) => (String(row?.shippingType) === "2" ? row?.expressNo || "--" : "--"),
  },
  { label: "退货日期", prop: "makeTime", minWidth: "170" },
  { label: "退货日期", prop: "makeTime", minWidth: "170",dataType: "date" },
  {
    label: "退款总额",
    prop: "refundAmount",