form-custom-test 3.0.238 → 3.0.239

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.
@@ -69412,13 +69412,13 @@ function registerIcon(app) {
69412
69412
  if (typeof window !== "undefined") {
69413
69413
  let loadSvg = function() {
69414
69414
  var body = document.body;
69415
- var svgDom = document.getElementById("__svg__icons__dom__1784335158383__");
69415
+ var svgDom = document.getElementById("__svg__icons__dom__1784509952883__");
69416
69416
  if (!svgDom) {
69417
69417
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69418
69418
  svgDom.style.position = "absolute";
69419
69419
  svgDom.style.width = "0";
69420
69420
  svgDom.style.height = "0";
69421
- svgDom.id = "__svg__icons__dom__1784335158383__";
69421
+ svgDom.id = "__svg__icons__dom__1784509952883__";
69422
69422
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69423
69423
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69424
69424
  }
@@ -83039,10 +83039,10 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
83039
83039
  prop: "printType",
83040
83040
  label: "\u5370\u53D1\u7C7B\u578B"
83041
83041
  }, {
83042
- default: withCtx(() => {
83042
+ default: withCtx(({ row }) => {
83043
83043
  var _a2;
83044
83044
  return [
83045
- createTextVNode(toDisplayString(((_a2 = $options.loadDictItem("issuance_type").find((item) => item.value === _ctx.row.printType)) == null ? void 0 : _a2.label) || "-"), 1)
83045
+ createTextVNode(toDisplayString(((_a2 = $options.loadDictItem("issuance_type").find((item) => item.value === row.printType)) == null ? void 0 : _a2.label) || "-"), 1)
83046
83046
  ];
83047
83047
  }),
83048
83048
  _: 1