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

提示语修改,传参问题

上级 4fe52f15
......@@ -465,7 +465,7 @@ export default {
},
previewTemplate(row, isPreview) {
this.$router.push(`template-open?projectId=${row.id}&projectType=3&isPreview=isPreview`);
this.$router.push(`template-open?projectId=${row.id}&projectType=3&isPreview=${isPreview}`);
},
// handleCreateProject(isPreview) {
......
......@@ -208,7 +208,7 @@ export default {
needChangeStatus: 4,
changeStatusConfig: {
title: '确认要下架该项目模板吗?',
message: '下架后,用户则无法查看项目',
message: '下架后,用户新建项目则无法看到该模版',
},
idType: 1 //idType 1为内部项目,其他为外部项目
}
......@@ -263,7 +263,7 @@ export default {
message = '审核通过后,用户可在工作站查看或购买该项目模版';
} else if(status == 5) {
title = '确认要下架该项目模版吗?';
message = '下架后,用户则无法查看项目';
message = '下架后,用户新建项目则无法看到该模版';
} else if(status == 6) {
title = '确认要拒绝该项目模版吗?';
message = '拒绝后该模版将从列表中消失';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册