|
@@ -72,11 +72,11 @@ function List(props) {
|
|
<Button type="primary" style={{ marginRight: 20 }} onClick={() => setVisible(true)}>
|
|
<Button type="primary" style={{ marginRight: 20 }} onClick={() => setVisible(true)}>
|
|
新增工作流
|
|
新增工作流
|
|
</Button>
|
|
</Button>
|
|
- {/* {(permission['func-01-point-bom-flow'] || currentUser.IsSuper) && ( */}
|
|
|
|
- <Link to="/home/audit-list">
|
|
|
|
- <Button type="primary">审批流管理</Button>
|
|
|
|
- </Link>
|
|
|
|
- {/* )} */}
|
|
|
|
|
|
+ {(permission['func-01-point-bom-flow'] || currentUser.IsSuper) && (
|
|
|
|
+ <Link to="/home/audit-list">
|
|
|
|
+ <Button type="primary">审批流管理</Button>
|
|
|
|
+ </Link>
|
|
|
|
+ )}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<Table rowKey="Id" dataSource={list} columns={columns} />
|
|
<Table rowKey="Id" dataSource={list} columns={columns} />
|