Commit 75637542 authored by TZW's avatar TZW

bug

parent 27dd3144
...@@ -237,8 +237,13 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false, ...@@ -237,8 +237,13 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
}, },
{ {
title: '转单类型', title: '转单类型',
dataIndex: 'repairTypeName', dataIndex: 'reviewerTypeName',
key: 'repairTypeName', key: 'reviewerTypeName',
},
{
title: '转单原因',
dataIndex: 'reason',
key: 'reason',
}, },
], ],
7: [ 7: [
......
...@@ -21,7 +21,7 @@ function getcolumns(setdrawer) { ...@@ -21,7 +21,7 @@ function getcolumns(setdrawer) {
})); }));
}} }}
> >
{row?.maintainNo} {row?.taskNo}
</a> </a>
); );
}, },
......
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