This commit is contained in:
liushuai
2020-06-03 08:46:28 +08:00
parent d30a808bc9
commit cef05b6165
9 changed files with 85 additions and 81 deletions

View File

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