gaoluyang
2025-12-08 0d6464400b1b1852b10cc7cd0863ea74c0a4803a
src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -128,11 +128,11 @@
    label: "登记人",
    prop: "registrant",
  },
  {
    label: "登记日期",
    prop: "createTime",
    width:100
  },
  // {
  //   label: "登记日期",
  //   prop: "createTime",
  //   width:100
  // },
]);
const tableData = ref([]);
const selectedRows = ref([]);