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

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

@@ -154,6 +154,7 @@ async function enterChapterChildDialog() { // 提交小章节
// return
if(chapterChildForm.value.course_subsection_id){ // 编辑
func_name = 'editChapter'
params.course_id = parseInt(props.course_id)
}
else{ // 新增
func_name = 'addChapter'

View File

@@ -236,6 +236,9 @@ function handleChooseChange(row) {
</div>
</template>
<style scoped>
.el-table th, .el-table tr{
cursor: pointer;
}
.drawer-section{
padding: 10px;
}