|
@@ -21,7 +21,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
render: (a: string) => (<WidthEllipsis value={a} />)
|
|
|
},
|
|
|
{
|
|
|
- title: 'GS运营状态', dataIndex: 'gsStatus', label: '基本信息', align: 'center', width: 60, default: 3,
|
|
|
+ title: 'GS运营状态', dataIndex: 'gsStatus', label: '基本信息', align: 'center', width: 75, default: 3,
|
|
|
render: (a: 1 | 2, b: any) => {
|
|
|
return a === 1 ? <Tag color="#f50" style={{ marginRight: 0 }}>独立运营</Tag> : a === 2 ? <Tag color="#2db7f5" style={{ marginRight: 0 }}>联合运营</Tag> : <Tag style={{ marginRight: 0 }}>无GS</Tag>
|
|
|
}
|