物流相关可见性控制

This commit is contained in:
mgw
2023-11-27 15:40:16 +08:00
parent 54912f15b9
commit 96df8f971c
3 changed files with 41 additions and 21 deletions

View File

@@ -66,8 +66,8 @@ patch(ListRenderer.prototype, 'jikimo_frontend.ListRenderer', {
// }
// 判断 this.state.columns 是否存在且长度大于零
if (this.state.columns && this.state.columns.length > 0 &&
this.state.columns[0].name === "sequence") {
if (this.state.columns && this.state.columns.length > 0
&& this.state.columns[0].name === "sequence") {
widths[1] = { type: "relative", value: 0.1 };
}