Commit b181ca83 authored by 吴春's avatar 吴春

1

parent 1a2c391b
...@@ -138,6 +138,18 @@ ...@@ -138,6 +138,18 @@
{{ scope.row.CustomerName }} {{ scope.row.CustomerName }}
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column
label="联系人">
<template slot-scope="scope">
{{ scope.row.Contact }}
</template>
</el-table-column> -->
<el-table-column
label="联系电话">
<template slot-scope="scope">
{{ scope.row.ContactNumber }}
</template>
</el-table-column>
<!-- <el-table-column <!-- <el-table-column
prop="EmName" prop="EmName"
label="销售" width="120" label="销售" width="120"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment