Compare commits
2 Commits
54045586ce
...
83a62f986a
| Author | SHA1 | Date |
|---|---|---|
|
|
83a62f986a | |
|
|
47500bcca0 |
|
|
@ -36,7 +36,7 @@ const Page = () => {
|
||||||
checked={v==='0'?true:false}
|
checked={v==='0'?true:false}
|
||||||
/>
|
/>
|
||||||
},
|
},
|
||||||
{ title: '创建日期', key: 'stationCode', dataIndex: 'stationCode', width: 140,align:"center", },
|
{ title: '创建日期', key: 'updateTm', dataIndex: 'updateTm', width: 140,align:"center", },
|
||||||
{ title: '创建人', key: 'stationCode', dataIndex: 'stationCode', width: 140,align:"center", },
|
{ title: '创建人', key: 'stationCode', dataIndex: 'stationCode', width: 140,align:"center", },
|
||||||
{
|
{
|
||||||
title: '操作', key: 'operation', width: 240, fixed: 'right',align: 'center',
|
title: '操作', key: 'operation', width: 240, fixed: 'right',align: 'center',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue