提交 d4197a93 编写于 作者: guangjun.yang's avatar guangjun.yang

下架后,用户新建项目则无法看到该模版

上级 9f9127c4
......@@ -319,7 +319,7 @@ export default {
currentRow: null,
currentType: 4,
changeStatusConfig: {
title: '确认要下架该项目模板吗?',
title: '确认通过该项目模版审核吗?',
message: '下架后,用户新建项目则无法看到该模版',
},
......@@ -657,10 +657,10 @@ export default {
changeStatusForSP(row, type) {
this.currentRow = row;
this.currentType = type;
if(status == 4) {
if(type == 4) {
title = '确认通过该项目模版审核吗?';
message = '审核通过后,用户可在工作站查看或购买该项目模版';
} else if(status == 6) {
} else if(type == 6) {
title = '确认要拒绝该项目模版吗?';
message = '拒绝后该模版将从列表中消失';
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册