修改备件故障率导入名称

This commit is contained in:
龙运模 2025-04-09 20:50:04 +08:00
parent a9705465b5
commit 0f9f827123

View File

@ -5,7 +5,7 @@
<div class="left-panel">
<el-button type="primary" :size="size" icon="el-icon-plus" @click="add">新增</el-button>
<el-button plain type="danger" :disabled="selection.length==0?true:false" :size="size" icon="el-icon-Delete" @click="all_delete"></el-button>
<scImport ref="scImport" :size="size" :httpDisabled="httpDisabled" type="48" title="批量导入物料成本" @parentParams="importUpload" @importSuccess="importSuccess">
<scImport ref="scImport" :size="size" :httpDisabled="httpDisabled" type="48" title="批量导入配件故障率" @parentParams="importUpload" @importSuccess="importSuccess">
<template #header>
<el-button type="primary" :size="size" plain @click="importFile">批量导入</el-button>
</template>