学员详情;市场管理;
This commit is contained in:
@@ -228,14 +228,14 @@ async function pOk() { // 审核提交
|
||||
size="small"
|
||||
type="primary"
|
||||
link
|
||||
@click="processFunc(scope.row,2)"
|
||||
@click="processFunc(scope.row,3)"
|
||||
>同意</el-button>
|
||||
<el-button v-if="scope.row.status == 1"
|
||||
icon="delete"
|
||||
size="small"
|
||||
type="danger"
|
||||
link
|
||||
@click="processFunc(scope.row,3)"
|
||||
@click="processFunc(scope.row,2)"
|
||||
>拒绝</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user