cloud-web-corejs 1.0.54-dev.378 → 1.0.54-dev.379

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.378",
4
+ "version": "1.0.54-dev.379",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -733,7 +733,7 @@ modules = {
733
733
  baseRefUtil.tableConfig.className == "list-table"
734
734
  ) {
735
735
  if (tableColumns.length) {
736
- let tableColumn = [tableColumns.length - 1];
736
+ let tableColumn = tableColumns[tableColumns.length - 1];
737
737
  if (tableColumn.fixed != "right") {
738
738
  newColumns.push({
739
739
  width: 47,