eoss-ui 0.4.86 → 0.4.88

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/form.js CHANGED
@@ -3430,7 +3430,7 @@ module.exports = require("axios");
3430
3430
  // ESM COMPAT FLAG
3431
3431
  __webpack_require__.r(__webpack_exports__);
3432
3432
 
3433
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=5472a744&
3433
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=d86ee862&
3434
3434
  var render = function () {
3435
3435
  var _vm = this
3436
3436
  var _h = _vm.$createElement
@@ -4104,8 +4104,7 @@ var render = function () {
4104
4104
  [
4105
4105
  item.showLabel !==
4106
4106
  false &&
4107
- item.type !==
4108
- "table" &&
4107
+ item.label &&
4109
4108
  _vm.showLabel
4110
4109
  ? _c(
4111
4110
  "es-label",
@@ -6744,7 +6743,7 @@ var render = function () {
6744
6743
  },
6745
6744
  [
6746
6745
  item.showLabel !== false &&
6747
- item.type !== "table" &&
6746
+ item.label &&
6748
6747
  _vm.showLabel
6749
6748
  ? _c(
6750
6749
  "es-label",
@@ -9597,8 +9596,7 @@ var render = function () {
9597
9596
  [
9598
9597
  item.showLabel !==
9599
9598
  false &&
9600
- item.type !==
9601
- "table" &&
9599
+ item.label &&
9602
9600
  _vm.showLabel
9603
9601
  ? _c(
9604
9602
  "es-label",
@@ -12074,7 +12072,7 @@ var render = function () {
12074
12072
  },
12075
12073
  [
12076
12074
  item.showLabel !== false &&
12077
- item.type !== "table" &&
12075
+ item.label &&
12078
12076
  _vm.showLabel
12079
12077
  ? _c(
12080
12078
  "es-label",
@@ -14302,7 +14300,7 @@ var staticRenderFns = []
14302
14300
  render._withStripped = true
14303
14301
 
14304
14302
 
14305
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=5472a744&
14303
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=d86ee862&
14306
14304
 
14307
14305
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
14308
14306
  var regenerator_ = __webpack_require__(9);
@@ -18160,20 +18158,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18160
18158
  //
18161
18159
  //
18162
18160
  //
18163
- //
18164
- //
18165
- //
18166
- //
18167
- //
18168
- //
18169
- //
18170
- //
18171
- //
18172
- //
18173
- //
18174
- //
18175
- //
18176
- //
18177
18161
 
18178
18162
 
18179
18163
 
@@ -19301,7 +19285,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19301
19285
  }
19302
19286
  var obj = JSON.parse(JSON.stringify(models));
19303
19287
  if (this.within) {
19304
- //within:把提交数据装到指定属性中
19288
+ //within:把提交数据装到指定属性中(分表)
19305
19289
  var newData = {};
19306
19290
  if (typeof this.within === 'string') {
19307
19291
  newData[this.within] = obj;