@zkwq/business 0.2.40 → 0.2.41

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.js CHANGED
@@ -810,6 +810,7 @@ const fd = er, ep = {
810
810
  "姓名,如:张三 清华大学": "姓名,如:张三 清华大学"
811
811
  },
812
812
  cover: {
813
+ 编辑: "编辑",
813
814
  删除: "删除"
814
815
  },
815
816
  keyword: {
@@ -13635,7 +13636,7 @@ const c2 = {
13635
13636
  if (!e || !this.prop)
13636
13637
  return;
13637
13638
  let s = this.prop;
13638
- return s.indexOf(":") !== -1 && (s = s.replace(/:/, ".")), mn(e, s, !0).v;
13639
+ return s && s.indexOf(":") !== -1 && (s = s.replace(/:/, ".")), mn(e, s, !0).v;
13639
13640
  },
13640
13641
  isRequired() {
13641
13642
  let e = this.getRules(), s = !1;