form-custom-test 3.0.242 → 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.
- package/dist/designer.es.js +11 -2
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +11 -2
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26670,13 +26670,13 @@ function registerIcon(app) {
|
|
|
26670
26670
|
if (typeof window !== "undefined") {
|
|
26671
26671
|
let loadSvg = function() {
|
|
26672
26672
|
var body = document.body;
|
|
26673
|
-
var svgDom = document.getElementById("
|
|
26673
|
+
var svgDom = document.getElementById("__svg__icons__dom__1787635195147__");
|
|
26674
26674
|
if (!svgDom) {
|
|
26675
26675
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26676
26676
|
svgDom.style.position = "absolute";
|
|
26677
26677
|
svgDom.style.width = "0";
|
|
26678
26678
|
svgDom.style.height = "0";
|
|
26679
|
-
svgDom.id = "
|
|
26679
|
+
svgDom.id = "__svg__icons__dom__1787635195147__";
|
|
26680
26680
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26681
26681
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26682
26682
|
}
|
|
@@ -65862,6 +65862,15 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65862
65862
|
createTextVNode(toDisplayString(row.printTime), 1)
|
|
65863
65863
|
]),
|
|
65864
65864
|
_: 1
|
|
65865
|
+
}),
|
|
65866
|
+
createVNode(_component_el_table_column, {
|
|
65867
|
+
prop: "acceptDepartment",
|
|
65868
|
+
label: "\u5907\u6848\u63A5\u53D7\u90E8\u95E8"
|
|
65869
|
+
}, {
|
|
65870
|
+
default: withCtx(({ row }) => [
|
|
65871
|
+
createTextVNode(toDisplayString(row.nextDeptName), 1)
|
|
65872
|
+
]),
|
|
65873
|
+
_: 1
|
|
65865
65874
|
})
|
|
65866
65875
|
]),
|
|
65867
65876
|
_: 1
|