客户名称加到项目编号后

This commit is contained in:
caoxinyu
2019-05-07 15:38:44 +08:00
parent 7c0c109700
commit f209b5b6ad
3 changed files with 8 additions and 8 deletions

View File

@@ -104,6 +104,11 @@
</template>
</template>
</el-table-column>
<el-table-column align="center" label="客户名称" width="260">
<template slot-scope="scope">
{{ scope.row.客户名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="项目名称" width="200">
<template slot-scope="scope">
{{ scope.row.项目名称 }}
@@ -144,11 +149,6 @@
{{ scope.row.营销经理 }}
</template>
</el-table-column>
<el-table-column align="center" label="客户名称" width="260">
<template slot-scope="scope">
{{ scope.row.客户名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="联系人" width="80">
<template slot-scope="scope">
{{ scope.row.联系人 }}