Commit a0473813 by zhaochengxiang

去掉右键

parent 41b7d4c2
...@@ -865,7 +865,7 @@ const ModelTable = (props) => { ...@@ -865,7 +865,7 @@ const ModelTable = (props) => {
dataSource={modelId?(subData||[]):(filterData||[])} dataSource={modelId?(subData||[]):(filterData||[])}
pagination={false} pagination={false}
size={modelId?'small':'default'} size={modelId?'small':'default'}
rowClassName={(record, index) => 'cursor-contextmenu'} // rowClassName={(record, index) => 'cursor-contextmenu'}
onRow={(record, index) => { onRow={(record, index) => {
return { return {
id: `data-model-${record?.id}`, 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