@bsgoal/common 2.24.4 → 2.24.5
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/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6423,7 +6423,7 @@ const i1 = { class: "bsgoal-base-tree" }, o1 = { class: "base_tree" }, u1 = { cl
|
|
|
6423
6423
|
}
|
|
6424
6424
|
}), Ge = "https://bsgoalsmartcloud.oss-cn-shenzhen.aliyuncs.com/estate-web/button/", g1 = {
|
|
6425
6425
|
edit: { icon: `${Ge}icon_Edit.svg`, type: "primary", content: "编辑" },
|
|
6426
|
-
issued: { icon: `${Ge}icon_Issued.svg`, type: "
|
|
6426
|
+
issued: { icon: `${Ge}icon_Issued.svg`, type: "success", content: "下发" },
|
|
6427
6427
|
reassignment: { icon: `${Ge}icon_Reassignment.svg`, type: "primary", content: "转派" },
|
|
6428
6428
|
setting: { icon: `${Ge}icon_Setting.svg`, type: "primary", content: "设置" },
|
|
6429
6429
|
batch: { icon: `${Ge}icon_batch.svg`, type: "primary", content: "批量" },
|
|
@@ -6606,7 +6606,8 @@ const p1 = { class: "bsgoal-base-button" }, h1 = {
|
|
|
6606
6606
|
case "edit":
|
|
6607
6607
|
return "primary";
|
|
6608
6608
|
}
|
|
6609
|
-
|
|
6609
|
+
const z = m("type");
|
|
6610
|
+
return H || z;
|
|
6610
6611
|
}), f = ye(() => {
|
|
6611
6612
|
const { mode: B = "", icon: H = "" } = s;
|
|
6612
6613
|
if (H !== !1)
|