@witlink/usercenter 1.2.32 → 1.2.33
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/dist/usercenter.es.js +17 -7
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
package/dist/usercenter.es.js
CHANGED
@@ -2904,9 +2904,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
2904
2904
|
]),
|
2905
2905
|
default: withCtx(() => [
|
2906
2906
|
withDirectives(createVNode(_component_uc_btn_add, {
|
2907
|
-
type: "
|
2907
|
+
type: "bt1",
|
2908
2908
|
style: { "color": "rgba(0, 0, 0, 0.25)" },
|
2909
|
-
disabled: "",
|
2910
2909
|
onClick: ($event) => onAddDep(record),
|
2911
2910
|
text: _ctx.$t("organ.add2")
|
2912
2911
|
}, null, 8, ["onClick", "text"]), [
|
@@ -12739,8 +12738,19 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
12739
12738
|
]),
|
12740
12739
|
_: 1
|
12741
12740
|
}, 8, ["icon"])) : createCommentVNode("v-if", true),
|
12742
|
-
__props.type == "
|
12741
|
+
__props.type == "bt1" ? (openBlock(), createBlock(_component_a_button, {
|
12743
12742
|
key: 1,
|
12743
|
+
type: "link",
|
12744
|
+
disabled: "",
|
12745
|
+
style: { "padding": "0" }
|
12746
|
+
}, {
|
12747
|
+
default: withCtx(() => [
|
12748
|
+
createTextVNode(toDisplayString(!__props.text ? _ctx.$t("button._002") : __props.text), 1)
|
12749
|
+
]),
|
12750
|
+
_: 1
|
12751
|
+
})) : createCommentVNode("v-if", true),
|
12752
|
+
__props.type == "c" ? (openBlock(), createBlock(_component_a_button, {
|
12753
|
+
key: 2,
|
12744
12754
|
type: "primary",
|
12745
12755
|
ghost: "",
|
12746
12756
|
style: { "border": "1px solid #d9d9d9", "background": "#fff !important" },
|
@@ -12752,15 +12762,15 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
12752
12762
|
_: 1
|
12753
12763
|
})) : createCommentVNode("v-if", true),
|
12754
12764
|
__props.type == "a" ? (openBlock(), createElementBlock("a", {
|
12755
|
-
key:
|
12765
|
+
key: 3,
|
12756
12766
|
onClick: click
|
12757
12767
|
}, toDisplayString(!__props.text ? _ctx.$t("button._002") : __props.text), 1)) : createCommentVNode("v-if", true),
|
12758
12768
|
__props.type == "b" ? (openBlock(), createElementBlock("span", {
|
12759
|
-
key:
|
12769
|
+
key: 4,
|
12760
12770
|
onClick: click
|
12761
12771
|
}, toDisplayString(!__props.text ? _ctx.$t("button._002") : __props.text), 1)) : createCommentVNode("v-if", true),
|
12762
12772
|
__props.type == "d" ? (openBlock(), createBlock(_component_a_button, {
|
12763
|
-
key:
|
12773
|
+
key: 5,
|
12764
12774
|
type: "link",
|
12765
12775
|
onClick: click
|
12766
12776
|
}, {
|
@@ -12770,7 +12780,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
12770
12780
|
_: 1
|
12771
12781
|
})) : createCommentVNode("v-if", true),
|
12772
12782
|
__props.type == "dropdown" ? (openBlock(), createBlock(_component_a_dropdown_button, {
|
12773
|
-
key:
|
12783
|
+
key: 6,
|
12774
12784
|
onClick: click
|
12775
12785
|
}, {
|
12776
12786
|
overlay: withCtx(() => [
|