This commit is contained in:
zhangdingyu
2019-09-20 16:47:54 +08:00
parent 008dc15c34
commit 8d70b74a1e
7 changed files with 33 additions and 32 deletions

View File

@@ -78,7 +78,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-circle-plus-outline" @click="handleSetPayPlan(scope.row)">新增</el-button>
<el-button type="warning" size="mini" plain icon="el-icon-circle-plus-outline" @click="handleSetPayPlan(scope.row)">新增</el-button>
</template>
</el-table-column>
</el-table>