企业端增加【审核记录菜单】
parent
b6c757ba30
commit
25ac00618f
|
|
@ -15,7 +15,7 @@ function List(props) {
|
||||||
const { tableProps, getData } = useTable(props["inCheckList"], {
|
const { tableProps, getData } = useTable(props["inCheckList"], {
|
||||||
form,
|
form,
|
||||||
params: {
|
params: {
|
||||||
eqStakeholderLevel: "one-level",
|
eqStakeholderLevel: "two-level",
|
||||||
eqProjectStatus: 4,
|
eqProjectStatus: 4,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
@ -54,14 +54,16 @@ function List(props) {
|
||||||
width: 150,
|
width: 150,
|
||||||
render: (_, record) => (
|
render: (_, record) => (
|
||||||
<Space>
|
<Space>
|
||||||
<Button
|
{props.permission("xmsh-jtdw-bashjl-btn-ck") && (
|
||||||
type="link"
|
<Button
|
||||||
onClick={() => {
|
type="link"
|
||||||
props.history.push(`./reView?id=${record.id}`);
|
onClick={() => {
|
||||||
}}
|
props.history.push(`./reView?id=${record.id}`);
|
||||||
>
|
}}
|
||||||
查看
|
>
|
||||||
</Button>
|
查看
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
</Space>
|
</Space>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue