更新零件图导入页面

This commit is contained in:
Developer
2026-05-25 16:38:54 +08:00
parent 00ae692c52
commit ca9bcd9994

View File

@@ -69,11 +69,6 @@
@selection-change="handleSelectionChange">
<el-table-column type="selection" align="center" width="50px"/>
<el-table-column :width="setColumnWidth('序号')" type="index" label="序号" align="center"/>
<el-table-column width="170px" label="零件名称" align="center">
<template slot-scope="scope">
{{ scope.row.name }}
</template>
</el-table-column>
<el-table-column width="140px" label="图号/型号" align="center" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.name }}