cloud-web-corejs 1.0.54-dev.410 → 1.0.54-dev.411

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.410",
4
+ "version": "1.0.54-dev.411",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -729,7 +729,7 @@ modules = {
729
729
  newColumns.push(col);
730
730
  });
731
731
 
732
- let tableConfig = this.tableConfig;
732
+ /* let tableConfig = this.tableConfig;
733
733
  let flag = tableConfig?.config?.toolbarConfig?.custom !== false;
734
734
  if (
735
735
  baseRefUtil.tableConfig &&
@@ -747,7 +747,7 @@ modules = {
747
747
  });
748
748
  }
749
749
  }
750
- }
750
+ } */
751
751
  this.rowWidgetList = rowWidgetList;
752
752
  return this.$baseLodash.cloneDeep(newColumns);
753
753
  },
@@ -1057,6 +1057,7 @@ modules = {
1057
1057
  // vue: this,
1058
1058
  tableRef: tableRef,
1059
1059
  tableName: this.getGridTableName(),
1060
+ customAlign: false,
1060
1061
  param: paramFun,
1061
1062
  columns: columns,
1062
1063
  searchColumns: searchColumns,