lw-cdp-ui 1.1.33 → 1.1.35

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.
@@ -296,8 +296,7 @@ export default {
296
296
  handler(val, old) {
297
297
  if (this.hasConfig && this.isChange) {
298
298
  let form = this.flattenObject(val)
299
- console.log(this.form, form)
300
- // this.form = Object.assign(this.form, form)
299
+ this.form = Object.assign(this.form, form)
301
300
  }
302
301
  },
303
302
  deep: true
@@ -2,29 +2,34 @@
2
2
  <div class="lw-upload"
3
3
  :class="{ 'lw-upload-round': round }">
4
4
 
5
- <template v-for="(f, index) in fileList">
6
- <div class="lw-upload__img"
7
- :style="style">
8
- <el-image class="image"
9
- :src="f"
10
- :preview-src-list="fileList"
11
- fit="cover"
12
- hide-on-click-modal
13
- append-to-body
14
- :z-index="9999">
15
- <template #placeholder>
16
- <div class="lw-upload__img-slot">
17
- Loading...
18
- </div>
19
- </template>
20
- </el-image>
21
- <div class="lw-upload__img-actions"
22
- v-if="!disabled">
23
- <span class="del"
24
- @click="handleRemove(index)"><el-icon><el-icon-delete /></el-icon></span>
5
+ <div v-if="fileList.length > 0"
6
+ class="view-img-list">
7
+ <template v-for="(f, index) in fileList">
8
+ <div class="lw-upload__img"
9
+ :style="style">
10
+ <el-image class="image"
11
+ :src="f"
12
+ :preview-src-list="fileList"
13
+ fit="cover"
14
+ hide-on-click-modal
15
+ append-to-body
16
+ :z-index="9999">
17
+ <template #placeholder>
18
+ <div class="lw-upload__img-slot">
19
+ Loading...
20
+ </div>
21
+ </template>
22
+ </el-image>
23
+ <div class="lw-upload__img-actions"
24
+ v-if="!disabled">
25
+ <span class="del"
26
+ @click="handleRemove(index)">
27
+ <el-icon><el-icon-delete /></el-icon>
28
+ </span>
29
+ </div>
25
30
  </div>
26
- </div>
27
- </template>
31
+ </template>
32
+ </div>
28
33
 
29
34
  <div v-if="file && file.status != 'success'"
30
35
  class="lw-upload__uploading">
@@ -66,13 +71,12 @@
66
71
  </div>
67
72
  </div>
68
73
  </slot>
69
- <template #tip>
70
- <div class="el-upload__tip">
71
- {{tip}}
72
- </div>
73
- </template>
74
74
  </el-upload>
75
+ <div class="el-upload__tip">
76
+ {{tip}}
77
+ </div>
75
78
  </div>
79
+
76
80
  </template>
77
81
 
78
82
  <script>
@@ -159,6 +163,11 @@ export default {
159
163
  },
160
164
  methods: {
161
165
  newFile(url) {
166
+ if (this.multiple) {
167
+ this.fileList = url
168
+ } else {
169
+ this.fileList = url ? [url] : []
170
+ }
162
171
  if (url) {
163
172
  this.file = {
164
173
  status: "success",
@@ -174,7 +183,12 @@ export default {
174
183
  },
175
184
  clearFiles() {
176
185
  URL.revokeObjectURL(this.file?.tempFile)
177
- this.value = ""
186
+ if (this.multiple) {
187
+ this.value = this.fileList
188
+ } else {
189
+ this.value = ""
190
+ }
191
+
178
192
  this.file = null
179
193
  this.$nextTick(() => {
180
194
  this.$refs.uploader?.clearFiles()
@@ -204,11 +218,12 @@ export default {
204
218
  }
205
219
  },
206
220
  before(file) {
221
+ console.log(file.type)
207
222
  const acceptIncludes = this.accept.replace(/\s/g, "").split(",").includes(file.type)
208
223
  if (!acceptIncludes) {
209
224
  this.$notify.warning({
210
- title: '上传文件警告',
211
- message: '选择的文件非图像类文件'
225
+ title: '上传文件错误',
226
+ message: '选择的文件类型不对'
212
227
  })
213
228
  this.clearFiles()
214
229
  return false
@@ -383,11 +398,15 @@ export default {
383
398
  align-items: center;
384
399
  flex-direction: column;
385
400
  }
386
- .lw-upload{
401
+ .lw-upload {
402
+ width: 100%;
403
+ }
404
+ .view-img-list {
387
405
  display: flex;
388
406
  align-items: center;
389
407
  flex-wrap: wrap;
390
408
  gap: 10px;
409
+ margin-bottom: 10px;
391
410
  }
392
411
 
393
412
  .lw-upload .file-empty i {
@@ -1265,7 +1265,7 @@ const iframeView = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_ren
1265
1265
  }, _hoisted_5$7 = ["onClick"], _hoisted_6$5 = { class: "adminui-header-right" }, _hoisted_7$5 = { class: "aminui-wrapper" }, _hoisted_8$5 = {
1266
1266
  key: 0,
1267
1267
  class: "adminui-side-top"
1268
- }, _hoisted_9$3 = { class: "adminui-side-scroll" }, _hoisted_10$3 = { class: "aminui-body el-container" }, _hoisted_11$3 = {
1268
+ }, _hoisted_9$4 = { class: "adminui-side-scroll" }, _hoisted_10$3 = { class: "aminui-body el-container" }, _hoisted_11$3 = {
1269
1269
  class: "adminui-main",
1270
1270
  id: "adminui-main"
1271
1271
  }, _hoisted_12$2 = {
@@ -1342,7 +1342,7 @@ function _sfc_render$q(e, t, n, c, a, p) {
1342
1342
  p.menuIsCollapse ? createCommentVNode("", !0) : (openBlock(), createElementBlock("div", _hoisted_8$5, [
1343
1343
  createElementVNode("h2", null, toDisplayString(a.pmenu.meta.title), 1)
1344
1344
  ])),
1345
- createElementVNode("div", _hoisted_9$3, [
1345
+ createElementVNode("div", _hoisted_9$4, [
1346
1346
  createVNode(V, null, {
1347
1347
  default: withCtx(() => [
1348
1348
  createVNode(b, {
@@ -3459,7 +3459,7 @@ const JSEncrypt = /* @__PURE__ */ getDefaultExportFromCjs(jsencrypt_minExports),
3459
3459
  }, _hoisted_4$8 = {
3460
3460
  class: "img",
3461
3461
  src: _imports_2
3462
- }, _hoisted_5$6 = { class: "login_main" }, _hoisted_6$4 = { class: "login_registered" }, _hoisted_7$4 = { class: "login-form" }, _hoisted_8$4 = { class: "title-name" }, _hoisted_9$2 = { class: "login_config" }, _hoisted_10$2 = { class: "login-form" }, _hoisted_11$2 = { class: "title-name" };
3462
+ }, _hoisted_5$6 = { class: "login_main" }, _hoisted_6$4 = { class: "login_registered" }, _hoisted_7$4 = { class: "login-form" }, _hoisted_8$4 = { class: "title-name" }, _hoisted_9$3 = { class: "login_config" }, _hoisted_10$2 = { class: "login-form" }, _hoisted_11$2 = { class: "title-name" };
3463
3463
  function _sfc_render$p(e, t, n, c, a, p) {
3464
3464
  const _ = resolveComponent("el-button"), m = resolveComponent("el-form-item"), g = resolveComponent("el-input"), b = resolveComponent("el-option"), V = resolveComponent("el-select"), v = resolveComponent("el-form"), $ = resolveComponent("Lang"), I = resolveComponent("el-checkbox"), x = resolveComponent("el-col"), L = resolveComponent("el-row");
3465
3465
  return openBlock(), createElementBlock("div", _hoisted_1$h, [
@@ -3611,7 +3611,7 @@ function _sfc_render$p(e, t, n, c, a, p) {
3611
3611
  }, 8, ["model", "rules"])
3612
3612
  ])
3613
3613
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
3614
- createElementVNode("div", _hoisted_9$2, [
3614
+ createElementVNode("div", _hoisted_9$3, [
3615
3615
  createVNode($)
3616
3616
  ]),
3617
3617
  createElementVNode("div", _hoisted_10$2, [
@@ -4011,7 +4011,7 @@ const SearchDate = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_ren
4011
4011
  displayValue: c
4012
4012
  };
4013
4013
  }
4014
- }, _hoisted_1$g = { class: "dates-container" }, _hoisted_2$e = { class: "dates-panel" }, _hoisted_3$a = { class: "panel-label" }, _hoisted_4$7 = { class: "dates-side" }, _hoisted_5$5 = { class: "sidebar-list" }, _hoisted_6$3 = { class: "text" }, _hoisted_7$3 = ["onClick"], _hoisted_8$3 = { class: "panel-label" }, _hoisted_9$1 = { class: "dates-side-top" }, _hoisted_10$1 = { class: "sidebar-list" }, _hoisted_11$1 = { class: "item" }, _hoisted_12$1 = { class: "text" };
4014
+ }, _hoisted_1$g = { class: "dates-container" }, _hoisted_2$e = { class: "dates-panel" }, _hoisted_3$a = { class: "panel-label" }, _hoisted_4$7 = { class: "dates-side" }, _hoisted_5$5 = { class: "sidebar-list" }, _hoisted_6$3 = { class: "text" }, _hoisted_7$3 = ["onClick"], _hoisted_8$3 = { class: "panel-label" }, _hoisted_9$2 = { class: "dates-side-top" }, _hoisted_10$1 = { class: "sidebar-list" }, _hoisted_11$1 = { class: "item" }, _hoisted_12$1 = { class: "text" };
4015
4015
  function _sfc_render$l(e, t, n, c, a, p) {
4016
4016
  const _ = resolveComponent("el-icon-calendar"), m = resolveComponent("el-icon"), g = resolveComponent("el-input"), b = resolveComponent("el-date-picker"), V = resolveComponent("Close"), v = resolveComponent("el-tab-pane"), $ = resolveComponent("el-icon-close"), I = resolveComponent("el-tabs");
4017
4017
  return openBlock(), createElementBlock("div", _hoisted_1$g, [
@@ -4127,7 +4127,7 @@ function _sfc_render$l(e, t, n, c, a, p) {
4127
4127
  key: 0,
4128
4128
  to: ".range-picker-" + n.item.prop + " .el-picker-panel__sidebar"
4129
4129
  }, [
4130
- createElementVNode("div", _hoisted_9$1, [
4130
+ createElementVNode("div", _hoisted_9$2, [
4131
4131
  createElementVNode("div", _hoisted_10$1, [
4132
4132
  withDirectives(createElementVNode("div", _hoisted_11$1, [
4133
4133
  createElementVNode("div", _hoisted_12$1, toDisplayString(e.value[0]) + "~" + toDisplayString(e.value[1]), 1),
@@ -4813,7 +4813,7 @@ const _sfc_main$i = {
4813
4813
  changeColWidth: U
4814
4814
  };
4815
4815
  }
4816
- }, _hoisted_1$d = { class: "baseTablePage-wrap" }, _hoisted_2$b = { key: 0 }, _hoisted_3$9 = { key: 1 }, _hoisted_4$6 = { key: 1 }, _hoisted_5$4 = ["innerHTML", "onClick"], _hoisted_6$2 = ["innerHTML"], _hoisted_7$2 = { key: 2 }, _hoisted_8$2 = { key: 3 }, _hoisted_9 = { key: 0 }, _hoisted_10 = { key: 4 }, _hoisted_11 = { style: { "margin-bottom": "5px" } }, _hoisted_12 = { key: 5 }, _hoisted_13 = { key: 6 }, _hoisted_14 = { key: 7 }, _hoisted_15 = ["src"], _hoisted_16 = { key: 8 }, _hoisted_17 = { key: 9 }, _hoisted_18 = { key: 10 }, _hoisted_19 = ["onClick"], _hoisted_20 = { key: 1 }, _hoisted_21 = ["onClick"], _hoisted_22 = { key: 11 }, _hoisted_23 = {
4816
+ }, _hoisted_1$d = { class: "baseTablePage-wrap" }, _hoisted_2$b = { key: 0 }, _hoisted_3$9 = { key: 1 }, _hoisted_4$6 = { key: 1 }, _hoisted_5$4 = ["innerHTML", "onClick"], _hoisted_6$2 = ["innerHTML"], _hoisted_7$2 = { key: 2 }, _hoisted_8$2 = { key: 3 }, _hoisted_9$1 = { key: 0 }, _hoisted_10 = { key: 4 }, _hoisted_11 = { style: { "margin-bottom": "5px" } }, _hoisted_12 = { key: 5 }, _hoisted_13 = { key: 6 }, _hoisted_14 = { key: 7 }, _hoisted_15 = ["src"], _hoisted_16 = { key: 8 }, _hoisted_17 = { key: 9 }, _hoisted_18 = { key: 10 }, _hoisted_19 = ["onClick"], _hoisted_20 = { key: 1 }, _hoisted_21 = ["onClick"], _hoisted_22 = { key: 11 }, _hoisted_23 = {
4817
4817
  key: 0,
4818
4818
  class: "pagination-block"
4819
4819
  }, _hoisted_24 = { class: "tool-block" }, _hoisted_25 = { class: "dropdown-trigger" }, _hoisted_26 = { class: "fix-num" };
@@ -5012,7 +5012,7 @@ function _sfc_render$i(e, t, n, c, a, p) {
5012
5012
  }, 1032, ["value-key", "modelValue", "onUpdate:modelValue", "onChange"])) : (openBlock(!0), createElementBlock(Fragment, { key: 1 }, renderList(B.options, (u, d) => (openBlock(), createElementBlock("span", {
5013
5013
  key: u + d
5014
5014
  }, [
5015
- E.row[B.dataIndex] == u[B.editValue || "code"] ? (openBlock(), createElementBlock("span", _hoisted_9, [
5015
+ E.row[B.dataIndex] == u[B.editValue || "code"] ? (openBlock(), createElementBlock("span", _hoisted_9$1, [
5016
5016
  u.statusColor ? (openBlock(), createElementBlock("span", {
5017
5017
  key: 0,
5018
5018
  style: normalizeStyle(`background-color: ${u.statusColor}; border-radius: 100%; padding: 4px; display: inline-block; margin-right: 5px;`)
@@ -5349,7 +5349,7 @@ const lwTable = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render
5349
5349
  },
5350
5350
  methods: {
5351
5351
  newFile(e) {
5352
- e ? this.file = {
5352
+ this.multiple ? this.fileList = e : this.fileList = e ? [e] : [], e ? this.file = {
5353
5353
  status: "success",
5354
5354
  url: e
5355
5355
  } : this.file = null;
@@ -5359,7 +5359,7 @@ const lwTable = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render
5359
5359
  },
5360
5360
  clearFiles() {
5361
5361
  var e;
5362
- URL.revokeObjectURL((e = this.file) == null ? void 0 : e.tempFile), this.value = "", this.file = null, this.$nextTick(() => {
5362
+ URL.revokeObjectURL((e = this.file) == null ? void 0 : e.tempFile), this.multiple ? this.value = this.fileList : this.value = "", this.file = null, this.$nextTick(() => {
5363
5363
  var t;
5364
5364
  (t = this.$refs.uploader) == null || t.clearFiles();
5365
5365
  });
@@ -5373,10 +5373,10 @@ const lwTable = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render
5373
5373
  this.file = e, e.status == "ready" && (e.tempFile = URL.createObjectURL(e.raw));
5374
5374
  },
5375
5375
  before(e) {
5376
- if (!this.accept.replace(/\s/g, "").split(",").includes(e.type))
5376
+ if (console.log(e.type), !this.accept.replace(/\s/g, "").split(",").includes(e.type))
5377
5377
  return this.$notify.warning({
5378
- title: "上传文件警告",
5379
- message: "选择的文件非图像类文件"
5378
+ title: "上传文件错误",
5379
+ message: "选择的文件类型不对"
5380
5380
  }), this.clearFiles(), !1;
5381
5381
  if (!(e.size / 1024 / 1024 < this.maxSize))
5382
5382
  return this.$message.warning(`上传文件大小不能超过 ${this.maxSize}MB!`), this.clearFiles(), !1;
@@ -5424,50 +5424,55 @@ const lwTable = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render
5424
5424
  }
5425
5425
  }, _hoisted_1$c = {
5426
5426
  key: 0,
5427
- class: "lw-upload__img-actions"
5428
- }, _hoisted_2$a = ["onClick"], _hoisted_3$8 = {
5427
+ class: "view-img-list"
5428
+ }, _hoisted_2$a = {
5429
5429
  key: 0,
5430
+ class: "lw-upload__img-actions"
5431
+ }, _hoisted_3$8 = ["onClick"], _hoisted_4$5 = {
5432
+ key: 1,
5430
5433
  class: "lw-upload__uploading"
5431
- }, _hoisted_4$5 = { class: "lw-upload__progress" }, _hoisted_5$3 = { class: "el-upload--picture-card" }, _hoisted_6$1 = { class: "file-empty" }, _hoisted_7$1 = { key: 0 }, _hoisted_8$1 = { class: "el-upload__tip" };
5434
+ }, _hoisted_5$3 = { class: "lw-upload__progress" }, _hoisted_6$1 = { class: "el-upload--picture-card" }, _hoisted_7$1 = { class: "file-empty" }, _hoisted_8$1 = { key: 0 }, _hoisted_9 = { class: "el-upload__tip" };
5432
5435
  function _sfc_render$h(e, t, n, c, a, p) {
5433
5436
  const _ = resolveComponent("el-image"), m = resolveComponent("el-icon-delete"), g = resolveComponent("el-icon"), b = resolveComponent("el-progress"), V = resolveComponent("el-upload");
5434
5437
  return openBlock(), createElementBlock("div", {
5435
5438
  class: normalizeClass(["lw-upload", { "lw-upload-round": n.round }])
5436
5439
  }, [
5437
- (openBlock(!0), createElementBlock(Fragment, null, renderList(a.fileList, (v, $) => (openBlock(), createElementBlock("div", {
5438
- class: "lw-upload__img",
5439
- style: normalizeStyle(a.style)
5440
- }, [
5441
- createVNode(_, {
5442
- class: "image",
5443
- src: v,
5444
- "preview-src-list": a.fileList,
5445
- fit: "cover",
5446
- "hide-on-click-modal": "",
5447
- "append-to-body": "",
5448
- "z-index": 9999
5449
- }, {
5450
- placeholder: withCtx(() => t[0] || (t[0] = [
5451
- createElementVNode("div", { class: "lw-upload__img-slot" }, " Loading... ", -1)
5452
- ])),
5453
- _: 2
5454
- }, 1032, ["src", "preview-src-list"]),
5455
- n.disabled ? createCommentVNode("", !0) : (openBlock(), createElementBlock("div", _hoisted_1$c, [
5456
- createElementVNode("span", {
5457
- class: "del",
5458
- onClick: (I) => p.handleRemove($)
5459
- }, [
5460
- createVNode(g, null, {
5461
- default: withCtx(() => [
5462
- createVNode(m)
5463
- ]),
5464
- _: 1
5465
- })
5466
- ], 8, _hoisted_2$a)
5467
- ]))
5468
- ], 4))), 256)),
5469
- a.file && a.file.status != "success" ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
5470
- createElementVNode("div", _hoisted_4$5, [
5440
+ a.fileList.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$c, [
5441
+ (openBlock(!0), createElementBlock(Fragment, null, renderList(a.fileList, (v, $) => (openBlock(), createElementBlock("div", {
5442
+ class: "lw-upload__img",
5443
+ style: normalizeStyle(a.style)
5444
+ }, [
5445
+ createVNode(_, {
5446
+ class: "image",
5447
+ src: v,
5448
+ "preview-src-list": a.fileList,
5449
+ fit: "cover",
5450
+ "hide-on-click-modal": "",
5451
+ "append-to-body": "",
5452
+ "z-index": 9999
5453
+ }, {
5454
+ placeholder: withCtx(() => t[0] || (t[0] = [
5455
+ createElementVNode("div", { class: "lw-upload__img-slot" }, " Loading... ", -1)
5456
+ ])),
5457
+ _: 2
5458
+ }, 1032, ["src", "preview-src-list"]),
5459
+ n.disabled ? createCommentVNode("", !0) : (openBlock(), createElementBlock("div", _hoisted_2$a, [
5460
+ createElementVNode("span", {
5461
+ class: "del",
5462
+ onClick: (I) => p.handleRemove($)
5463
+ }, [
5464
+ createVNode(g, null, {
5465
+ default: withCtx(() => [
5466
+ createVNode(m)
5467
+ ]),
5468
+ _: 1
5469
+ })
5470
+ ], 8, _hoisted_3$8)
5471
+ ]))
5472
+ ], 4))), 256))
5473
+ ])) : createCommentVNode("", !0),
5474
+ a.file && a.file.status != "success" ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
5475
+ createElementVNode("div", _hoisted_5$3, [
5471
5476
  createVNode(b, {
5472
5477
  percentage: a.file.percentage,
5473
5478
  "text-inside": !0,
@@ -5481,7 +5486,7 @@ function _sfc_render$h(e, t, n, c, a, p) {
5481
5486
  }, null, 8, ["src"])
5482
5487
  ])) : createCommentVNode("", !0),
5483
5488
  a.fileList.length < n.limit ? (openBlock(), createBlock(V, {
5484
- key: 1,
5489
+ key: 2,
5485
5490
  class: "uploader",
5486
5491
  style: normalizeStyle(a.style),
5487
5492
  ref: "uploader",
@@ -5500,29 +5505,27 @@ function _sfc_render$h(e, t, n, c, a, p) {
5500
5505
  "on-error": p.error,
5501
5506
  "on-exceed": p.handleExceed
5502
5507
  }, {
5503
- tip: withCtx(() => [
5504
- createElementVNode("div", _hoisted_8$1, toDisplayString(n.tip), 1)
5505
- ]),
5506
5508
  default: withCtx(() => [
5507
5509
  renderSlot(e.$slots, "default", {}, () => [
5508
- createElementVNode("div", _hoisted_5$3, [
5509
- createElementVNode("div", _hoisted_6$1, [
5510
+ createElementVNode("div", _hoisted_6$1, [
5511
+ createElementVNode("div", _hoisted_7$1, [
5510
5512
  createVNode(g, null, {
5511
5513
  default: withCtx(() => [
5512
5514
  (openBlock(), createBlock(resolveDynamicComponent(n.icon)))
5513
5515
  ]),
5514
5516
  _: 1
5515
5517
  }),
5516
- n.title ? (openBlock(), createElementBlock("h4", _hoisted_7$1, toDisplayString(n.title), 1)) : createCommentVNode("", !0)
5518
+ n.title ? (openBlock(), createElementBlock("h4", _hoisted_8$1, toDisplayString(n.title), 1)) : createCommentVNode("", !0)
5517
5519
  ])
5518
5520
  ])
5519
5521
  ], !0)
5520
5522
  ]),
5521
5523
  _: 3
5522
- }, 8, ["style", "auto-upload", "disabled", "show-file-list", "action", "name", "data", "accept", "limit", "http-request", "on-change", "before-upload", "on-success", "on-error", "on-exceed"])) : createCommentVNode("", !0)
5524
+ }, 8, ["style", "auto-upload", "disabled", "show-file-list", "action", "name", "data", "accept", "limit", "http-request", "on-change", "before-upload", "on-success", "on-error", "on-exceed"])) : createCommentVNode("", !0),
5525
+ createElementVNode("div", _hoisted_9, toDisplayString(n.tip), 1)
5523
5526
  ], 2);
5524
5527
  }
5525
- const lwUpload = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-3acad1cb"]]), _sfc_main$g = {
5528
+ const lwUpload = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-f1a7c1ee"]]), _sfc_main$g = {
5526
5529
  components: {
5527
5530
  lwUpload
5528
5531
  },
@@ -6254,7 +6257,7 @@ const lwForm = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$
6254
6257
  handler(e, t) {
6255
6258
  if (this.hasConfig && this.isChange) {
6256
6259
  let n = this.flattenObject(e);
6257
- console.log(this.form, n);
6260
+ this.form = Object.assign(this.form, n);
6258
6261
  }
6259
6262
  },
6260
6263
  deep: !0
@@ -6701,7 +6704,7 @@ function _sfc_render$f(e, t, n, c, a, p) {
6701
6704
  [u, n.loading]
6702
6705
  ]);
6703
6706
  }
6704
- const lwFormMini = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-5946a29a"]]), config$1 = {
6707
+ const lwFormMini = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-b5d200ce"]]), config$1 = {
6705
6708
  icons: [
6706
6709
  {
6707
6710
  name: "默认",