This commit is contained in:
sujiaqi
2020-02-10 10:26:17 +08:00
parent 30e041c70f
commit 244db8d7c4
18 changed files with 82 additions and 76 deletions

View File

@@ -43,6 +43,7 @@
:data="tableData1"
size="mini"
border
stripe
style="width: 60%; max-height: 500px"
highlight-current-row
@row-click="searchTable2">
@@ -104,7 +105,7 @@
</el-table-column>
<el-table-column label="操作" align="center" min-width="100" fixed="right">
<template slot-scope="scope">
<el-button type="primary" size="mini" icon="el-icon-edit-outline" @click="Open(scope.row)">审核</el-button>
<el-button type="text" size="mini" icon="el-icon-edit-outline" @click="Open(scope.row)">审核</el-button>
</template>
</el-table-column>
</el-table>