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.
package/dist/render.es.js CHANGED
@@ -26663,13 +26663,13 @@ function registerIcon(app) {
26663
26663
  if (typeof window !== "undefined") {
26664
26664
  let loadSvg = function() {
26665
26665
  var body = document.body;
26666
- var svgDom = document.getElementById("__svg__icons__dom__1784335167092__");
26666
+ var svgDom = document.getElementById("__svg__icons__dom__1784509962286__");
26667
26667
  if (!svgDom) {
26668
26668
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26669
26669
  svgDom.style.position = "absolute";
26670
26670
  svgDom.style.width = "0";
26671
26671
  svgDom.style.height = "0";
26672
- svgDom.id = "__svg__icons__dom__1784335167092__";
26672
+ svgDom.id = "__svg__icons__dom__1784509962286__";
26673
26673
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26674
26674
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26675
26675
  }
@@ -65835,10 +65835,10 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
65835
65835
  prop: "printType",
65836
65836
  label: "\u5370\u53D1\u7C7B\u578B"
65837
65837
  }, {
65838
- default: withCtx(() => {
65838
+ default: withCtx(({ row }) => {
65839
65839
  var _a;
65840
65840
  return [
65841
- createTextVNode(toDisplayString(((_a = $options.loadDictItem("issuance_type").find((item) => item.value === _ctx.row.printType)) == null ? void 0 : _a.label) || "-"), 1)
65841
+ createTextVNode(toDisplayString(((_a = $options.loadDictItem("issuance_type").find((item) => item.value === row.printType)) == null ? void 0 : _a.label) || "-"), 1)
65842
65842
  ];
65843
65843
  }),
65844
65844
  _: 1