This commit is contained in:
caoxinyu
2019-09-25 20:11:52 +08:00
parent c90acc6a85
commit e3035b1d55
8 changed files with 18 additions and 14 deletions

View File

@@ -602,7 +602,7 @@
</el-table-column>
<el-table-column label="更新" size="mini" align="center" width="90">
<template slot-scope="scope">
<el-button size="mini" type="primary" style="" @click="updateDate(scope.$index)">更新</el-button>
<el-button size="mini" type="primary" plain style="" @click="updateDate(scope.$index)">更新</el-button>
</template>
</el-table-column>
</el-table>