@newview/permission-service 1.2.7 → 1.2.8

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/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ 版本 1.2.8
2
+ 1. 项目标段概况配置修改
1
3
  版本 1.2.7
2
-
3
4
  1. subPlatform 功能问题修复
5
+ 版本 1.2.2
6
+ 1. 功能增加
7
+ 版本 1.2.1
8
+ 1. thirdparty 文件夹 第三方信息
@@ -3752,7 +3752,7 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
3752
3752
  isHover: true
3753
3753
  },
3754
3754
  isPagination: true,
3755
- pageSize: 10
3755
+ pageSize: 15
3756
3756
  },
3757
3757
  searchOptions: [
3758
3758
  {
@@ -4050,7 +4050,8 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
4050
4050
  },
4051
4051
  treeConfig: {
4052
4052
  expandAll: true
4053
- }
4053
+ },
4054
+ pageSize: 15
4054
4055
  },
4055
4056
  searchOptions: [
4056
4057
  {
@@ -4502,7 +4503,7 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
4502
4503
  }
4503
4504
  //#endregion 导入角色 END
4504
4505
  };
4505
- const Role_vue_vue_type_style_index_0_scoped_086753a2_lang = "";
4506
+ const Role_vue_vue_type_style_index_0_scoped_df8b5532_lang = "";
4506
4507
  const _hoisted_1$h = { style: { "height": "650px", "overflow-y": "auto", "position": "relative" } };
4507
4508
  const _hoisted_2$8 = {
4508
4509
  class: "import-role",
@@ -4529,7 +4530,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
4529
4530
  default: withCtx(() => [
4530
4531
  createVNode(_component_NvBox, {
4531
4532
  width: "100%",
4532
- title: "角色列表"
4533
+ title: "角色列表2"
4533
4534
  }, {
4534
4535
  default: withCtx(() => [
4535
4536
  createVNode(_component_NvGrid, {
@@ -4710,7 +4711,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
4710
4711
  _: 1
4711
4712
  });
4712
4713
  }
4713
- const Role = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-086753a2"]]);
4714
+ const Role = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-df8b5532"]]);
4714
4715
  const propDefine$h = {
4715
4716
  linkParam: {
4716
4717
  // 带入的参数
@@ -24233,7 +24234,8 @@ class GeneralConfigurationInstance extends BaseInstance {
24233
24234
  { value: "TextEditor", text: "富文本" },
24234
24235
  { value: "DatePicker", text: "日期选择" },
24235
24236
  { value: "TimePicker", text: "时间选择" },
24236
- { value: "UploadFile", text: "附件" }
24237
+ { value: "UploadFile", text: "附件" },
24238
+ { value: "region", text: "地区选择" }
24237
24239
  ]
24238
24240
  },
24239
24241
  change: (row) => {
@@ -24273,6 +24275,9 @@ class GeneralConfigurationInstance extends BaseInstance {
24273
24275
  row.type = "TextEditor";
24274
24276
  row.textHeight = 160;
24275
24277
  break;
24278
+ case "region":
24279
+ row.type = "region";
24280
+ break;
24276
24281
  }
24277
24282
  }
24278
24283
  },