From 84804b405cb88f659d055b16eb3bd00b813ccb4a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 十二月 2020 10:58:38 +0800 Subject: [PATCH] 2020-12-10 --- src/tabviews/subtable/index.jsx | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/tabviews/subtable/index.jsx b/src/tabviews/subtable/index.jsx index caab3be..8351a54 100644 --- a/src/tabviews/subtable/index.jsx +++ b/src/tabviews/subtable/index.jsx @@ -253,6 +253,7 @@ let _operations = [] // 鎿嶄綔鍒楁寜閽紙瀛樺湪鏃讹級 config.action.forEach(item => { + item.logLabel = Tab.label + '-' + item.label // 鐢ㄤ簬sPC_TableData_InUpDe璁板綍鎿嶄綔鎸夐挳 if (item.execMode) { item.OpenType = 'funcbutton' } @@ -775,7 +776,6 @@ BData={this.props.BData} MenuID={this.props.MenuID} selectedData={selectedData} - MenuName={this.props.Tab.label} refreshdata={this.refreshbyaction} ContainerId={this.props.ContainerId} getexceloutparam={this.getexceloutparam} @@ -798,7 +798,6 @@ total={this.state.total} MenuID={this.props.MenuID} loading={this.state.loading} - MenuName={this.props.Tab.label} refreshdata={this.refreshbytable} statFValue={this.state.statFValue} handleTableId={this.handleTableId} @@ -823,7 +822,6 @@ MenuID={this.props.MenuID} loading={this.state.loading} tableId={this.props.Tab.uuid} - MenuName={this.props.Tab.label} refreshdata={this.refreshbyaction} handleTableId={this.handleTableId} getexceloutparam={this.getexceloutparam} @@ -839,7 +837,6 @@ BID={this.props.BID} Tab={this.props.Tab} data={this.state.data} - MenuName={this.props.Tab.label} getexceloutparam={this.getexceloutparam} loading={this.state.loading} /> -- Gitblit v1.8.0