|
|
|
@ -78,7 +78,7 @@ |
|
|
|
@click="handleshowMember(scope.row)">成员管理</el-button> |
|
|
|
<el-button type="text" style="color:#1C6AFD;" size="small" |
|
|
|
@click="handleDel(scope.row)">删除</el-button> |
|
|
|
<el-button v-if="scope.row.status == 'processing'&&scope.row.ischeck==1" type="text" style="color:#1C6AFD;" size="small" |
|
|
|
<el-button v-if="scope.row.status == 'processing'&&scope.row.isCheck == '1'" type="text" style="color:#1C6AFD;" size="small" |
|
|
|
@click="handleprocessl(scope.row)">审核</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|