zl-lcyq 1.0.2 → 1.0.3

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/lib/zl-lcyq.es.js CHANGED
@@ -30328,40 +30328,31 @@ const _sfc_main$g = defineComponent({
30328
30328
  "onUpdate:show": handleShowUpdate
30329
30329
  }), {
30330
30330
  footer: withCtx(() => [
30331
- createVNode(unref(NSpace), {
30332
- size: [20, 20],
30333
- justify: "end",
30334
- wrap: false
30331
+ props.showCancel ? (openBlock(), createBlock(unref(NButton), {
30332
+ key: 0,
30333
+ type: "tertiary",
30334
+ size: "large",
30335
+ ghost: "",
30336
+ onClick: handleCancel
30335
30337
  }, {
30336
30338
  default: withCtx(() => [
30337
- props.showCancel ? (openBlock(), createBlock(unref(NButton), {
30338
- key: 0,
30339
- type: "tertiary",
30340
- size: "large",
30341
- ghost: "",
30342
- onClick: handleCancel
30343
- }, {
30344
- default: withCtx(() => [
30345
- createTextVNode(toDisplayString(props.cancelText || "\u53D6\u6D88"), 1)
30346
- ]),
30347
- _: 1
30348
- })) : createCommentVNode("", true),
30349
- props.showOk ? (openBlock(), createBlock(unref(NButton), {
30350
- key: 1,
30351
- type: "primary",
30352
- size: "large",
30353
- loading: _ctx.okLoading,
30354
- disabled: _ctx.okDisabled || showModal.value === false,
30355
- onClick: okHandler
30356
- }, {
30357
- default: withCtx(() => [
30358
- createTextVNode(toDisplayString(props.okText || "\u786E\u5B9A"), 1)
30359
- ]),
30360
- _: 1
30361
- }, 8, ["loading", "disabled"])) : createCommentVNode("", true)
30339
+ createTextVNode(toDisplayString(props.cancelText || "\u53D6\u6D88"), 1)
30362
30340
  ]),
30363
30341
  _: 1
30364
- })
30342
+ })) : createCommentVNode("", true),
30343
+ props.showOk ? (openBlock(), createBlock(unref(NButton), {
30344
+ key: 1,
30345
+ type: "primary",
30346
+ size: "large",
30347
+ loading: _ctx.okLoading,
30348
+ disabled: _ctx.okDisabled || showModal.value === false,
30349
+ onClick: okHandler
30350
+ }, {
30351
+ default: withCtx(() => [
30352
+ createTextVNode(toDisplayString(props.okText || "\u786E\u5B9A"), 1)
30353
+ ]),
30354
+ _: 1
30355
+ }, 8, ["loading", "disabled"])) : createCommentVNode("", true)
30365
30356
  ]),
30366
30357
  default: withCtx(() => [
30367
30358
  renderSlot(_ctx.$slots, "default")