Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
38db53a5
提交
38db53a5
编写于
2月 21, 2022
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add tcm project'
上级
11195270
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
19 行删除
+6
-19
edit-manager.vue
src/views/education/edit-manager.vue
+0
-1
item-manager.vue
src/views/education/item-manager.vue
+6
-18
未找到文件。
src/views/education/edit-manager.vue
浏览文件 @
38db53a5
...
...
@@ -2822,7 +2822,6 @@ export default {
projectId
:
this
.
projectId
,
administrativeId
:
""
,
hospitalLevel
:
""
,
hospitalLevel
:
""
,
scope
:
this
.
getScope
(
"administrative"
),
pageNum
:
this
.
formOrganization
.
pageNum
,
pageSize
:
this
.
formOrganization
.
pageSize
...
...
src/views/education/item-manager.vue
浏览文件 @
38db53a5
...
...
@@ -224,6 +224,7 @@
<el-radio
:label=
"2"
>
CME项目
</el-radio>
<el-radio
:label=
"3"
>
开放模板
</el-radio>
<el-radio
:label=
"5"
>
职称考试
</el-radio>
<el-radio
:label=
"6"
>
中医项目
</el-radio>
</el-radio-group>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"centerDialogVisible = false"
>
取 消
</el-button>
...
...
@@ -295,7 +296,6 @@ export default {
data
()
{
return
{
changeStatusVisible
:
false
,
currentRow
:
null
,
currentType
:
4
,
changeStatusConfig
:
{
title
:
"确认通过该项目模版审核吗?"
,
...
...
@@ -460,6 +460,9 @@ export default {
toPage
(
isPreview
=
0
)
{
this
.
$router
.
push
(
"edit-manager?projectType=1&isPreview="
+
isPreview
);
},
toTCMPage
(
isPreview
=
0
)
{
this
.
$router
.
push
(
"edit-manager?projectType=5&isPreview="
+
isPreview
);
},
toCmePage
(
isPreview
=
0
)
{
this
.
$router
.
push
(
"edit-cme?projectType=2&isPreview="
+
isPreview
);
},
...
...
@@ -490,6 +493,8 @@ export default {
this
.
toTemplatePage
();
}
else
if
(
this
.
newProjectType
==
5
)
{
this
.
toProfessionalExamPage
();
}
else
if
(
this
.
newProjectType
==
6
)
{
this
.
toTCMPage
();
}
},
...
...
@@ -505,16 +510,6 @@ export default {
}
},
// handleCreateProject(isPreview) {
// if (this.newProjectType == 1) { // 1 普通项目 2 CME项目
// this.toPage(isPreview);
// } else if (this.newProjectType == 2) {
// this.toCmePage(isPreview);
// } else if(this.newProjectType == 3) {
// this.toTemplatePage(isPreview);
// }
// },
hanldeCmeClick
(
row
)
{
this
.
currentRow
=
row
;
let
status
=
row
.
projectStatus
;
...
...
@@ -661,13 +656,10 @@ export default {
return
text
;
// return true / false;
},
changeStatusPre
()
{
this
.
changeStatus
(
this
.
currentRow
,
this
.
currentType
);
this
.
changeStatusVisible
=
false
;
},
//
changeStatusForSP
(
row
,
type
)
{
this
.
currentRow
=
row
;
this
.
currentType
=
type
;
...
...
@@ -681,7 +673,6 @@ export default {
}
this
.
changeStatusVisible
=
true
;
},
//改变状态
changeStatus
(
row
,
type
)
{
let
projectId
=
row
.
id
;
...
...
@@ -799,9 +790,6 @@ export default {
this
.
deleteVisible
=
true
;
this
.
currentRow
=
row
;
},
hideDeleteFrom
()
{
this
.
deleteVisible
=
false
;
},
// 删除项目
confirmDelete
()
{
let
req
=
{};
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录