From 652b0129ec60098ae1ad22fb8413eba009fb3aaf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 20 五月 2022 10:02:53 +0800 Subject: [PATCH] 2022-05-20 --- src/tabviews/zshare/normalTable/index.jsx | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.jsx b/src/tabviews/zshare/normalTable/index.jsx index dbe02b5..5daebb0 100644 --- a/src/tabviews/zshare/normalTable/index.jsx +++ b/src/tabviews/zshare/normalTable/index.jsx @@ -754,7 +754,6 @@ setting={this.props.setting} columns={this.props.fields || this.props.columns} ContainerId={this.props.ContainerId} - lineBtn={true} /> ) } else if (btn.OpenType === 'popview') { @@ -767,7 +766,6 @@ selectedData={[record]} BData={this.props.BData} setting={this.props.setting} - lineBtn={true} /> ) } else if (btn.OpenType === 'tab') { @@ -780,7 +778,6 @@ BData={this.props.BData} MenuID={this.props.MenuID} setting={this.props.setting} - lineBtn={true} /> ) } else if (btn.OpenType === 'innerpage' || btn.OpenType === 'outerpage') { @@ -792,7 +789,6 @@ selectedData={[record]} BData={this.props.BData} setting={this.props.setting} - lineBtn={true} /> ) } -- Gitblit v1.8.0