合同请款(制造)

This commit is contained in:
Vergil
2020-03-27 15:01:03 +08:00
parent 0c0d6ca7d6
commit 5774e9cf94

View File

@@ -155,12 +155,7 @@
{{ scope.row.采购合同名称 }} {{ scope.row.采购合同名称 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="供应商" align="center" min-width="180"> <el-table-column label="采购员" align="center" width="120">
<template slot-scope="scope">
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column label="采购员" align="center" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.姓名 }} {{ scope.row.姓名 }}
</template> </template>