form-custom-test 3.0.241 → 3.0.243

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.
@@ -28337,6 +28337,13 @@ const _sfc_main$39 = {
28337
28337
  this.emitFormValidateSuccess(this.formDataModel);
28338
28338
  callback2(this.formDataModel);
28339
28339
  } else {
28340
+ this.$nextTick(() => {
28341
+ const firstErrorElement = document.querySelector(".el-form-item.is-error");
28342
+ if (firstErrorElement) {
28343
+ console.log(firstErrorElement, "11111");
28344
+ firstErrorElement.scrollIntoView({ behavior: "smooth", block: "center" });
28345
+ }
28346
+ });
28340
28347
  callback2(this.formDataModel, this.i18nt("render.hint.validationFailed"));
28341
28348
  }
28342
28349
  });
@@ -28655,7 +28662,7 @@ function _sfc_render$39(_ctx, _cache, $props, $setup, $data, $options) {
28655
28662
  _: 3
28656
28663
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
28657
28664
  }
28658
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$39, [["render", _sfc_render$39], ["__scopeId", "data-v-4fac61a7"]]);
28665
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$39, [["render", _sfc_render$39], ["__scopeId", "data-v-7ef95586"]]);
28659
28666
  var ace$2 = { exports: {} };
28660
28667
  (function(module, exports) {
28661
28668
  (function() {
@@ -69412,13 +69419,13 @@ function registerIcon(app) {
69412
69419
  if (typeof window !== "undefined") {
69413
69420
  let loadSvg = function() {
69414
69421
  var body = document.body;
69415
- var svgDom = document.getElementById("__svg__icons__dom__1785820477543__");
69422
+ var svgDom = document.getElementById("__svg__icons__dom__1787635186477__");
69416
69423
  if (!svgDom) {
69417
69424
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69418
69425
  svgDom.style.position = "absolute";
69419
69426
  svgDom.style.width = "0";
69420
69427
  svgDom.style.height = "0";
69421
- svgDom.id = "__svg__icons__dom__1785820477543__";
69428
+ svgDom.id = "__svg__icons__dom__1787635186477__";
69422
69429
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69423
69430
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69424
69431
  }
@@ -83059,6 +83066,15 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
83059
83066
  createTextVNode(toDisplayString(row.printTime), 1)
83060
83067
  ]),
83061
83068
  _: 1
83069
+ }),
83070
+ createVNode(_component_el_table_column, {
83071
+ prop: "acceptDepartment",
83072
+ label: "\u5907\u6848\u63A5\u53D7\u90E8\u95E8"
83073
+ }, {
83074
+ default: withCtx(({ row }) => [
83075
+ createTextVNode(toDisplayString(row.nextDeptName), 1)
83076
+ ]),
83077
+ _: 1
83062
83078
  })
83063
83079
  ]),
83064
83080
  _: 1