mooho-base-admin-plus 2.8.8 → 2.8.9
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/history.md
CHANGED
|
@@ -28316,14 +28316,17 @@ function _sfc_render$N(r, a, o, s, l, u) {
|
|
|
28316
28316
|
"create-enable": r.allow("create"),
|
|
28317
28317
|
onCreate: u.create
|
|
28318
28318
|
}, {
|
|
28319
|
-
|
|
28319
|
+
filter: withCtx(() => [
|
|
28320
|
+
renderSlot(r.$slots, "filter")
|
|
28321
|
+
]),
|
|
28322
|
+
command: withCtx(({ row: E, index: D }) => [
|
|
28320
28323
|
E.application.status != "Draft" && E.application.status != "Rejected" ? (openBlock(), createBlock(d, {
|
|
28321
28324
|
key: 0,
|
|
28322
28325
|
size: "small",
|
|
28323
28326
|
title: r.$t("Front_Btn_Detail"),
|
|
28324
28327
|
type: "info",
|
|
28325
28328
|
"custom-icon": "fa fa-file-alt",
|
|
28326
|
-
onClick: (
|
|
28329
|
+
onClick: (A) => r.$refs.showForm.open(E)
|
|
28327
28330
|
}, null, 8, ["title", "onClick"])) : createCommentVNode("", !0),
|
|
28328
28331
|
(E.application.status == "Draft" || E.application.status == "Rejected") && E.application.applicantID == r.info.id ? (openBlock(), createBlock(d, {
|
|
28329
28332
|
key: 1,
|
|
@@ -28331,13 +28334,17 @@ function _sfc_render$N(r, a, o, s, l, u) {
|
|
|
28331
28334
|
title: r.$t("Front_Btn_Edit"),
|
|
28332
28335
|
type: "primary",
|
|
28333
28336
|
"custom-icon": "fa fa-edit",
|
|
28334
|
-
onClick: (
|
|
28335
|
-
}, null, 8, ["title", "onClick"])) : createCommentVNode("", !0)
|
|
28337
|
+
onClick: (A) => r.$refs.form.open(E)
|
|
28338
|
+
}, null, 8, ["title", "onClick"])) : createCommentVNode("", !0),
|
|
28339
|
+
renderSlot(r.$slots, "command", {
|
|
28340
|
+
row: E,
|
|
28341
|
+
index: D
|
|
28342
|
+
})
|
|
28336
28343
|
]),
|
|
28337
|
-
_:
|
|
28344
|
+
_: 3
|
|
28338
28345
|
}, 8, ["filter", "create-enable", "onCreate"])) : createCommentVNode("", !0)
|
|
28339
28346
|
]),
|
|
28340
|
-
_:
|
|
28347
|
+
_: 3
|
|
28341
28348
|
}),
|
|
28342
28349
|
l.page ? (openBlock(), createBlock(v, {
|
|
28343
28350
|
key: 0,
|