@@ -113,14 +113,14 @@
v-if="scope.row.examine != 1"
size="mini"
type="text"
- icon="el-icon-delete"
+ icon="el-icon-s-platform"
@click="handleExamine(scope.row)"
>审核</el-button>
<el-button
+ icon="el-icon-view"
@click="handleview(scope.row)"
>查看</el-button>
</template>