|
@@ -36,7 +36,7 @@
|
|
|
<el-table-column width="150" prop="createTime" label="报名时间" align="center" />
|
|
|
<el-table-column align="center" label="操作" width="130" fixed="right" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="{ row }">
|
|
|
- <el-button type="info" size="mini" @click="$refs.editProportionRrf && $refs.editProportionRrf.handleOpen(row)">修改结算比例</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="$refs.editProportionRrf && $refs.editProportionRrf.handleOpen(row)">修改结算比例</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|