From 655ac8aef54bc134c1420c19975023182a10cae4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 十二月 2020 19:25:27 +0800 Subject: [PATCH] 2020-12-08 --- src/tabviews/custom/components/table/normal-table/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/table/normal-table/index.jsx b/src/tabviews/custom/components/table/normal-table/index.jsx index 6dc10dc..a1eb621 100644 --- a/src/tabviews/custom/components/table/normal-table/index.jsx +++ b/src/tabviews/custom/components/table/normal-table/index.jsx @@ -17,7 +17,7 @@ // 閫氱敤缁勪欢 const MainAction = asyncSpinComponent(() => import('@/tabviews/zshare/actionList')) -const MainTable = asyncSpinComponent(() => import('@/tabviews/zshare/normalTable')) +const MainTable = asyncSpinComponent(() => import('@/tabviews/custom/components/share/normalTable')) class NormalTable extends Component { static propTpyes = { @@ -150,6 +150,7 @@ this.setState({ data: result.data.map((item, index) => { item.key = index + item.$$uuid = item[setting.primaryKey] || '' return item }), total: result.total, @@ -499,6 +500,7 @@ fields={config.columns} total={this.state.total} MenuID={this.props.MenuID} + lineMarks={config.lineMarks} loading={this.state.loading} refreshdata={this.refreshbytable} statFValue={this.state.statFValue} -- Gitblit v1.8.0