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