Commit 18410a7a authored by zhengke's avatar zhengke

no message

parent 8fe8ae87
......@@ -78,10 +78,10 @@
<el-table-column prop="" label="联系人" width="200">
<template slot-scope="scope">
<div>
姓名: {{scope.row.ContactName}}
{{scope.row.ContactName}}
</div>
<div>
电话: {{scope.row.ContactPhone}}
{{scope.row.ContactPhone}}
</div>
</template>
</el-table-column>
......
......@@ -126,10 +126,10 @@
<el-table-column prop="" width="200" label="楼负责人">
<template slot-scope="scope">
<div>
姓名: {{scope.row.ContactName}}
{{scope.row.ContactName}}
</div>
<div>
电话: {{scope.row.ContactPhone}}
{{scope.row.ContactPhone}}
</div>
</template>
</el-table-column>
......
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