@witlink/usercenter 1.2.41 → 1.2.43

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.
@@ -2869,7 +2869,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
2869
2869
  withDirectives(createVNode(_component_a_divider, { type: "vertical" }, null, 512), [
2870
2870
  [
2871
2871
  vShow,
2872
- (record.type == 2 || record.type == 3) && addShow.value && editShow.value
2872
+ (record.type == 2 || record.type == 3) && addShow.value && editShow.value && false
2873
2873
  ]
2874
2874
  ]),
2875
2875
  withDirectives(createVNode(_component_a_button, {
@@ -2882,7 +2882,10 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
2882
2882
  ]),
2883
2883
  _: 2
2884
2884
  }, 1032, ["onClick"]), [
2885
- [vShow, (record.type == 2 || record.type == 3) && addShow.value]
2885
+ [
2886
+ vShow,
2887
+ (record.type == 2 || record.type == 3) && addShow.value && false
2888
+ ]
2886
2889
  ]),
2887
2890
  withDirectives(createVNode(_component_a_divider, { type: "vertical" }, null, 512), [
2888
2891
  [
@@ -2972,7 +2975,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
2972
2975
  _: 2
2973
2976
  }, 1024)
2974
2977
  ], 512), [
2975
- [vShow, addShow.value]
2978
+ [vShow, false]
2976
2979
  ]),
2977
2980
  withDirectives(createElementVNode("div", null, [
2978
2981
  createVNode(_component_a_menu_item, { key: "4" }, {
@@ -3060,7 +3063,10 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
3060
3063
  ]),
3061
3064
  _: 2
3062
3065
  }, 1032, ["onClick"]), [
3063
- [vShow, (record.type == 2 || record.type == 3) && addShow.value]
3066
+ [
3067
+ vShow,
3068
+ (record.type == 2 || record.type == 3) && addShow.value && false
3069
+ ]
3064
3070
  ])
3065
3071
  ]),
3066
3072
  _: 2
@@ -12601,6 +12607,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
12601
12607
  value: formState.value["01"],
12602
12608
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => formState.value["01"] = $event),
12603
12609
  min: 1,
12610
+ max: 99999,
12604
12611
  precision: 0,
12605
12612
  controls: false
12606
12613
  }, null, 8, ["value"])
@@ -12620,6 +12627,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
12620
12627
  value: formState.value["02"],
12621
12628
  "onUpdate:value": _cache[1] || (_cache[1] = ($event) => formState.value["02"] = $event),
12622
12629
  min: 1,
12630
+ max: 43200,
12623
12631
  precision: 0,
12624
12632
  controls: false
12625
12633
  }, null, 8, ["value"])