Commit a0473813 by zhaochengxiang

去掉右键

parent 41b7d4c2
......@@ -865,7 +865,7 @@ const ModelTable = (props) => {
dataSource={modelId?(subData||[]):(filterData||[])}
pagination={false}
size={modelId?'small':'default'}
rowClassName={(record, index) => 'cursor-contextmenu'}
// rowClassName={(record, index) => 'cursor-contextmenu'}
onRow={(record, index) => {
return {
id: `data-model-${record?.id}`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment