第一轮测试采购bug修改

This commit is contained in:
chenjianan
2018-11-22 14:14:38 +08:00
parent f17ec11ee8
commit 0da80da189
6 changed files with 157 additions and 95 deletions

View File

@@ -96,7 +96,7 @@
</el-table-column>
<el-table-column align="center" label="接收人" min-width="80px">
<template slot-scope="scope">
{{ scope.row.接收人姓名 }}
{{ scope.row.接收人姓名==='请选择' ? '' : scope.row.接收人姓名 }}
</template>
</el-table-column>
<el-table-column align="center" label="备注" min-width="200px">