医学标签添加附加信息

This commit is contained in:
@fawn-nine
2024-05-31 13:51:09 +08:00
parent b147154603
commit 13ec025af2
3 changed files with 117 additions and 76 deletions

View File

@@ -209,6 +209,37 @@
/>
</template>
</el-table-column>
<el-table-column
prop="toSociologySort"
header-align="center"
align="center"
label="排序"
>
</el-table-column>
<el-table-column
header-align="center"
align="center"
label="课程等级"
>
<template slot-scope="scope">
<span v-if="scope.row.level == 0">不显示</span>
<span v-if="scope.row.level == 1">初级</span>
<span v-if="scope.row.level == 2">高级</span>
</template>
</el-table-column>
<el-table-column
header-align="center"
align="center"
label="课程属性"
>
<template slot-scope="scope">
<span v-if="scope.row.selective == 0">不显示</span>
<span v-if="scope.row.selective == 1">必修</span>
<span v-if="scope.row.selective == 2">选修</span>
</template>
</el-table-column>
</template>
</commonShop>
@@ -353,9 +384,11 @@ export default {
add: "/master/courseMedical/addCourseMedical",
edit: "/master/courseMedical/editCourseMedical",
hasBindProductList: "/master/courseMedical/getCourseListForMedical",
CanBindProductList: "/master/courseMedical/getCourseListCanMedical"
CanBindProductList: "/master/courseMedical/getCourseListCanMedical",
editCourse:'/master/courseMedical/updateCourseToMedicalSort'
},
addForm: {},
isFresh: false,
dataRule: {
name: [