Commit a155993d authored by 左玲玲's avatar 左玲玲 😬

1559

parent 7d9e91dc
...@@ -10,6 +10,7 @@ function getcolumns(setdrawer, valtype, itemId) { ...@@ -10,6 +10,7 @@ function getcolumns(setdrawer, valtype, itemId) {
colProps: { span: 8 }, colProps: { span: 8 },
render: (_, row) => { render: (_, row) => {
return ( return (
<Tooltip title={row.contractNo}>
<a <a
className="table-cell" className="table-cell"
onClick={() => { onClick={() => {
...@@ -25,6 +26,7 @@ function getcolumns(setdrawer, valtype, itemId) { ...@@ -25,6 +26,7 @@ function getcolumns(setdrawer, valtype, itemId) {
> >
{row.contractNo} {row.contractNo}
</a> </a>
</Tooltip>
); );
} }
}, },
......
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