佣金设置;财务管理;提现管理
This commit is contained in:
@@ -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'
|
||||
|
@@ -236,6 +236,9 @@ function handleChooseChange(row) {
|
||||
</div>
|
||||
</template>
|
||||
<style scoped>
|
||||
.el-table th, .el-table tr{
|
||||
cursor: pointer;
|
||||
}
|
||||
.drawer-section{
|
||||
padding: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user