Compare commits
No commits in common. "83a62f986a0fcf1e34cb47ce6988ebbdde315eb6" and "54045586ce4dc43c6dd83ecc65dc373e91ace3c1" have entirely different histories.
83a62f986a
...
54045586ce
|
|
@ -36,7 +36,7 @@ const Page = () => {
|
||||||
checked={v==='0'?true:false}
|
checked={v==='0'?true:false}
|
||||||
/>
|
/>
|
||||||
},
|
},
|
||||||
{ 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: '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