|
@@ -130,11 +130,11 @@
|
|
align="center"
|
|
align="center"
|
|
>
|
|
>
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <!-- <div class="operations"> -->
|
|
|
|
|
|
+ <div class="operations">
|
|
<el-button type="primary" class="bt1" size="mini" @click="details">详情</el-button>
|
|
<el-button type="primary" class="bt1" size="mini" @click="details">详情</el-button>
|
|
<el-button type="primary" class="bt1" size="mini">审核</el-button>
|
|
<el-button type="primary" class="bt1" size="mini">审核</el-button>
|
|
<el-button type="primary" class="bt1" size="mini" @click="edit(scope.row.id,scope.row.status)" style="background: #477edd">成果查看</el-button>
|
|
<el-button type="primary" class="bt1" size="mini" @click="edit(scope.row.id,scope.row.status)" style="background: #477edd">成果查看</el-button>
|
|
- <!-- </div> -->
|
|
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|