更新零件图导入页面
This commit is contained in:
@@ -69,11 +69,6 @@
|
|||||||
@selection-change="handleSelectionChange">
|
@selection-change="handleSelectionChange">
|
||||||
<el-table-column type="selection" align="center" width="50px"/>
|
<el-table-column type="selection" align="center" width="50px"/>
|
||||||
<el-table-column :width="setColumnWidth('序号')" type="index" label="序号" align="center"/>
|
<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>
|
<el-table-column width="140px" label="图号/型号" align="center" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.name }}
|
{{ scope.row.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user