mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-15 04:38:16 +08:00
V2.4.1 FE
This commit is contained in:
@@ -133,6 +133,12 @@ export class OrderDetail extends React.Component {
|
||||
width: '20%',
|
||||
render: (t: string) => <span>{t === 'consumer' ? '消费' : '生产'}</span>,
|
||||
},
|
||||
// {
|
||||
// title: '客户端语言',
|
||||
// dataIndex: 'language',
|
||||
// key: 'language',
|
||||
// width: '20%',
|
||||
// },
|
||||
];
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user