Commit 0f23d3f9 authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

修复字段问题

parent dc004d86
......@@ -75,8 +75,8 @@ const DeliveryNoteManage: React.FC = () => {
{ title: '单据时间', dataIndex: 'createTime', key: 'createTime' },
{
title: '外部状态',
dataIndex: 'id6',
key: 'id6',
dataIndex: 'outerStatusName',
key: 'outerStatusName',
render: (text, record) => {
const styles = tagService.getTagStyle(record.outerStatus);
return (
......
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