This commit is contained in:
lixin
2018-11-23 13:23:25 +08:00
parent 5692d65e57
commit fc6495403a
10 changed files with 168 additions and 94 deletions

View File

@@ -32,7 +32,7 @@
</el-table-column>
<el-table-column label="联系人" align="center">
<template slot-scope="scope">
{{ scope.row.联系人 }}
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="备注" width="180" align="center">
@@ -52,10 +52,6 @@
icon="el-icon-edit"
type="primary"
@click="handleEdit(scope.row)">修改</el-button>
</template>
</el-table-column>
<el-table-column label="操作" min-width="100" align="center" fixed="right">
<template slot-scope="scope">
<el-button
size="mini"
type="danger"