Merge branch 'feature/v2-数据采集-1024' into develop
This commit is contained in:
commit
1e6aa4e131
|
|
@ -637,7 +637,7 @@ export default class CumDeduct extends React.Component {
|
|||
} else if (item.dataIndex === "operate") {
|
||||
return {
|
||||
...item,
|
||||
width: 100,
|
||||
width: 120,
|
||||
fixed: "right",
|
||||
render: (text, record) => (
|
||||
<div className="linkWapper">
|
||||
|
|
|
|||
|
|
@ -620,7 +620,7 @@ export default class CumSituation extends React.Component {
|
|||
} else if (item.dataIndex === "operate") {
|
||||
return {
|
||||
...item,
|
||||
width: 100,
|
||||
width: 120,
|
||||
fixed: "right",
|
||||
render: (text, record) =>
|
||||
<div className="linkWapper">
|
||||
|
|
|
|||
Loading…
Reference in New Issue