Skip to content

Commit

Permalink
bugfix: Proxy 安装信息留空确认后样式异常 (closed #1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
GONGONGONG authored and ZhuoZhuoCrayon committed Dec 22, 2022
1 parent 12d66a7 commit 7d3dbd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev_log/2.2.32/daoqgong_202211151040.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfix:
- "Proxy 安装信息留空确认后样式异常 (closed #1238)"
1 change: 1 addition & 0 deletions frontend/src/components/setup-table/install-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ export default class SetupTable extends Vue {
this.initTableHead();
}
public initTableHead() {
if (!this.localMark) return;
const tableHead = this.table.config.filter(item => item.type === 'operate' || this.filter[item.prop]?.mockChecked);
if (this.setupInfo.header?.length) {
const tableParentHead = this.setupInfo.parentHead?.map(item => ({
Expand Down

0 comments on commit 7d3dbd3

Please sign in to comment.