const keys = Object.keys(this.rule).sort((key) => {
      if (key === 'type') return -1;
      return 0;
    });