@airpower/web 0.2.61 → 0.2.63
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/main.js +3 -7
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -17119,7 +17119,6 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17119
17119
|
}, null, 8, ["response", "onChanged"])
|
|
17120
17120
|
]),
|
|
17121
17121
|
default: withCtx(() => [
|
|
17122
|
-
createElementVNode("div", null, "选择: " + toDisplayString(unref(selectList)), 1),
|
|
17123
17122
|
createVNode(unref(_sfc_main$2), {
|
|
17124
17123
|
"data-list": _ctx.unPaginate || _ctx.treeList ? unref(list) : unref(response).list,
|
|
17125
17124
|
entity: unref(entity),
|
|
@@ -18262,12 +18261,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18262
18261
|
key: 4,
|
|
18263
18262
|
money: getValue(scope, item.key)
|
|
18264
18263
|
}, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
18265
|
-
item.array ? (openBlock(
|
|
18266
|
-
|
|
18267
|
-
|
|
18268
|
-
payload
|
|
18269
|
-
}, null, 8, ["payload"]);
|
|
18270
|
-
}), 128)) : (openBlock(), createBlock(unref(APayload), {
|
|
18264
|
+
item.array ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18265
|
+
createTextVNode(toDisplayString(getPayloadArray(scope, item.key).map((item2) => item2.getPayloadLabel()).join(",")), 1)
|
|
18266
|
+
], 64)) : (openBlock(), createBlock(unref(APayload), {
|
|
18271
18267
|
key: 1,
|
|
18272
18268
|
payload: getValue(scope, item.key)
|
|
18273
18269
|
}, null, 8, ["payload"]))
|