Compare commits

...

2 Commits

Author SHA1 Message Date
秦子超 83a62f986a Merge branch 'master' of http://10.0.41.100:3000/lishenfeng/tsg-web 2024-10-25 14:16:16 +08:00
秦子超 47500bcca0 提交 2024-10-25 14:16:15 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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',