| | |
| | | @change="handleImportExcel"> |
| | | <a-button type="primary" icon="import">导入</a-button> |
| | | </a-upload> |
| | | <!--<a-button type="primary" icon="download" @click="handleExportXls('MDC设备实施台账')">导出</a-button>--> |
| | | <a-button type="primary" icon="download" @click="handleExportXls('MDC设备实施台账')">导出</a-button> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-menu slot="overlay" @click="handleMenuClick"> |
| | | <a-menu-item key="1"> |
| | |
| | | |
| | | const columns = [ |
| | | { title: '公司', dataIndex: 'companyName', key: 'companyName', align: 'center', width: 100 }, |
| | | { title: '车间', dataIndex: 'productionName', key: 'productionName', align: 'center', width: 100 }, |
| | | { title: '工段', dataIndex: 'sectionName', key: 'sectionName', align: 'center', width: 100 }, |
| | | { title: '车间', dataIndex: 'productionName', key: 'productionName', align: 'center', width: 120 }, |
| | | { title: '工段', dataIndex: 'sectionName', key: 'sectionName', align: 'center', width: 180 }, |
| | | { title: '设备编号', dataIndex: 'equipmentId', key: 'equipmentId', align: 'center', width: 100 }, |
| | | { title: '设备名称', dataIndex: 'equipmentName', key: 'equipmentName', align: 'center', width: 100 }, |
| | | { title: '设备型号', dataIndex: 'equipmentModel', key: 'equipmentModel', align: 'center', width: 100 }, |
| | | { title: '设备型号', dataIndex: 'equipmentModel', key: 'equipmentModel', align: 'center', width: 150 }, |
| | | { title: '设备系统类型', dataIndex: 'controlSystem', key: 'controlSystem', align: 'center', width: 150 }, |
| | | { title: '设备责任人', dataIndex: 'responsible', key: 'responsible', align: 'center', width: 150 }, |
| | | { title: '设备安放位置', dataIndex: 'equipmentPosition', key: 'equipmentPosition', align: 'center', width: 150 }, |