| | |
| | | <a-row :gutter='24'> |
| | | <a-col :md='8' :sm='6'> |
| | | <a-form-item label='工具编码'> |
| | | <j-input placeholder='请输入工具编码' v-model='queryParam.toolCode' /> |
| | | <a-input placeholder='请输入工具编码' v-model='queryParam.toolId' /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md='3'> |
| | |
| | | { |
| | | title: '工具编码', |
| | | align: 'center', |
| | | dataIndex: 'toolCode' |
| | | dataIndex: 'toolId', |
| | | width: 200 |
| | | }, |
| | | { |
| | | title: '中文名称', |
| | | align: 'center', |
| | | dataIndex: 'chineseName' |
| | | dataIndex: 'chineseName', |
| | | width: 150 |
| | | }, |
| | | { |
| | | title: '型号/图号', |
| | | align: 'center', |
| | | dataIndex: 'toolModel' |
| | | dataIndex: 'toolModel', |
| | | width: 150 |
| | | } |
| | | ], |
| | | selectedRowKeys: [], |