| | |
| | | { |
| | | title:'唯一编码', |
| | | align:"center", |
| | | dataIndex: 'toolId', |
| | | dataIndex: 'onlyCode', |
| | | }, |
| | | { |
| | | title:'量具名称', |
| | |
| | | { |
| | | title:'规格', |
| | | align:"center", |
| | | dataIndex: 'model' |
| | | dataIndex: 'toolModel' |
| | | }, |
| | | { |
| | | title:'计量号', |
| | |
| | | align:"center", |
| | | dataIndex: 'personResponsible' |
| | | }, |
| | | { |
| | | title:'创建人', |
| | | align:"center", |
| | | dataIndex: 'createBy' |
| | | }, |
| | | { |
| | | title:'创建时间', |
| | | align:"center", |
| | | dataIndex: 'createTime' |
| | | }, |
| | | // { |
| | | // title:'创建人', |
| | | // align:"center", |
| | | // dataIndex: 'createBy' |
| | | // }, |
| | | // { |
| | | // title:'创建时间', |
| | | // align:"center", |
| | | // dataIndex: 'createTime' |
| | | // }, |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | |
| | | } |
| | | ], |
| | | url: { |
| | | list: "/tms/toolVerificationRecord/list", |
| | | list: "/tms/toolVerificationRecord/queryPageList", |
| | | delete: "/tms/toolVerificationRecord/delete", |
| | | deleteBatch: "/tms/toolVerificationRecord/deleteBatch", |
| | | exportXlsUrl: "/tms/toolVerificationRecord/exportXls", |