外协人员追溯V3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{{ scope.row.项目名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="零件图号" prop="零件图号" align="center" min-width="200px" >
|
||||
<el-table-column label="零件图号" prop="零件图号" align="center" width="160px" >
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.零件图号 }}
|
||||
</template>
|
||||
@@ -31,6 +31,11 @@
|
||||
{{ scope.row.外协工序 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="分配人" align="center" show-overflow-tooltip width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.外协分配人 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</el-card>
|
||||
<el-card>
|
||||
|
||||
Reference in New Issue
Block a user