feature/核算表格双击编辑
lys 3 months ago
parent 2aeac6e713
commit 0df94c4258

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

Loading…
Cancel
Save