Commit cc65b1a3 authored by 刘殿昕's avatar 刘殿昕

up word

parent 4fca02b1
...@@ -485,7 +485,7 @@ export default { ...@@ -485,7 +485,7 @@ export default {
}, },
public1(item){ public1(item){
this.dialogInfo.title = "提示"; this.dialogInfo.title = "提示";
this.dialogInfo.msg = `发布流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`; this.dialogInfo.msg = `发布流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`;
this.dialogInfo.cancelText = "取消"; this.dialogInfo.cancelText = "取消";
this.dialogInfo.sunbmitText = "发布"; this.dialogInfo.sunbmitText = "发布";
this.dialogInfo.submit = () => { this.dialogInfo.submit = () => {
......
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
}, },
publishItem(item) { publishItem(item) {
this.dialogInfo.title = "提示"; this.dialogInfo.title = "提示";
this.dialogInfo.msg = `发布流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`; this.dialogInfo.msg = `发布流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`;
this.dialogInfo.cancelText = "取消"; this.dialogInfo.cancelText = "取消";
this.dialogInfo.sunbmitText = "发布"; this.dialogInfo.sunbmitText = "发布";
this.dialogInfo.submit = () => { this.dialogInfo.submit = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment