佣金设置;财务管理;提现管理

This commit is contained in:
2023-03-22 15:50:42 +08:00
parent 35fc9df240
commit 2382fc3f9e
15 changed files with 554 additions and 4 deletions

View File

@@ -120,9 +120,9 @@ async function getCourseName(course_id) {
</el-table-column>
<el-table-column align="left" label="科目" min-width="150" prop="subject"></el-table-column>
<el-table-column align="left" label="课程" min-width="150" prop="name"></el-table-column>
<el-table-column align="left" label="测试用时/限时" min-width="150">
<el-table-column align="left" label="测试用时/限时(分钟)" min-width="150">
<template #default="scope">
{{scope.row.duration/scope.row.duration}}
{{scope.row.duration+'/'+scope.row.time_limit}}
</template>
</el-table-column>
<el-table-column align="left" label="测试状态" min-width="150" prop="status">