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

相关文章: