yuanjia-form-pro-standard 1.1.6-beta7.3 → 1.1.6-beta7.4

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/designer.es.js CHANGED
@@ -44694,6 +44694,8 @@ var fieldMixin = {
44694
44694
  this.setDisabled(!!newFormData[this.fieldKeyName]);
44695
44695
  } else if (this.field.options.disabled === 2 && isCaseEdit) {
44696
44696
  this.setDisabled(!!newFormData[this.fieldKeyName]);
44697
+ } else if (this.field.options.disabled === 3) {
44698
+ this.setDisabled(true);
44697
44699
  } else {
44698
44700
  this.setDisabled(false);
44699
44701
  }
@@ -215381,6 +215383,13 @@ function _sfc_render$40(_ctx, _cache, $props, $setup, $data, $options) {
215381
215383
  ])),
215382
215384
  _: 1,
215383
215385
  __: [3]
215386
+ }),
215387
+ createVNode(_component_el_radio, { label: 3 }, {
215388
+ default: withCtx(() => _cache[4] || (_cache[4] = [
215389
+ createTextVNode("\u7981\u7528", -1)
215390
+ ])),
215391
+ _: 1,
215392
+ __: [4]
215384
215393
  })
215385
215394
  ]),
215386
215395
  _: 1
@@ -240738,13 +240747,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
240738
240747
  if (typeof window !== "undefined") {
240739
240748
  let loadSvg = function() {
240740
240749
  var body = document.body;
240741
- var svgDom = document.getElementById("__svg__icons__dom__1768303795840__");
240750
+ var svgDom = document.getElementById("__svg__icons__dom__1768372755914__");
240742
240751
  if (!svgDom) {
240743
240752
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
240744
240753
  svgDom.style.position = "absolute";
240745
240754
  svgDom.style.width = "0";
240746
240755
  svgDom.style.height = "0";
240747
- svgDom.id = "__svg__icons__dom__1768303795840__";
240756
+ svgDom.id = "__svg__icons__dom__1768372755914__";
240748
240757
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
240749
240758
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
240750
240759
  }