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

确认通过该项目模版审核吗?

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