Lius
2024-12-31 4f468bc9b4edb1557a7ae435bc0e9039a6c56964
设备台账导入功能修改
已修改1个文件
8 ■■■■ 文件已修改
src/views/system/MdcEquipmentImplementLedger.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/MdcEquipmentImplementLedger.vue
@@ -43,7 +43,7 @@
                  @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">
@@ -143,11 +143,11 @@
  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 },