diff --git a/src/api/system/trainingItem.js b/src/api/system/trainingItem.js index 137ea15..e2e7ad3 100644 --- a/src/api/system/trainingItem.js +++ b/src/api/system/trainingItem.js @@ -58,6 +58,12 @@ export function updateTrainingItem(data) { data: data }) } +export function selectSubordinateItem(trainingParentId) { + return request({ + url: `/system/trainingItem/selectSubordinateItem?trainingParentId=${trainingParentId}`, + method: 'get', + }) +} // 删除学习培训项目信息 export function delTrainingItem(id) { diff --git a/src/views/system/InformationCategory/index.vue b/src/views/system/InformationCategory/index.vue index 09c87bc..d02698b 100644 --- a/src/views/system/InformationCategory/index.vue +++ b/src/views/system/InformationCategory/index.vue @@ -317,6 +317,11 @@ export default { value: "HEALTH_NOUS", label: "健康常识", }, + { + value: "NURSING_NEWS", + label: "护理新闻", + + } ], value: "", // 遮罩层 diff --git a/src/views/system/trainingItem/index.vue b/src/views/system/trainingItem/index.vue index 77c4289..ad98904 100644 --- a/src/views/system/trainingItem/index.vue +++ b/src/views/system/trainingItem/index.vue @@ -40,8 +40,16 @@ - 搜索 - 重置 + 搜索 + 重置 @@ -54,7 +62,8 @@ size="mini" @click="handleAdd" v-hasPermi="['system:trainingItem:add']" - >新增 + >新增 修改 + >修改 删除 + >删除 - + - - - - - - + + + + + + + + @@ -156,8 +266,16 @@ width="180" > --> - - + + @@ -199,14 +319,22 @@ label-width="80px" :inline="true" > - + - + - 搜索 - 重置 + 搜索 + 重置 @@ -247,8 +383,16 @@ align="center" :show-overflow-tooltip="true" > - - + +