js写法

if (this.openType !== "isEdit") {
      array = this.columns.filter((item) => {
        console.log(item.dataIndex);
        return item.dataIndex !== "operation";
      });
      this.columns = [...array];
    }
最后修改:2021 年 07 月 27 日
如果觉得我的文章对你有用,请点个赞支持一下