学员详情;市场管理;
This commit is contained in:
@@ -211,7 +211,7 @@ async function pOk() { // 审核提交
|
||||
<el-table-column align="center" label="累计销售" prop="exam_sale" />
|
||||
<el-table-column align="center" label="状态" prop="exam_sale">
|
||||
<template #default="scope">
|
||||
<div>{{scope.row.status == 1?'审核中':scope.row.status == 2?'已同意':'已拒绝'}}</div>
|
||||
<div>{{scope.row.status == 1?'审核中':scope.row.status == 2?'已拒绝':'已同意'}}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="审核说明" prop="desc" />
|
||||
|
Reference in New Issue
Block a user