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