ddy-process-h5 1.0.1-beta.4 → 1.0.1-beta.6
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 +1 -1
- package/v2/ddy-process-h5.js +11 -10
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +11 -10
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +11 -10
- package/v3/ddy-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -21340,8 +21340,8 @@ var gC = function() {
|
|
|
21340
21340
|
return i("div", {
|
|
21341
21341
|
staticClass: "process-btns"
|
|
21342
21342
|
}, [e.process.status == "todo" ? [e.getButton("wf_pass") ? i("button", {
|
|
21343
|
+
staticClass: "process-button success",
|
|
21343
21344
|
attrs: {
|
|
21344
|
-
type: "success",
|
|
21345
21345
|
size: "default",
|
|
21346
21346
|
disabled: e.loading
|
|
21347
21347
|
},
|
|
@@ -21351,8 +21351,8 @@ var gC = function() {
|
|
|
21351
21351
|
}
|
|
21352
21352
|
}
|
|
21353
21353
|
}, [["recall", "reject"].includes(e.process.processIsFinished) ? i("span", [e._v("\u91CD\u65B0\u63D0\u4EA4")]) : i("span", [e._v(e._s(e.getButton("wf_pass").name))])]) : e._e(), e.getButton("wf_reject") ? i("button", {
|
|
21354
|
+
staticClass: "process-button danger",
|
|
21354
21355
|
attrs: {
|
|
21355
|
-
type: "danger",
|
|
21356
21356
|
size: "default",
|
|
21357
21357
|
disabled: e.loading
|
|
21358
21358
|
},
|
|
@@ -21362,6 +21362,7 @@ var gC = function() {
|
|
|
21362
21362
|
}
|
|
21363
21363
|
}
|
|
21364
21364
|
}, [e.backNodes.length > 1 ? i("span", [e._v(e._s(e.getButton("wf_reject").name))]) : i("span", [e._v(e._s(e.getButton("wf_reject").name))])]) : e._e(), i("button", {
|
|
21365
|
+
staticClass: "process-button info",
|
|
21365
21366
|
attrs: {
|
|
21366
21367
|
size: "default",
|
|
21367
21368
|
disabled: e.loading
|
|
@@ -21372,8 +21373,8 @@ var gC = function() {
|
|
|
21372
21373
|
}
|
|
21373
21374
|
}
|
|
21374
21375
|
}, [i("span", [e._v("\u50AC\u529E")])]), e.getButton("wf_transfer") ? i("button", {
|
|
21376
|
+
staticClass: "process-button primary",
|
|
21375
21377
|
attrs: {
|
|
21376
|
-
type: "primary",
|
|
21377
21378
|
size: "default",
|
|
21378
21379
|
disabled: e.loading
|
|
21379
21380
|
},
|
|
@@ -21387,8 +21388,8 @@ var gC = function() {
|
|
|
21387
21388
|
}
|
|
21388
21389
|
}
|
|
21389
21390
|
}, [e._v(e._s(e.getButton("wf_transfer").name))]) : e._e(), e.getButton("wf_delegate") ? i("button", {
|
|
21391
|
+
staticClass: "process-button warning",
|
|
21390
21392
|
attrs: {
|
|
21391
|
-
type: "warning",
|
|
21392
21393
|
size: "default",
|
|
21393
21394
|
disabled: e.loading
|
|
21394
21395
|
},
|
|
@@ -21402,8 +21403,8 @@ var gC = function() {
|
|
|
21402
21403
|
}
|
|
21403
21404
|
}
|
|
21404
21405
|
}, [e._v(" " + e._s(e.getButton("wf_delegate").name) + " ")]) : e._e(), e.getButton("wf_rollback") ? i("button", {
|
|
21406
|
+
staticClass: "process-button success",
|
|
21405
21407
|
attrs: {
|
|
21406
|
-
type: "success",
|
|
21407
21408
|
size: "default",
|
|
21408
21409
|
disabled: e.loading
|
|
21409
21410
|
},
|
|
@@ -21413,8 +21414,8 @@ var gC = function() {
|
|
|
21413
21414
|
}
|
|
21414
21415
|
}
|
|
21415
21416
|
}, [e._v(" " + e._s(e.getButton("wf_rollback").name) + " ")]) : e._e(), e.getButton("wf_terminate") ? i("button", {
|
|
21417
|
+
staticClass: "process-button danger",
|
|
21416
21418
|
attrs: {
|
|
21417
|
-
type: "danger",
|
|
21418
21419
|
size: "default",
|
|
21419
21420
|
disabled: e.loading
|
|
21420
21421
|
},
|
|
@@ -21424,8 +21425,8 @@ var gC = function() {
|
|
|
21424
21425
|
}
|
|
21425
21426
|
}
|
|
21426
21427
|
}, [e._v(" " + e._s(e.getButton("wf_terminate").name) + " ")]) : e._e(), e.process.isMultiInstance && e.getButton("wf_add_instance") ? i("button", {
|
|
21428
|
+
staticClass: "process-button primary",
|
|
21427
21429
|
attrs: {
|
|
21428
|
-
type: "primary",
|
|
21429
21430
|
size: "default",
|
|
21430
21431
|
disabled: e.loading
|
|
21431
21432
|
},
|
|
@@ -21439,8 +21440,8 @@ var gC = function() {
|
|
|
21439
21440
|
}
|
|
21440
21441
|
}
|
|
21441
21442
|
}, [e._v(" " + e._s(e.getButton("wf_add_instance").name) + " ")]) : e._e()] : e._e(), e.process.isOwner && e.process.isReturnable && !["recall", "reject"].includes(e.process.processIsFinished) ? i("button", {
|
|
21443
|
+
staticClass: "process-button danger",
|
|
21442
21444
|
attrs: {
|
|
21443
|
-
type: "warning",
|
|
21444
21445
|
size: "default",
|
|
21445
21446
|
disabled: e.loading
|
|
21446
21447
|
},
|
|
@@ -21450,8 +21451,8 @@ var gC = function() {
|
|
|
21450
21451
|
}
|
|
21451
21452
|
}
|
|
21452
21453
|
}, [e._v(" \u64A4\u9500 ")]) : e._e(), e.getButton("wf_print") ? i("button", {
|
|
21454
|
+
staticClass: "process-button info",
|
|
21453
21455
|
attrs: {
|
|
21454
|
-
type: "info",
|
|
21455
21456
|
size: "default",
|
|
21456
21457
|
disabled: e.loading
|
|
21457
21458
|
},
|
|
@@ -21556,7 +21557,7 @@ var AC = /* @__PURE__ */ ye(
|
|
|
21556
21557
|
yC,
|
|
21557
21558
|
!1,
|
|
21558
21559
|
bC,
|
|
21559
|
-
"
|
|
21560
|
+
"1af66c39",
|
|
21560
21561
|
null,
|
|
21561
21562
|
null
|
|
21562
21563
|
);
|