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
@@ -149,3 +149,4 @@ mooho-base-admin-plus@2.8.5 - 优化表格报错提示
149
149
  mooho-base-admin-plus@2.8.6 - 公式计算后增加change事件
150
150
  mooho-base-admin-plus@2.8.7 - 增加密码加密,增加文件类型验证
151
151
  mooho-base-admin-plus@2.8.8 - 下拉框等返回所有数据,避免联动失效
152
+ mooho-base-admin-plus@2.8.9 - 增加流程页面模板插槽
@@ -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
- command: withCtx(({ row: E }) => [
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: (D) => r.$refs.showForm.open(E)
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: (D) => r.$refs.form.open(E)
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
- _: 1
28344
+ _: 3
28338
28345
  }, 8, ["filter", "create-enable", "onCreate"])) : createCommentVNode("", !0)
28339
28346
  ]),
28340
- _: 1
28347
+ _: 3
28341
28348
  }),
28342
28349
  l.page ? (openBlock(), createBlock(v, {
28343
28350
  key: 0,