customRow(record) {
    return {
      on: {
        click: () => {
          if (this.pageType == 1) return;
          this.adjustPostdata.detailId = record.detailId;
        },
      },
    };
  }

相关文章:

  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-09-26
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案