Commit 75637542 authored by TZW's avatar TZW

bug

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