This commit is contained in:
lixin
2018-12-24 20:09:24 +08:00
parent 1f4282aa34
commit d42bc7e07e
4 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
v-loading="listLoading"
:data="tableData1"
border
size="mini"
style="width: 100%;"
height="300">
<el-table-column
@@ -32,7 +33,7 @@
</el-table-column>
<el-table-column label="操作" align="center" min-width="200px">
<template slot-scope="scope" align="center">
<el-button size="small" type="primary" icon="el-icon-edit" style="margin: 0 0 0 10px" @click="chooseListinfor(scope.row)">选择</el-button>
<el-button size="mini" type="primary" icon="el-icon-edit" style="margin: 0 0 0 10px" @click="chooseListinfor(scope.row)">选择</el-button>
</template>
</el-table-column>
</el-table>