release/2.19.1.2503.01-业务线个税
lys 6 months ago
parent 0df94c4258
commit f85278b29f

@ -162,6 +162,7 @@ const index: FunctionComponent<Props> = (props) => {
}
]
: [];
item.rightClickType &&
item.rightClickType.includes("DELFEEDBACK") &&
(items = [
...items,
@ -176,6 +177,7 @@ const index: FunctionComponent<Props> = (props) => {
})
}
]);
item.rightClickType &&
item.rightClickType.includes("SETFEEDBACK") &&
(items = [
...items,

Loading…
Cancel
Save