姜福壮

This commit is contained in:
Vergil
2020-05-15 15:55:18 +08:00
parent 4aad06b9c3
commit c9b40e3204
7 changed files with 28 additions and 28 deletions

View File

@@ -26,17 +26,17 @@
<el-tag v-if="Number(scope.row.外协状态)==2 && Number(scope.row.到货状态)===1" type="success" size="mini">已到货</el-tag>
</template>
</el-table-column>
<el-table-column label="项目名称" align="center" width="115px">
<el-table-column label="项目名称" align="center" width="115px" fixed>
<template slot-scope="scope">
{{ scope.row.项目名称 }}
</template>
</el-table-column>
<el-table-column label="零件图号" align="center" width="140px" show-overflow-tooltip>
<el-table-column label="零件图号" align="center" width="140px" show-overflow-tooltip fixed>
<template slot-scope="scope">
{{ scope.row.零件图号 }}
</template>
</el-table-column>
<el-table-column label="零件名称" align="center" width="110px">
<el-table-column label="零件名称" align="center" width="110px" fixed>
<template slot-scope="scope">
{{ scope.row.零件名称 }}
</template>