sasp-flow-render 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
}else {
|
|
1088
1088
|
arrNodeFormBtns = this.nodeFormBtnObj[this.flowVersionNodeObj[this.flowDefine.releaseVersion][this.startNodeKeyObj[this.flowDefine.releaseVersion]].id];
|
|
1089
1089
|
}
|
|
1090
|
-
let hideBtnTypes = new Set(["getBack"]);
|
|
1090
|
+
let hideBtnTypes = new Set(["getBack","stopped"]);
|
|
1091
1091
|
if (this.tabActive == "draft") {
|
|
1092
1092
|
hideBtnTypes.add("flowRecord");
|
|
1093
1093
|
hideBtnTypes.add("record");
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
|
|
1126
1126
|
// 流程的发起人可以撤销(已开启按钮的情况下)
|
|
1127
1127
|
if (row.startUserId == this.loginUser.id) {
|
|
1128
|
-
hideBtnTypes.delete("cancel");
|
|
1128
|
+
// hideBtnTypes.delete("cancel");
|
|
1129
1129
|
}
|
|
1130
1130
|
//被挂起数据只有查看按钮
|
|
1131
1131
|
if(row.hangUp == '1'){
|