mooho-base-admin-plus 2.2.5 → 2.2.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/history.md CHANGED
@@ -7,3 +7,4 @@
7
7
  2.2.2 - 路由权限判断 bug 修复,处理带 query 参数的情况
8
8
  2.2.4 - 非多语言情况下,仍旧要解析后端传过来的内容
9
9
  2.2.5 - 流程模板页面增加 all 权限的判断
10
+ 2.2.6 - 流程模板页面增加 create 权限的判断
@@ -34171,6 +34171,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
34171
34171
  key: 0,
34172
34172
  ref: "table",
34173
34173
  filter: $data.filter,
34174
+ "create-enable": _ctx.allow("create"),
34174
34175
  onCreate: $options.create
34175
34176
  }, {
34176
34177
  command: withCtx(({ row }) => [
@@ -34192,7 +34193,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
34192
34193
  }, null, 8, ["title", "onClick"])) : createCommentVNode("v-if", true)
34193
34194
  ]),
34194
34195
  _: 1
34195
- }, 8, ["filter", "onCreate"])) : createCommentVNode("v-if", true)
34196
+ }, 8, ["filter", "create-enable", "onCreate"])) : createCommentVNode("v-if", true)
34196
34197
  ]),
34197
34198
  _: 1
34198
34199
  }),