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/designer.es.js
CHANGED
|
@@ -69419,13 +69419,13 @@ function registerIcon(app) {
|
|
|
69419
69419
|
if (typeof window !== "undefined") {
|
|
69420
69420
|
let loadSvg = function() {
|
|
69421
69421
|
var body = document.body;
|
|
69422
|
-
var svgDom = document.getElementById("
|
|
69422
|
+
var svgDom = document.getElementById("__svg__icons__dom__1787635186477__");
|
|
69423
69423
|
if (!svgDom) {
|
|
69424
69424
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69425
69425
|
svgDom.style.position = "absolute";
|
|
69426
69426
|
svgDom.style.width = "0";
|
|
69427
69427
|
svgDom.style.height = "0";
|
|
69428
|
-
svgDom.id = "
|
|
69428
|
+
svgDom.id = "__svg__icons__dom__1787635186477__";
|
|
69429
69429
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69430
69430
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69431
69431
|
}
|
|
@@ -83066,6 +83066,15 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
83066
83066
|
createTextVNode(toDisplayString(row.printTime), 1)
|
|
83067
83067
|
]),
|
|
83068
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
|
|
83069
83078
|
})
|
|
83070
83079
|
]),
|
|
83071
83080
|
_: 1
|