mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
修改待审核课程审核和预览问题
This commit is contained in:
@@ -404,14 +404,15 @@ export default {
|
||||
<span
|
||||
style="cursor:pointer;color:#387DF7"
|
||||
onClick={() => {
|
||||
showAudit(
|
||||
{/* showAudit(
|
||||
value.record.createrId,
|
||||
value.record.creater,
|
||||
value.record.offId,
|
||||
value.record.type,
|
||||
value.record.id,
|
||||
value.record.courseId
|
||||
);
|
||||
); */}
|
||||
window.open(window.location.protocol + process.env.VUE_APP_BOE_API_URL + '/pc/examine/notapproved','notapproved')
|
||||
}}
|
||||
>
|
||||
审核
|
||||
@@ -435,14 +436,14 @@ export default {
|
||||
</span>
|
||||
:''
|
||||
}
|
||||
|
||||
{/*
|
||||
<span
|
||||
onClick={() => {
|
||||
getFaceDetail(value.record.offId);
|
||||
}}
|
||||
style="cursor:pointer;color:#387DF7">
|
||||
预览
|
||||
</span>
|
||||
</span> */}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user