eoss-mobiles 0.2.72 → 0.2.73

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.
@@ -9616,6 +9616,10 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
9616
9616
  components: { Table: external_element_ui_["Table"] },
9617
9617
  inheritAttrs: false,
9618
9618
  props: {
9619
+ navHeight: {
9620
+ type: [String, Number],
9621
+ default: 20
9622
+ },
9619
9623
  thead: {
9620
9624
  type: Array,
9621
9625
  default: function _default() {
@@ -10439,7 +10443,11 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
10439
10443
  'max-height': this.maxHeight,
10440
10444
  height: this.page ? '90vw' : '100vw'
10441
10445
  }),
10442
- style: { overflow: 'auto' },
10446
+ style: {
10447
+ overflow: 'auto',
10448
+ marginLeft: this.navHeight + 'px',
10449
+ width: 'calc(100% - ' + this.navHeight + 'px)'
10450
+ },
10443
10451
  on: table_src_mainvue_type_script_lang_js_extends({}, this.$listeners, {
10444
10452
  'row-click': this.rowClick,
10445
10453
  'selection-change': this.selectionChange
@@ -18774,8 +18782,8 @@ flow_src_main.install = function (Vue) {
18774
18782
  };
18775
18783
 
18776
18784
  /* harmony default export */ var flow = (flow_src_main);
18777
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=ac26862c&
18778
- var mainvue_type_template_id_ac26862c_render = function () {
18785
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6967523c&
18786
+ var mainvue_type_template_id_6967523c_render = function () {
18779
18787
  var _vm = this
18780
18788
  var _h = _vm.$createElement
18781
18789
  var _c = _vm._self._c || _h
@@ -18798,9 +18806,15 @@ var mainvue_type_template_id_ac26862c_render = function () {
18798
18806
  [
18799
18807
  item.flowList.length > 0
18800
18808
  ? _c("i", { staticClass: "iconfont icon-gou" })
18801
- : _c("div", { staticClass: "process-pending" }, [
18802
- _c("i", { staticClass: "process-pending-yuan" }),
18803
- ]),
18809
+ : _c(
18810
+ "div",
18811
+ {
18812
+ staticClass: "process-pending",
18813
+ style:
18814
+ " background: rgba( " + _vm.rgbColor + ", 0.1)",
18815
+ },
18816
+ [_c("i", { staticClass: "process-pending-yuan" })]
18817
+ ),
18804
18818
  _c(
18805
18819
  "div",
18806
18820
  { staticClass: "item-box" },
@@ -18955,9 +18969,15 @@ var mainvue_type_template_id_ac26862c_render = function () {
18955
18969
  [
18956
18970
  item.pendstate == 2 || item.pendstate == 6
18957
18971
  ? _c("i", { staticClass: "iconfont icon-gou" })
18958
- : _c("div", { staticClass: "process-pending" }, [
18959
- _c("i", { staticClass: "process-pending-yuan" }),
18960
- ]),
18972
+ : _c(
18973
+ "div",
18974
+ {
18975
+ staticClass: "process-pending",
18976
+ style:
18977
+ " background: rgba( " + _vm.rgbColor + ", 0.1)",
18978
+ },
18979
+ [_c("i", { staticClass: "process-pending-yuan" })]
18980
+ ),
18961
18981
  _c("div", { staticClass: "item-box" }, [
18962
18982
  _c("div", { staticClass: "one" }, [
18963
18983
  _c("div", { staticClass: "label" }, [
@@ -19060,11 +19080,11 @@ var mainvue_type_template_id_ac26862c_render = function () {
19060
19080
  1
19061
19081
  )
19062
19082
  }
19063
- var mainvue_type_template_id_ac26862c_staticRenderFns = []
19064
- mainvue_type_template_id_ac26862c_render._withStripped = true
19083
+ var mainvue_type_template_id_6967523c_staticRenderFns = []
19084
+ mainvue_type_template_id_6967523c_render._withStripped = true
19065
19085
 
19066
19086
 
19067
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=ac26862c&
19087
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6967523c&
19068
19088
 
19069
19089
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
19070
19090
  var _name$props$filters$d;
@@ -19255,9 +19275,14 @@ var _name$props$filters$d;
19255
19275
  },
19256
19276
  data: function data() {
19257
19277
  return {
19258
- processList: []
19278
+ processList: [],
19279
+ rgbColor: ''
19259
19280
  };
19260
19281
  },
19282
+ mounted: function mounted() {
19283
+ var bgColor = document.documentElement.style.getPropertyValue('--theme-primary') || '#12278B';
19284
+ this.rgbColor = util.getRgb(bgColor).join(',');
19285
+ },
19261
19286
 
19262
19287
  watch: {
19263
19288
  businessId: {
@@ -19313,8 +19338,8 @@ var _name$props$filters$d;
19313
19338
 
19314
19339
  var flow_list_src_main_component = normalizeComponent(
19315
19340
  packages_flow_list_src_mainvue_type_script_lang_js_,
19316
- mainvue_type_template_id_ac26862c_render,
19317
- mainvue_type_template_id_ac26862c_staticRenderFns,
19341
+ mainvue_type_template_id_6967523c_render,
19342
+ mainvue_type_template_id_6967523c_staticRenderFns,
19318
19343
  false,
19319
19344
  null,
19320
19345
  null,
@@ -19331,8 +19356,8 @@ flow_list_src_main.install = function (Vue) {
19331
19356
  };
19332
19357
 
19333
19358
  /* harmony default export */ var flow_list = (flow_list_src_main);
19334
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=template&id=3bbb5ae4&
19335
- var mainvue_type_template_id_3bbb5ae4_render = function () {
19359
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=template&id=6091257f&
19360
+ var mainvue_type_template_id_6091257f_render = function () {
19336
19361
  var _vm = this
19337
19362
  var _h = _vm.$createElement
19338
19363
  var _c = _vm._self._c || _h
@@ -19400,7 +19425,18 @@ var mainvue_type_template_id_3bbb5ae4_render = function () {
19400
19425
  !_vm.rejectObj.fun
19401
19426
  ? _c(
19402
19427
  "div",
19403
- { staticClass: "right-one", on: { click: _vm.toAudit } },
19428
+ {
19429
+ staticClass: "right-one",
19430
+ on: {
19431
+ click: function ($event) {
19432
+ _vm.toAudit(
19433
+ (_vm.currentNodeAttr &&
19434
+ _vm.currentNodeAttr.submitButtonText) ||
19435
+ "审核"
19436
+ )
19437
+ },
19438
+ },
19439
+ },
19404
19440
  [
19405
19441
  _c("div", { staticClass: "audit" }, [
19406
19442
  _vm._v(
@@ -19436,7 +19472,18 @@ var mainvue_type_template_id_3bbb5ae4_render = function () {
19436
19472
  ),
19437
19473
  _c(
19438
19474
  "div",
19439
- { staticClass: "audit", on: { click: _vm.toAudit } },
19475
+ {
19476
+ staticClass: "audit",
19477
+ on: {
19478
+ click: function ($event) {
19479
+ _vm.toAudit(
19480
+ (_vm.currentNodeAttr &&
19481
+ _vm.currentNodeAttr.submitButtonText) ||
19482
+ "审核"
19483
+ )
19484
+ },
19485
+ },
19486
+ },
19440
19487
  [
19441
19488
  _vm._v(
19442
19489
  "\n " +
@@ -19476,11 +19523,11 @@ var mainvue_type_template_id_3bbb5ae4_render = function () {
19476
19523
  ])
19477
19524
  : _vm._e()
19478
19525
  }
19479
- var mainvue_type_template_id_3bbb5ae4_staticRenderFns = []
19480
- mainvue_type_template_id_3bbb5ae4_render._withStripped = true
19526
+ var mainvue_type_template_id_6091257f_staticRenderFns = []
19527
+ mainvue_type_template_id_6091257f_render._withStripped = true
19481
19528
 
19482
19529
 
19483
- // CONCATENATED MODULE: ./packages/flow-btn/src/main.vue?vue&type=template&id=3bbb5ae4&
19530
+ // CONCATENATED MODULE: ./packages/flow-btn/src/main.vue?vue&type=template&id=6091257f&
19484
19531
 
19485
19532
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=script&lang=js&
19486
19533
  //
@@ -19536,6 +19583,27 @@ mainvue_type_template_id_3bbb5ae4_render._withStripped = true
19536
19583
  //
19537
19584
  //
19538
19585
  //
19586
+ //
19587
+ //
19588
+ //
19589
+ //
19590
+ //
19591
+ //
19592
+ //
19593
+ //
19594
+ //
19595
+ //
19596
+ //
19597
+ //
19598
+ //
19599
+ //
19600
+ //
19601
+ //
19602
+ //
19603
+ //
19604
+ //
19605
+ //
19606
+ //
19539
19607
 
19540
19608
 
19541
19609
 
@@ -19739,14 +19807,14 @@ mainvue_type_template_id_3bbb5ae4_render._withStripped = true
19739
19807
  // });
19740
19808
  }
19741
19809
  },
19742
- toAudit: function toAudit() {
19810
+ toAudit: function toAudit(btnText) {
19743
19811
  var _this4 = this;
19744
19812
 
19745
19813
  if (this.$route.query.bcode && this.$route.query.bcode.indexOf('form_') != -1) {
19746
19814
  this.save().then(function (res) {
19747
19815
  _this4.$emit('click', {
19748
19816
  name: 'newProcessAudit',
19749
- h5HeadTitle: '审核',
19817
+ h5HeadTitle: btnText,
19750
19818
  type: 'handle',
19751
19819
  pendingId: _this4.pendingId,
19752
19820
  taskRead: _this4.$route.query.taskRead,
@@ -19769,7 +19837,7 @@ mainvue_type_template_id_3bbb5ae4_render._withStripped = true
19769
19837
  } else {
19770
19838
  this.$emit('click', {
19771
19839
  name: 'newProcessAudit',
19772
- h5HeadTitle: '审核',
19840
+ h5HeadTitle: btnText,
19773
19841
  type: 'handle',
19774
19842
  pendingId: this.pendingId,
19775
19843
  businessId: this.businessId
@@ -19960,8 +20028,8 @@ mainvue_type_template_id_3bbb5ae4_render._withStripped = true
19960
20028
 
19961
20029
  var flow_btn_src_main_component = normalizeComponent(
19962
20030
  packages_flow_btn_src_mainvue_type_script_lang_js_,
19963
- mainvue_type_template_id_3bbb5ae4_render,
19964
- mainvue_type_template_id_3bbb5ae4_staticRenderFns,
20031
+ mainvue_type_template_id_6091257f_render,
20032
+ mainvue_type_template_id_6091257f_staticRenderFns,
19965
20033
  false,
19966
20034
  null,
19967
20035
  null,
@@ -20617,8 +20685,8 @@ count_down_src_main.install = function (Vue) {
20617
20685
  };
20618
20686
 
20619
20687
  /* harmony default export */ var count_down = (count_down_src_main);
20620
- // 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=61293430&
20621
- var mainvue_type_template_id_61293430_render = function () {
20688
+ // 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=363052f8&
20689
+ var mainvue_type_template_id_363052f8_render = function () {
20622
20690
  var _vm = this
20623
20691
  var _h = _vm.$createElement
20624
20692
  var _c = _vm._self._c || _h
@@ -20643,6 +20711,475 @@ var mainvue_type_template_id_61293430_render = function () {
20643
20711
  "div",
20644
20712
  { key: index },
20645
20713
  [
20714
+ item.type === "tab"
20715
+ ? _c(
20716
+ "em-tabs",
20717
+ _vm._b(
20718
+ {
20719
+ model: {
20720
+ value: item.active,
20721
+ callback: function ($$v) {
20722
+ _vm.$set(item, "active", $$v)
20723
+ },
20724
+ expression: "item.active",
20725
+ },
20726
+ },
20727
+ "em-tabs",
20728
+ Object.assign({}, item, { type: item.tabType || "line" }),
20729
+ false
20730
+ ),
20731
+ _vm._l(item.contents, function (z, i) {
20732
+ return _c(
20733
+ "em-tab",
20734
+ _vm._b(
20735
+ { key: i },
20736
+ "em-tab",
20737
+ Object.assign({}, z),
20738
+ false
20739
+ ),
20740
+ _vm._l(z.contents, function (x, j) {
20741
+ return _c(
20742
+ "div",
20743
+ { key: j },
20744
+ [
20745
+ x.type === "text" ||
20746
+ x.type === "textarea" ||
20747
+ x.type == "number" ||
20748
+ x.type == "digit" ||
20749
+ x.type == "password" ||
20750
+ x.type == "tel"
20751
+ ? _c(
20752
+ "em-input",
20753
+ _vm._g(
20754
+ _vm._b(
20755
+ {
20756
+ ref: "input",
20757
+ refInFor: true,
20758
+ staticClass: "em-table-input",
20759
+ attrs: {
20760
+ "label-position":
20761
+ x.labelPosition ||
20762
+ _vm.labelPosition,
20763
+ disabled:
20764
+ x.disabled || _vm.disabled,
20765
+ readonly:
20766
+ x.readonly || _vm.readonly,
20767
+ label: x.label.text || x.label,
20768
+ },
20769
+ on: {
20770
+ input: function ($event) {
20771
+ _vm.handleChange(
20772
+ x.name,
20773
+ _vm.model[x.name]
20774
+ )
20775
+ },
20776
+ },
20777
+ model: {
20778
+ value: _vm.model[x.name],
20779
+ callback: function ($$v) {
20780
+ _vm.$set(_vm.model, x.name, $$v)
20781
+ },
20782
+ expression: "model[x.name]",
20783
+ },
20784
+ },
20785
+ "em-input",
20786
+ Object.assign({}, _vm.$attrs, x),
20787
+ false
20788
+ ),
20789
+ Object.assign({}, x.events)
20790
+ )
20791
+ )
20792
+ : _vm._e(),
20793
+ x.type === "select"
20794
+ ? _c(
20795
+ "em-picker",
20796
+ _vm._g(
20797
+ _vm._b(
20798
+ {
20799
+ ref: "select",
20800
+ refInFor: true,
20801
+ attrs: {
20802
+ "label-position":
20803
+ x.labelPosition ||
20804
+ _vm.labelPosition,
20805
+ disabled:
20806
+ x.disabled || _vm.disabled,
20807
+ readonly:
20808
+ x.readonly || _vm.readonly,
20809
+ columns: x.data || [],
20810
+ },
20811
+ on: {
20812
+ confirm: function (value) {
20813
+ _vm.handleChange(item.name, value)
20814
+ },
20815
+ },
20816
+ model: {
20817
+ value: _vm.model[x.name],
20818
+ callback: function ($$v) {
20819
+ _vm.$set(_vm.model, x.name, $$v)
20820
+ },
20821
+ expression: "model[x.name]",
20822
+ },
20823
+ },
20824
+ "em-picker",
20825
+ Object.assign({}, _vm.$attrs, x),
20826
+ false
20827
+ ),
20828
+ Object.assign({}, x.events)
20829
+ )
20830
+ )
20831
+ : x.date ||
20832
+ x.type == "date" ||
20833
+ x.type == "year" ||
20834
+ x.type == "year-month" ||
20835
+ x.type == "month-day" ||
20836
+ x.type == "time" ||
20837
+ x.type == "datetimeSecond" ||
20838
+ x.type == "datetime" ||
20839
+ x.type == "datehour"
20840
+ ? _c(
20841
+ "em-date",
20842
+ _vm._g(
20843
+ _vm._b(
20844
+ {
20845
+ ref: "date",
20846
+ refInFor: true,
20847
+ attrs: {
20848
+ "label-position":
20849
+ x.labelPosition ||
20850
+ _vm.labelPosition,
20851
+ disabled:
20852
+ x.disabled || _vm.disabled,
20853
+ readonly:
20854
+ x.readonly || _vm.readonly,
20855
+ joinStr: x.joinStr || "",
20856
+ },
20857
+ on: {
20858
+ confirm: function (
20859
+ value,
20860
+ timePeriod
20861
+ ) {
20862
+ _vm.handleChange(
20863
+ x.name,
20864
+ value,
20865
+ timePeriod
20866
+ )
20867
+ },
20868
+ },
20869
+ model: {
20870
+ value: _vm.model[x.name],
20871
+ callback: function ($$v) {
20872
+ _vm.$set(_vm.model, x.name, $$v)
20873
+ },
20874
+ expression: "model[x.name]",
20875
+ },
20876
+ },
20877
+ "em-date",
20878
+ Object.assign({}, _vm.$attrs, x),
20879
+ false
20880
+ ),
20881
+ Object.assign({}, x.events)
20882
+ )
20883
+ )
20884
+ : x.type === "radio"
20885
+ ? _c(
20886
+ "em-input",
20887
+ _vm._b(
20888
+ {
20889
+ ref: "radio",
20890
+ refInFor: true,
20891
+ attrs: {
20892
+ "label-position":
20893
+ x.labelPosition ||
20894
+ _vm.labelPosition,
20895
+ },
20896
+ },
20897
+ "em-input",
20898
+ Object.assign({}, _vm.$attrs, x),
20899
+ false
20900
+ ),
20901
+ [
20902
+ _c(
20903
+ "template",
20904
+ { slot: "input" },
20905
+ [
20906
+ _c(
20907
+ "em-radio-group",
20908
+ _vm._g(
20909
+ _vm._b(
20910
+ {
20911
+ attrs: {
20912
+ disabled:
20913
+ x.disabled ||
20914
+ _vm.disabled ||
20915
+ x.readonly ||
20916
+ _vm.readonly,
20917
+ data: x.data,
20918
+ },
20919
+ on: {
20920
+ change: function (value) {
20921
+ _vm.handleChange(
20922
+ x.name,
20923
+ value
20924
+ )
20925
+ },
20926
+ },
20927
+ model: {
20928
+ value: _vm.model[x.name],
20929
+ callback: function ($$v) {
20930
+ _vm.$set(
20931
+ _vm.model,
20932
+ x.name,
20933
+ $$v
20934
+ )
20935
+ },
20936
+ expression: "model[x.name]",
20937
+ },
20938
+ },
20939
+ "em-radio-group",
20940
+ Object.assign(
20941
+ {},
20942
+ _vm.$attrs,
20943
+ x
20944
+ ),
20945
+ false
20946
+ ),
20947
+ Object.assign({}, x.events)
20948
+ )
20949
+ ),
20950
+ ],
20951
+ 1
20952
+ ),
20953
+ ],
20954
+ 2
20955
+ )
20956
+ : x.type === "checkbox"
20957
+ ? _c(
20958
+ "em-input",
20959
+ _vm._b(
20960
+ {
20961
+ ref: "checkbox",
20962
+ refInFor: true,
20963
+ attrs: {
20964
+ "label-position":
20965
+ x.labelPosition ||
20966
+ _vm.labelPosition,
20967
+ },
20968
+ },
20969
+ "em-input",
20970
+ Object.assign({}, _vm.$attrs, x),
20971
+ false
20972
+ ),
20973
+ [
20974
+ _c(
20975
+ "template",
20976
+ { slot: "input" },
20977
+ [
20978
+ _c(
20979
+ "em-checkbox-group",
20980
+ _vm._g(
20981
+ _vm._b(
20982
+ {
20983
+ attrs: {
20984
+ disabled:
20985
+ x.disabled ||
20986
+ _vm.disabled ||
20987
+ x.readonly ||
20988
+ _vm.readonly,
20989
+ },
20990
+ on: {
20991
+ change: function (value) {
20992
+ _vm.handleChange(
20993
+ x.name,
20994
+ value
20995
+ )
20996
+ },
20997
+ },
20998
+ model: {
20999
+ value: _vm.model[x.name],
21000
+ callback: function ($$v) {
21001
+ _vm.$set(
21002
+ _vm.model,
21003
+ x.name,
21004
+ $$v
21005
+ )
21006
+ },
21007
+ expression: "model[x.name]",
21008
+ },
21009
+ },
21010
+ "em-checkbox-group",
21011
+ Object.assign(
21012
+ {},
21013
+ _vm.$attrs,
21014
+ x
21015
+ ),
21016
+ false
21017
+ ),
21018
+ Object.assign({}, x.events)
21019
+ )
21020
+ ),
21021
+ ],
21022
+ 1
21023
+ ),
21024
+ ],
21025
+ 2
21026
+ )
21027
+ : x.type === "switch"
21028
+ ? _c(
21029
+ "em-input",
21030
+ _vm._b(
21031
+ {
21032
+ ref: "switch",
21033
+ refInFor: true,
21034
+ attrs: {
21035
+ "label-position":
21036
+ x.labelPosition ||
21037
+ _vm.labelPosition,
21038
+ },
21039
+ },
21040
+ "em-input",
21041
+ Object.assign({}, _vm.$attrs, x),
21042
+ false
21043
+ ),
21044
+ [
21045
+ _c(
21046
+ "template",
21047
+ { slot: "input" },
21048
+ [
21049
+ _c(
21050
+ "em-switch",
21051
+ _vm._g(
21052
+ _vm._b(
21053
+ {
21054
+ attrs: {
21055
+ disabled:
21056
+ x.disabled ||
21057
+ _vm.disabled ||
21058
+ x.readonly ||
21059
+ _vm.readonly,
21060
+ },
21061
+ on: {
21062
+ change: function (value) {
21063
+ _vm.handleChange(
21064
+ x.name,
21065
+ value
21066
+ )
21067
+ },
21068
+ },
21069
+ model: {
21070
+ value: _vm.model[x.name],
21071
+ callback: function ($$v) {
21072
+ _vm.$set(
21073
+ _vm.model,
21074
+ x.name,
21075
+ $$v
21076
+ )
21077
+ },
21078
+ expression: "model[x.name]",
21079
+ },
21080
+ },
21081
+ "em-switch",
21082
+ Object.assign(
21083
+ {},
21084
+ _vm.$attrs,
21085
+ x
21086
+ ),
21087
+ false
21088
+ ),
21089
+ Object.assign({}, x.events)
21090
+ )
21091
+ ),
21092
+ ],
21093
+ 1
21094
+ ),
21095
+ ],
21096
+ 2
21097
+ )
21098
+ : x.type == "selector"
21099
+ ? _c(
21100
+ "em-selector",
21101
+ _vm._g(
21102
+ _vm._b(
21103
+ {
21104
+ ref: "selector",
21105
+ refInFor: true,
21106
+ attrs: {
21107
+ label: x.label,
21108
+ "label-position":
21109
+ x.labelPosition ||
21110
+ _vm.labelPosition,
21111
+ disabled:
21112
+ x.disabled ||
21113
+ _vm.disabled ||
21114
+ x.readonly ||
21115
+ _vm.readonly,
21116
+ },
21117
+ on: {
21118
+ change: function (value) {
21119
+ _vm.handleChange(x.name, value)
21120
+ },
21121
+ },
21122
+ model: {
21123
+ value: _vm.model[x.name],
21124
+ callback: function ($$v) {
21125
+ _vm.$set(_vm.model, x.name, $$v)
21126
+ },
21127
+ expression: "model[x.name]",
21128
+ },
21129
+ },
21130
+ "em-selector",
21131
+ Object.assign({}, _vm.$attrs, x),
21132
+ false
21133
+ ),
21134
+ Object.assign({}, x.events)
21135
+ )
21136
+ )
21137
+ : x.type == "table"
21138
+ ? _c(
21139
+ "em-table",
21140
+ _vm._g(
21141
+ _vm._b(
21142
+ {
21143
+ ref: "emFormTable",
21144
+ refInFor: true,
21145
+ staticClass: "em-form-table",
21146
+ style:
21147
+ "margin:" +
21148
+ (x.margin || 10) +
21149
+ "px 0px",
21150
+ attrs: {
21151
+ data: _vm.model[x.name],
21152
+ thead: x.tHead,
21153
+ isForm: "",
21154
+ form:
21155
+ !x.disabled &&
21156
+ !_vm.disabled &&
21157
+ !x.readonly &&
21158
+ !_vm.readonly &&
21159
+ x.form,
21160
+ },
21161
+ on: {
21162
+ "btn-click": _vm.handleBtnClick,
21163
+ },
21164
+ },
21165
+ "em-table",
21166
+ Object.assign({}, _vm.$attrs, x),
21167
+ false
21168
+ ),
21169
+ Object.assign({}, x.events)
21170
+ )
21171
+ )
21172
+ : _vm._e(),
21173
+ ],
21174
+ 1
21175
+ )
21176
+ }),
21177
+ 0
21178
+ )
21179
+ }),
21180
+ 1
21181
+ )
21182
+ : _vm._e(),
20646
21183
  item.type === "text" ||
20647
21184
  item.type === "textarea" ||
20648
21185
  item.type == "number" ||
@@ -21065,11 +21602,11 @@ var mainvue_type_template_id_61293430_render = function () {
21065
21602
  ]
21066
21603
  )
21067
21604
  }
21068
- var mainvue_type_template_id_61293430_staticRenderFns = []
21069
- mainvue_type_template_id_61293430_render._withStripped = true
21605
+ var mainvue_type_template_id_363052f8_staticRenderFns = []
21606
+ mainvue_type_template_id_363052f8_render._withStripped = true
21070
21607
 
21071
21608
 
21072
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=61293430&
21609
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=363052f8&
21073
21610
 
21074
21611
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js&
21075
21612
  //
@@ -21290,6 +21827,189 @@ mainvue_type_template_id_61293430_render._withStripped = true
21290
21827
  //
21291
21828
  //
21292
21829
  //
21830
+ //
21831
+ //
21832
+ //
21833
+ //
21834
+ //
21835
+ //
21836
+ //
21837
+ //
21838
+ //
21839
+ //
21840
+ //
21841
+ //
21842
+ //
21843
+ //
21844
+ //
21845
+ //
21846
+ //
21847
+ //
21848
+ //
21849
+ //
21850
+ //
21851
+ //
21852
+ //
21853
+ //
21854
+ //
21855
+ //
21856
+ //
21857
+ //
21858
+ //
21859
+ //
21860
+ //
21861
+ //
21862
+ //
21863
+ //
21864
+ //
21865
+ //
21866
+ //
21867
+ //
21868
+ //
21869
+ //
21870
+ //
21871
+ //
21872
+ //
21873
+ //
21874
+ //
21875
+ //
21876
+ //
21877
+ //
21878
+ //
21879
+ //
21880
+ //
21881
+ //
21882
+ //
21883
+ //
21884
+ //
21885
+ //
21886
+ //
21887
+ //
21888
+ //
21889
+ //
21890
+ //
21891
+ //
21892
+ //
21893
+ //
21894
+ //
21895
+ //
21896
+ //
21897
+ //
21898
+ //
21899
+ //
21900
+ //
21901
+ //
21902
+ //
21903
+ //
21904
+ //
21905
+ //
21906
+ //
21907
+ //
21908
+ //
21909
+ //
21910
+ //
21911
+ //
21912
+ //
21913
+ //
21914
+ //
21915
+ //
21916
+ //
21917
+ //
21918
+ //
21919
+ //
21920
+ //
21921
+ //
21922
+ //
21923
+ //
21924
+ //
21925
+ //
21926
+ //
21927
+ //
21928
+ //
21929
+ //
21930
+ //
21931
+ //
21932
+ //
21933
+ //
21934
+ //
21935
+ //
21936
+ //
21937
+ //
21938
+ //
21939
+ //
21940
+ //
21941
+ //
21942
+ //
21943
+ //
21944
+ //
21945
+ //
21946
+ //
21947
+ //
21948
+ //
21949
+ //
21950
+ //
21951
+ //
21952
+ //
21953
+ //
21954
+ //
21955
+ //
21956
+ //
21957
+ //
21958
+ //
21959
+ //
21960
+ //
21961
+ //
21962
+ //
21963
+ //
21964
+ //
21965
+ //
21966
+ //
21967
+ //
21968
+ //
21969
+ //
21970
+ //
21971
+ //
21972
+ //
21973
+ //
21974
+ //
21975
+ //
21976
+ //
21977
+ //
21978
+ //
21979
+ //
21980
+ //
21981
+ //
21982
+ //
21983
+ //
21984
+ //
21985
+ //
21986
+ //
21987
+ //
21988
+ //
21989
+ //
21990
+ //
21991
+ //
21992
+ //
21993
+ //
21994
+ //
21995
+ //
21996
+ //
21997
+ //
21998
+ //
21999
+ //
22000
+ //
22001
+ //
22002
+ //
22003
+ //
22004
+ //
22005
+ //
22006
+ //
22007
+ //
22008
+ //
22009
+ //
22010
+ //
22011
+ //
22012
+ //
21293
22013
 
21294
22014
  /* harmony default export */ var form_src_mainvue_type_script_lang_js_ = ({
21295
22015
  name: 'EmForm',
@@ -21416,8 +22136,8 @@ mainvue_type_template_id_61293430_render._withStripped = true
21416
22136
 
21417
22137
  var form_src_main_component = normalizeComponent(
21418
22138
  packages_form_src_mainvue_type_script_lang_js_,
21419
- mainvue_type_template_id_61293430_render,
21420
- mainvue_type_template_id_61293430_staticRenderFns,
22139
+ mainvue_type_template_id_363052f8_render,
22140
+ mainvue_type_template_id_363052f8_staticRenderFns,
21421
22141
  false,
21422
22142
  null,
21423
22143
  null,
@@ -23429,7 +24149,7 @@ if (typeof window !== 'undefined' && window.Vue) {
23429
24149
  }
23430
24150
 
23431
24151
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
23432
- version: '0.2.72',
24152
+ version: '0.2.73',
23433
24153
  install: install,
23434
24154
  Button: packages_button,
23435
24155
  ButtonGroup: button_group,