eoss-ui 0.7.93 → 0.7.95

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.
Files changed (107) hide show
  1. package/lib/eoss-ui.common.js +378 -389
  2. package/lib/flow-list.js +96 -96
  3. package/lib/flow.js +168 -166
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +5 -5
  6. package/lib/radio-group.js +98 -111
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +2 -2
  10. package/packages/button-group/src/main.vue +346 -346
  11. package/packages/calogin/src/main.vue +412 -412
  12. package/packages/clients/src/main.vue +151 -151
  13. package/packages/flow/src/component/Circulate.vue +417 -417
  14. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  15. package/packages/flow/src/component/CustomPreset.vue +324 -324
  16. package/packages/flow/src/component/FileList.vue +97 -97
  17. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  18. package/packages/flow/src/component/Preset.vue +257 -257
  19. package/packages/flow/src/component/SendMsg.vue +242 -242
  20. package/packages/flow/src/component/SortFlow.vue +110 -110
  21. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  22. package/packages/flow/src/form.vue +123 -123
  23. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  24. package/packages/flow/src/main.vue +4 -3
  25. package/packages/flow/src/processForm.vue +1680 -1680
  26. package/packages/flow/src/processReject.vue +309 -309
  27. package/packages/flow/src/reset.vue +946 -946
  28. package/packages/flow/src/startTaskRead.vue +695 -695
  29. package/packages/flow/src/supervise.vue +159 -159
  30. package/packages/flow/src/table.vue +58 -58
  31. package/packages/flow-list/src/main.vue +2337 -2337
  32. package/packages/form/src/main.vue +3901 -3901
  33. package/packages/form/src/table.vue +1512 -1512
  34. package/packages/icon/src/main.vue +104 -104
  35. package/packages/login/src/resetPassword.vue +557 -557
  36. package/packages/main/src/public/online.vue +89 -89
  37. package/packages/main/src/public/search.vue +464 -464
  38. package/packages/main/src/public/settings.vue +273 -273
  39. package/packages/main/src/simplicity/apps.vue +388 -388
  40. package/packages/main/src/simplicity/avatar.vue +82 -82
  41. package/packages/main/src/simplicity/handler.vue +158 -158
  42. package/packages/main/src/simplicity/menu-list.vue +135 -135
  43. package/packages/main/src/simplicity/message.vue +293 -293
  44. package/packages/main/src/simplicity/notice.vue +222 -222
  45. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  46. package/packages/main/src/simplicity/user.vue +259 -259
  47. package/packages/main/src/simplicityTop/apps.vue +388 -388
  48. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  49. package/packages/main/src/simplicityTop/handler.vue +215 -215
  50. package/packages/main/src/simplicityTop/lists.vue +84 -84
  51. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  52. package/packages/main/src/simplicityTop/message.vue +293 -293
  53. package/packages/main/src/simplicityTop/notice.vue +222 -222
  54. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  55. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  56. package/packages/main/src/simplicityTop/user.vue +259 -259
  57. package/packages/menu/src/main.vue +595 -595
  58. package/packages/nav/src/main.vue +351 -351
  59. package/packages/radio-group/src/main.vue +3 -3
  60. package/packages/selector/src/main.vue +761 -761
  61. package/packages/selector-panel/src/main.vue +1036 -1036
  62. package/packages/selector-panel/src/selection.vue +174 -174
  63. package/packages/switch/src/main.vue +170 -170
  64. package/packages/theme-chalk/lib/index.css +1 -1
  65. package/packages/theme-chalk/lib/login.css +1 -1
  66. package/packages/theme-chalk/src/data-table.scss +297 -297
  67. package/packages/theme-chalk/src/flow-list.scss +55 -55
  68. package/packages/theme-chalk/src/flow.scss +373 -373
  69. package/packages/theme-chalk/src/form.scss +501 -501
  70. package/packages/theme-chalk/src/handler.scss +148 -148
  71. package/packages/theme-chalk/src/icon.scss +3452 -3452
  72. package/packages/theme-chalk/src/login.scss +1006 -1006
  73. package/packages/theme-chalk/src/main.scss +664 -664
  74. package/packages/theme-chalk/src/menu.scss +224 -224
  75. package/packages/theme-chalk/src/selector.scss +114 -114
  76. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  77. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  78. package/packages/theme-chalk/src/tree.scss +165 -165
  79. package/packages/theme-chalk/src/upload.scss +172 -172
  80. package/packages/tips/src/main.vue +141 -141
  81. package/packages/toolbar/src/main.vue +430 -430
  82. package/packages/upload/src/main.vue +1344 -1344
  83. package/packages/wujie/src/main.vue +146 -146
  84. package/src/config/api.js +348 -348
  85. package/src/index.js +163 -163
  86. package/src/utils/rules.js +18 -18
  87. package/packages/.DS_Store +0 -0
  88. package/packages/calogin/.DS_Store +0 -0
  89. package/packages/date-picker/.DS_Store +0 -0
  90. package/packages/date-picker/src/.DS_Store +0 -0
  91. package/packages/dialog/.DS_Store +0 -0
  92. package/packages/flow/.DS_Store +0 -0
  93. package/packages/flow/src/.DS_Store +0 -0
  94. package/packages/flow-list/.DS_Store +0 -0
  95. package/packages/form/.DS_Store +0 -0
  96. package/packages/icon/.DS_Store +0 -0
  97. package/packages/login/.DS_Store +0 -0
  98. package/packages/main/.DS_Store +0 -0
  99. package/packages/main/src/.DS_Store +0 -0
  100. package/packages/menu/.DS_Store +0 -0
  101. package/packages/select/.DS_Store +0 -0
  102. package/packages/selector/.DS_Store +0 -0
  103. package/packages/selector-panel/.DS_Store +0 -0
  104. package/packages/theme-chalk/src/.DS_Store +0 -0
  105. package/packages/upload/.DS_Store +0 -0
  106. package/src/.DS_Store +0 -0
  107. package/src/utils/.DS_Store +0 -0
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -28341,8 +28341,8 @@ form_src_main.install = function (Vue) {
28341
28341
  };
28342
28342
 
28343
28343
  /* harmony default export */ var packages_form = (form_src_main);
28344
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=533c9d4c&
28345
- var mainvue_type_template_id_533c9d4c_render = function () {
28344
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
28345
+ var mainvue_type_template_id_99cb7a94_render = function () {
28346
28346
  var _vm = this
28347
28347
  var _h = _vm.$createElement
28348
28348
  var _c = _vm._self._c || _h
@@ -29360,7 +29360,7 @@ var mainvue_type_template_id_533c9d4c_render = function () {
29360
29360
  ? _c(
29361
29361
  "div",
29362
29362
  [
29363
- !_vm.isHideDefaultOperation
29363
+ _vm.isChooseNextNode == 1
29364
29364
  ? _c(
29365
29365
  "el-form-item",
29366
29366
  {
@@ -31359,11 +31359,11 @@ var mainvue_type_template_id_533c9d4c_render = function () {
31359
31359
  )
31360
31360
  : _vm._e()
31361
31361
  }
31362
- var mainvue_type_template_id_533c9d4c_staticRenderFns = []
31363
- mainvue_type_template_id_533c9d4c_render._withStripped = true
31362
+ var mainvue_type_template_id_99cb7a94_staticRenderFns = []
31363
+ mainvue_type_template_id_99cb7a94_render._withStripped = true
31364
31364
 
31365
31365
 
31366
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=533c9d4c&
31366
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
31367
31367
 
31368
31368
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31369
31369
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32218,21 +32218,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32218
32218
  return validSate;
32219
32219
  },
32220
32220
 
32221
- /**
32222
- * changeOpinion
32223
- * @desc:监听意见变化
32224
- * @author liufan
32225
- * @date 2022年10月28日
32221
+ /**
32222
+ * changeOpinion
32223
+ * @desc:监听意见变化
32224
+ * @author liufan
32225
+ * @date 2022年10月28日
32226
32226
  **/
32227
32227
  changeOpinion: function changeOpinion() {
32228
32228
  this.$emit('change', this.form.value);
32229
32229
  },
32230
32230
 
32231
- /**
32232
- * getCommonOpion
32233
- * @desc:获取意见
32234
- * @author liufan
32235
- * @date 2022年5月25日
32231
+ /**
32232
+ * getCommonOpion
32233
+ * @desc:获取意见
32234
+ * @author liufan
32235
+ * @date 2022年5月25日
32236
32236
  **/
32237
32237
  getCommonOpion: function getCommonOpion() {
32238
32238
  var _this = this;
@@ -32261,24 +32261,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32261
32261
  });
32262
32262
  },
32263
32263
 
32264
- /**
32265
- * upDate
32266
- * @desc:修改常用语
32267
- * @author liufan
32268
- * @param {Object} val 修改值
32269
- * @date 2022年5月25日
32264
+ /**
32265
+ * upDate
32266
+ * @desc:修改常用语
32267
+ * @author liufan
32268
+ * @param {Object} val 修改值
32269
+ * @date 2022年5月25日
32270
32270
  **/
32271
32271
  upDate: function upDate(val) {
32272
32272
  this.FormData.id = val.id;
32273
32273
  this.addVisible = true;
32274
32274
  },
32275
32275
 
32276
- /**
32277
- * selectChange
32278
- * @desc:常用语选择
32279
- * @author liufan
32280
- * @param {String} val 选中值
32281
- * @date 2022年5月25日
32276
+ /**
32277
+ * selectChange
32278
+ * @desc:常用语选择
32279
+ * @author liufan
32280
+ * @param {String} val 选中值
32281
+ * @date 2022年5月25日
32282
32282
  **/
32283
32283
  selectChange: function selectChange(val) {
32284
32284
  var _this2 = this;
@@ -32297,12 +32297,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32297
32297
  });
32298
32298
  },
32299
32299
 
32300
- /**
32301
- * del
32302
- * @desc:删除常用语
32303
- * @author liufan
32304
- * @param {Object} val 删除的数据
32305
- * @date 2022年5月25日
32300
+ /**
32301
+ * del
32302
+ * @desc:删除常用语
32303
+ * @author liufan
32304
+ * @param {Object} val 删除的数据
32305
+ * @date 2022年5月25日
32306
32306
  **/
32307
32307
  del: function del(val) {
32308
32308
  var _this3 = this;
@@ -32344,12 +32344,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32344
32344
  }).catch(function (e) {});
32345
32345
  },
32346
32346
 
32347
- /**
32348
- * submit
32349
- * @desc:新增/编辑意见保存
32350
- * @author liufan
32351
- * @param {Object} val 保存数据
32352
- * @date 2022年5月25日
32347
+ /**
32348
+ * submit
32349
+ * @desc:新增/编辑意见保存
32350
+ * @author liufan
32351
+ * @param {Object} val 保存数据
32352
+ * @date 2022年5月25日
32353
32353
  **/
32354
32354
  submit: function submit(val) {
32355
32355
  var _this4 = this;
@@ -36165,11 +36165,11 @@ var processFormvue_type_script_lang_js_components;
36165
36165
  });
36166
36166
  },
36167
36167
 
36168
- /**
36169
- * isMultiple
36170
- * @desc:是否多选
36171
- * @author liufan
36172
- * @date 2022年9月13日
36168
+ /**
36169
+ * isMultiple
36170
+ * @desc:是否多选
36171
+ * @author liufan
36172
+ * @date 2022年9月13日
36173
36173
  **/
36174
36174
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36175
36175
  var multiple = false;
@@ -40382,11 +40382,11 @@ var resetvue_type_script_lang_js_components;
40382
40382
  });
40383
40383
  },
40384
40384
 
40385
- /**
40386
- * isMultiple
40387
- * @desc:是否多选
40388
- * @author liufan
40389
- * @date 2022年9月13日
40385
+ /**
40386
+ * isMultiple
40387
+ * @desc:是否多选
40388
+ * @author liufan
40389
+ * @date 2022年9月13日
40390
40390
  **/
40391
40391
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40392
40392
  var multiple = false;
@@ -44975,11 +44975,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44975
44975
  });
44976
44976
  },
44977
44977
 
44978
- /**
44979
- * saveInfo
44980
- * @desc:暂存
44981
- * @author liufan
44982
- * @date 2022年9月9日
44978
+ /**
44979
+ * saveInfo
44980
+ * @desc:暂存
44981
+ * @author liufan
44982
+ * @date 2022年9月9日
44983
44983
  **/
44984
44984
  saveInfo: function saveInfo(type, btn) {
44985
44985
  var _this6 = this;
@@ -45041,11 +45041,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45041
45041
  });
45042
45042
  },
45043
45043
 
45044
- /**
45045
- * rejectBtn
45046
- * @desc:点击驳回
45047
- * @author liufan
45048
- * @date 2022年5月25日
45044
+ /**
45045
+ * rejectBtn
45046
+ * @desc:点击驳回
45047
+ * @author liufan
45048
+ * @date 2022年5月25日
45049
45049
  **/
45050
45050
  rejectBtn: function rejectBtn() {
45051
45051
  var _this8 = this;
@@ -45063,11 +45063,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45063
45063
  }
45064
45064
  },
45065
45065
 
45066
- /**
45067
- * taskReadBtn
45068
- * @desc:点击分阅
45069
- * @author liufan
45070
- * @date 2022年5月25日
45066
+ /**
45067
+ * taskReadBtn
45068
+ * @desc:点击分阅
45069
+ * @author liufan
45070
+ * @date 2022年5月25日
45071
45071
  **/
45072
45072
  taskReadBtn: function taskReadBtn() {
45073
45073
  var _this9 = this;
@@ -45086,11 +45086,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45086
45086
  }
45087
45087
  },
45088
45088
 
45089
- /**
45090
- * getFind
45091
- * @desc:获取通知方式
45092
- * @author liufan
45093
- * @date 2022年5月25日
45089
+ /**
45090
+ * getFind
45091
+ * @desc:获取通知方式
45092
+ * @author liufan
45093
+ * @date 2022年5月25日
45094
45094
  **/
45095
45095
  getFind: function getFind() {
45096
45096
  var _this10 = this;
@@ -45145,12 +45145,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45145
45145
  });
45146
45146
  },
45147
45147
 
45148
- /**
45149
- * endFlows
45150
- * @desc:直接办结
45151
- * @author liufan
45152
- * @param {Object} res 直接办结数据
45153
- * @date 2022年5月25日
45148
+ /**
45149
+ * endFlows
45150
+ * @desc:直接办结
45151
+ * @author liufan
45152
+ * @param {Object} res 直接办结数据
45153
+ * @date 2022年5月25日
45154
45154
  **/
45155
45155
  endFlows: function endFlows(res) {
45156
45156
  var _this12 = this;
@@ -45204,12 +45204,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45204
45204
  }).catch(function (e) {});
45205
45205
  },
45206
45206
 
45207
- /**
45208
- * goView
45209
- * @desc:更多流程按钮操作
45210
- * @author liufan
45211
- * @param {Object} res 当前点击操作按钮数据
45212
- * @date 2022年5月25日
45207
+ /**
45208
+ * goView
45209
+ * @desc:更多流程按钮操作
45210
+ * @author liufan
45211
+ * @param {Object} res 当前点击操作按钮数据
45212
+ * @date 2022年5月25日
45213
45213
  **/
45214
45214
  goView: function goView(res) {
45215
45215
  // 驳回并办结:rejectAndEndHtml
@@ -45294,11 +45294,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45294
45294
  // isCanStartSubFlow
45295
45295
  },
45296
45296
 
45297
- /**
45298
- * toTakeAdvice
45299
- * @desc:征求意见
45300
- * @author liufan
45301
- * @date 2022年9月29日
45297
+ /**
45298
+ * toTakeAdvice
45299
+ * @desc:征求意见
45300
+ * @author liufan
45301
+ * @date 2022年9月29日
45302
45302
  **/
45303
45303
  toTakeAdvice: function toTakeAdvice(res) {
45304
45304
  var _this14 = this;
@@ -45342,11 +45342,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45342
45342
  });
45343
45343
  },
45344
45344
 
45345
- /**
45346
- * toStartDraf
45347
- * @desc: 稿件递送、联合审核、复核
45348
- * @author liufan
45349
- * @date 2022年9月29日
45345
+ /**
45346
+ * toStartDraf
45347
+ * @desc: 稿件递送、联合审核、复核
45348
+ * @author liufan
45349
+ * @date 2022年9月29日
45350
45350
  **/
45351
45351
  toStartDraf: function toStartDraf(res) {
45352
45352
  var _this16 = this;
@@ -45360,11 +45360,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45360
45360
  }
45361
45361
  },
45362
45362
 
45363
- /**
45364
- * toSendMsg
45365
- * @desc:核稿通知
45366
- * @author liufan
45367
- * @date 2022年9月29日
45363
+ /**
45364
+ * toSendMsg
45365
+ * @desc:核稿通知
45366
+ * @author liufan
45367
+ * @date 2022年9月29日
45368
45368
  **/
45369
45369
  toSendMsg: function toSendMsg(res) {
45370
45370
  var _this17 = this;
@@ -45378,11 +45378,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45378
45378
  }
45379
45379
  },
45380
45380
 
45381
- /**
45382
- * toTaskReadAndEnd
45383
- * @desc:分阅并办结
45384
- * @author liufan
45385
- * @date 2022年9月29日
45381
+ /**
45382
+ * toTaskReadAndEnd
45383
+ * @desc:分阅并办结
45384
+ * @author liufan
45385
+ * @date 2022年9月29日
45386
45386
  **/
45387
45387
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45388
45388
  var _this18 = this;
@@ -45400,11 +45400,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45400
45400
  }
45401
45401
  },
45402
45402
 
45403
- /**
45404
- * rejectAndEnd
45405
- * @desc:驳回并办结
45406
- * @author liufan
45407
- * @date 2022年9月29日
45403
+ /**
45404
+ * rejectAndEnd
45405
+ * @desc:驳回并办结
45406
+ * @author liufan
45407
+ * @date 2022年9月29日
45408
45408
  **/
45409
45409
  rejectAndEnd: function rejectAndEnd(res) {
45410
45410
  var _this19 = this;
@@ -45459,11 +45459,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45459
45459
  });
45460
45460
  },
45461
45461
 
45462
- /**
45463
- * toTransfer
45464
- * @desc:转办
45465
- * @author liufan
45466
- * @date 2022年9月29日
45462
+ /**
45463
+ * toTransfer
45464
+ * @desc:转办
45465
+ * @author liufan
45466
+ * @date 2022年9月29日
45467
45467
  **/
45468
45468
  toTransfer: function toTransfer(res) {
45469
45469
  var _this21 = this;
@@ -45479,11 +45479,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45479
45479
  }
45480
45480
  },
45481
45481
 
45482
- /**
45483
- * getNodeInfo
45484
- * @desc:获取节点信息
45485
- * @author liufan
45486
- * @date 2022年5月25日
45482
+ /**
45483
+ * getNodeInfo
45484
+ * @desc:获取节点信息
45485
+ * @author liufan
45486
+ * @date 2022年5月25日
45487
45487
  **/
45488
45488
  getNodeInfo: function getNodeInfo() {
45489
45489
  var _this22 = this;
@@ -45582,12 +45582,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45582
45582
  });
45583
45583
  },
45584
45584
 
45585
- /**
45586
- * selecNext
45587
- * @desc:下步节点变化时更新数据
45588
- * @author liufan
45589
- * @param {String} val 当前选中值
45590
- * @date 2022年5月25日
45585
+ /**
45586
+ * selecNext
45587
+ * @desc:下步节点变化时更新数据
45588
+ * @author liufan
45589
+ * @param {String} val 当前选中值
45590
+ * @date 2022年5月25日
45591
45591
  **/
45592
45592
  selecNext: function selecNext(val, type, isDef) {
45593
45593
  var _this23 = this;
@@ -45696,11 +45696,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45696
45696
  if (isDef !== true) this.getNodeInfo();
45697
45697
  },
45698
45698
 
45699
- /**
45700
- * isMultiple
45701
- * @desc:是否多选
45702
- * @author liufan
45703
- * @date 2022年9月13日
45699
+ /**
45700
+ * isMultiple
45701
+ * @desc:是否多选
45702
+ * @author liufan
45703
+ * @date 2022年9月13日
45704
45704
  **/
45705
45705
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45706
45706
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45732,11 +45732,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45732
45732
  }
45733
45733
  },
45734
45734
 
45735
- /**
45736
- * getHedInfo
45737
- * @desc:获取审核页面数据
45738
- * @author liufan
45739
- * @date 2022年5月25日
45735
+ /**
45736
+ * getHedInfo
45737
+ * @desc:获取审核页面数据
45738
+ * @author liufan
45739
+ * @date 2022年5月25日
45740
45740
  **/
45741
45741
  getHedInfo: function getHedInfo() {
45742
45742
  var _this24 = this;
@@ -45972,13 +45972,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45972
45972
  });
45973
45973
  },
45974
45974
 
45975
- /**
45976
- * closeProcess
45977
- * @desc:关闭弹窗
45978
- * @author liufan
45979
- * @param {boolean} val 当前是否办理流程
45980
- * @param {String} type 当前点击的弹窗类型
45981
- * @date 2022年5月25日
45975
+ /**
45976
+ * closeProcess
45977
+ * @desc:关闭弹窗
45978
+ * @author liufan
45979
+ * @param {boolean} val 当前是否办理流程
45980
+ * @param {String} type 当前点击的弹窗类型
45981
+ * @date 2022年5月25日
45982
45982
  **/
45983
45983
  closeProcess: function closeProcess(val, type, closeParent) {
45984
45984
  if (closeParent) {
@@ -45995,23 +45995,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45995
45995
  }
45996
45996
  },
45997
45997
 
45998
- /**
45999
- * selectChange
46000
- * @desc:常用语选择
46001
- * @author liufan
46002
- * @param {String} val 选中值
46003
- * @date 2022年5月25日
45998
+ /**
45999
+ * selectChange
46000
+ * @desc:常用语选择
46001
+ * @author liufan
46002
+ * @param {String} val 选中值
46003
+ * @date 2022年5月25日
46004
46004
  **/
46005
46005
  selectChange: function selectChange(val) {
46006
46006
  this.value = val;
46007
46007
  },
46008
46008
 
46009
- /**
46010
- * upDate
46011
- * @desc:修改常用语
46012
- * @author liufan
46013
- * @param {Object} val 修改值
46014
- * @date 2022年5月25日
46009
+ /**
46010
+ * upDate
46011
+ * @desc:修改常用语
46012
+ * @author liufan
46013
+ * @param {Object} val 修改值
46014
+ * @date 2022年5月25日
46015
46015
  **/
46016
46016
  upDate: function upDate(val) {
46017
46017
  this.FormData.id = val.id;
@@ -46019,11 +46019,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46019
46019
  },
46020
46020
 
46021
46021
 
46022
- /**
46023
- * getProcess
46024
- * @desc:获取选择流程
46025
- * @author liufan
46026
- * @date 2022年5月25日
46022
+ /**
46023
+ * getProcess
46024
+ * @desc:获取选择流程
46025
+ * @author liufan
46026
+ * @date 2022年5月25日
46027
46027
  **/
46028
46028
  getProcess: function getProcess() {
46029
46029
  var _this25 = this;
@@ -46077,11 +46077,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46077
46077
  });
46078
46078
  },
46079
46079
 
46080
- /**
46081
- * getPendedhistoryList
46082
- * @desc:获取流程列表
46083
- * @author liufan
46084
- * @date 2022年5月25日
46080
+ /**
46081
+ * getPendedhistoryList
46082
+ * @desc:获取流程列表
46083
+ * @author liufan
46084
+ * @date 2022年5月25日
46085
46085
  **/
46086
46086
  getPendedhistoryList: function getPendedhistoryList() {
46087
46087
  var _this26 = this;
@@ -46113,12 +46113,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46113
46113
  },
46114
46114
 
46115
46115
  // 提交流程
46116
- /**
46117
- * subProcess
46118
- * @desc:提交流程
46119
- * @author liufan
46120
- * @param {String} formName 当前form表单ref值
46121
- * @date 2022年5月25日
46116
+ /**
46117
+ * subProcess
46118
+ * @desc:提交流程
46119
+ * @author liufan
46120
+ * @param {String} formName 当前form表单ref值
46121
+ * @date 2022年5月25日
46122
46122
  **/
46123
46123
  subProcess: function subProcess(val) {
46124
46124
  var _this27 = this;
@@ -50669,6 +50669,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50669
50669
  selecNext: function selecNext(val, type, isDef) {
50670
50670
  var _this30 = this;
50671
50671
 
50672
+ console.log(val, 'selecNext');
50672
50673
  var isNextNode = false;
50673
50674
  if (type) {
50674
50675
  isNextNode = this.operationList.filter(function (x) {
@@ -51017,7 +51018,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51017
51018
  _this31.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
51018
51019
  _this31.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
51019
51020
  _this31.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
51020
- _this31.isHideDefaultOperation = nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
51021
+ // this.isHideDefaultOperation =
51022
+ // nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
51021
51023
  _this31.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
51022
51024
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
51023
51025
  var defaultNode = _this31.nodeInfos.filter(function (item) {
@@ -51819,8 +51821,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51819
51821
 
51820
51822
  var flow_src_main_component = normalizeComponent(
51821
51823
  packages_flow_src_mainvue_type_script_lang_js_,
51822
- mainvue_type_template_id_533c9d4c_render,
51823
- mainvue_type_template_id_533c9d4c_staticRenderFns,
51824
+ mainvue_type_template_id_99cb7a94_render,
51825
+ mainvue_type_template_id_99cb7a94_staticRenderFns,
51824
51826
  false,
51825
51827
  null,
51826
51828
  null,
@@ -55653,11 +55655,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55653
55655
 
55654
55656
 
55655
55657
  methods: {
55656
- /**
55657
- * handleBatchDelete
55658
- * @desc:批量删除
55659
- * @author liufan
55660
- * @date 2025年12月31日
55658
+ /**
55659
+ * handleBatchDelete
55660
+ * @desc:批量删除
55661
+ * @author liufan
55662
+ * @date 2025年12月31日
55661
55663
  **/
55662
55664
  handleBatchDelete: function handleBatchDelete() {
55663
55665
  var _this6 = this;
@@ -55954,12 +55956,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55954
55956
  }
55955
55957
  },
55956
55958
 
55957
- /**
55958
- * handleFormSubmit
55959
- * @desc:删除节点点击事件
55960
- * @param {Object} formData 点击删除的form数据
55961
- * @author liufan
55962
- * @date 2022年11月29日
55959
+ /**
55960
+ * handleFormSubmit
55961
+ * @desc:删除节点点击事件
55962
+ * @param {Object} formData 点击删除的form数据
55963
+ * @author liufan
55964
+ * @date 2022年11月29日
55963
55965
  **/
55964
55966
  handleFormSubmit: function handleFormSubmit(formData) {
55965
55967
  var _this12 = this;
@@ -55995,12 +55997,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55995
55997
  });
55996
55998
  },
55997
55999
 
55998
- /**
55999
- * del
56000
- * @desc:展示删除弹窗
56001
- * @param {String} id 当前点击数据id
56002
- * @author liufan
56003
- * @date 2022年11月29日
56000
+ /**
56001
+ * del
56002
+ * @desc:展示删除弹窗
56003
+ * @param {String} id 当前点击数据id
56004
+ * @author liufan
56005
+ * @date 2022年11月29日
56004
56006
  **/
56005
56007
  del: function del(id, type) {
56006
56008
  this.modalType = type;
@@ -56008,12 +56010,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56008
56010
  this.showDel = true;
56009
56011
  },
56010
56012
 
56011
- /**
56012
- * handleCurrentChange
56013
- * @desc:监听页码变化
56014
- * @param {String} val 当前页
56015
- * @author liufan
56016
- * @date 2022年11月29日
56013
+ /**
56014
+ * handleCurrentChange
56015
+ * @desc:监听页码变化
56016
+ * @param {String} val 当前页
56017
+ * @author liufan
56018
+ * @date 2022年11月29日
56017
56019
  **/
56018
56020
  handleCurrentChange: function handleCurrentChange(val, type) {
56019
56021
  this.currentPage = val;
@@ -56022,12 +56024,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56022
56024
  }
56023
56025
  },
56024
56026
 
56025
- /**
56026
- * handleSizeChange
56027
- * @desc:监听每页数据显示数量变化
56028
- * @param {String} val 每页展示数量
56029
- * @author liufan
56030
- * @date 2022年11月29日
56027
+ /**
56028
+ * handleSizeChange
56029
+ * @desc:监听每页数据显示数量变化
56030
+ * @param {String} val 每页展示数量
56031
+ * @author liufan
56032
+ * @date 2022年11月29日
56031
56033
  **/
56032
56034
  handleSizeChange: function handleSizeChange(val) {
56033
56035
  this.pageSize = val;
@@ -56036,12 +56038,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56036
56038
  }
56037
56039
  },
56038
56040
 
56039
- /**
56040
- * sortChange
56041
- * @desc:监听排序变化
56042
- * @param {Object} info 需要排序的字段及排序方式
56043
- * @author liufan
56044
- * @date 2022年11月29日
56041
+ /**
56042
+ * sortChange
56043
+ * @desc:监听排序变化
56044
+ * @param {Object} info 需要排序的字段及排序方式
56045
+ * @author liufan
56046
+ * @date 2022年11月29日
56045
56047
  **/
56046
56048
  sortChange: function sortChange(info, type) {
56047
56049
  var prop = info.prop;
@@ -56057,11 +56059,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56057
56059
  }
56058
56060
  },
56059
56061
 
56060
- /**
56061
- * getDeletList
56062
- * @desc:删除列表数据
56063
- * @author liufan
56064
- * @date 2025年12月30日
56062
+ /**
56063
+ * getDeletList
56064
+ * @desc:删除列表数据
56065
+ * @author liufan
56066
+ * @date 2025年12月30日
56065
56067
  **/
56066
56068
  getDeletList: function getDeletList() {
56067
56069
  var _this13 = this;
@@ -56090,11 +56092,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56090
56092
  });
56091
56093
  },
56092
56094
 
56093
- /**
56094
- * getResetList
56095
- * @desc:重设列表数据
56096
- * @author liufan
56097
- * @date 2025年12月30日
56095
+ /**
56096
+ * getResetList
56097
+ * @desc:重设列表数据
56098
+ * @author liufan
56099
+ * @date 2025年12月30日
56098
56100
  **/
56099
56101
  getResetList: function getResetList() {
56100
56102
  var _this14 = this;
@@ -56124,11 +56126,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56124
56126
  });
56125
56127
  },
56126
56128
 
56127
- /**
56128
- * getPressList
56129
- * @desc:催办列表数据
56130
- * @author liufan
56131
- * @date 2022年11月29日
56129
+ /**
56130
+ * getPressList
56131
+ * @desc:催办列表数据
56132
+ * @author liufan
56133
+ * @date 2022年11月29日
56132
56134
  **/
56133
56135
  getPressList: function getPressList() {
56134
56136
  var _this15 = this;
@@ -56158,12 +56160,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56158
56160
  });
56159
56161
  },
56160
56162
 
56161
- /**
56162
- * goPress
56163
- * @desc:催办列表查看
56164
- * @param {String} id 催办列表id
56165
- * @author liufan
56166
- * @date 2022年11月29日
56163
+ /**
56164
+ * goPress
56165
+ * @desc:催办列表查看
56166
+ * @param {String} id 催办列表id
56167
+ * @author liufan
56168
+ * @date 2022年11月29日
56167
56169
  **/
56168
56170
  goPress: function goPress(id) {
56169
56171
  this.historyId = id;
@@ -56171,23 +56173,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56171
56173
  this.getPressList();
56172
56174
  },
56173
56175
 
56174
- /**
56175
- * showFile
56176
- * @desc:附件查看
56177
- * @param {String} ownId 附件id
56178
- * @author liufan
56179
- * @date 2022年11月29日
56176
+ /**
56177
+ * showFile
56178
+ * @desc:附件查看
56179
+ * @param {String} ownId 附件id
56180
+ * @author liufan
56181
+ * @date 2022年11月29日
56180
56182
  **/
56181
56183
  showFile: function showFile(ownId) {
56182
56184
  this.wfpendingid = ownId;
56183
56185
  this.showFileList = true;
56184
56186
  },
56185
56187
 
56186
- /**
56187
- * handleChange
56188
- * @desc:切换排序方式
56189
- * @author liufan
56190
- * @date 2022年11月22日
56188
+ /**
56189
+ * handleChange
56190
+ * @desc:切换排序方式
56191
+ * @author liufan
56192
+ * @date 2022年11月22日
56191
56193
  **/
56192
56194
  handleChange: function handleChange(key, value) {
56193
56195
  if (value) {
@@ -56237,11 +56239,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56237
56239
  }))();
56238
56240
  },
56239
56241
 
56240
- /**
56241
- * getFlowList
56242
- * @desc:获取流程列表
56243
- * @author liufan
56244
- * @date 2022年11月22日
56242
+ /**
56243
+ * getFlowList
56244
+ * @desc:获取流程列表
56245
+ * @author liufan
56246
+ * @date 2022年11月22日
56245
56247
  **/
56246
56248
  getFlowList: function getFlowList(type) {
56247
56249
  var _this17 = this;
@@ -56321,12 +56323,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56321
56323
  });
56322
56324
  },
56323
56325
 
56324
- /**
56325
- * handleClick
56326
- * @desc:表单点击事件
56327
- * @param {Object} val 当前点击行数据及按钮
56328
- * @author liufan
56329
- * @date 2022年11月10日
56326
+ /**
56327
+ * handleClick
56328
+ * @desc:表单点击事件
56329
+ * @param {Object} val 当前点击行数据及按钮
56330
+ * @author liufan
56331
+ * @date 2022年11月10日
56330
56332
  **/
56331
56333
  handleClick: function handleClick(val) {
56332
56334
  var _this18 = this;
@@ -56372,13 +56374,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56372
56374
  }
56373
56375
  },
56374
56376
 
56375
- /**
56376
- * getCodeValue
56377
- * @desc:获取代码表过滤后的值
56378
- * @param {String} value 展示数据的代码值
56379
- * @param {String} type 代码表类型
56380
- * @author liufan
56381
- * @date 2022年11月10日
56377
+ /**
56378
+ * getCodeValue
56379
+ * @desc:获取代码表过滤后的值
56380
+ * @param {String} value 展示数据的代码值
56381
+ * @param {String} type 代码表类型
56382
+ * @author liufan
56383
+ * @date 2022年11月10日
56382
56384
  **/
56383
56385
  getCodeValue: function getCodeValue(value, type) {
56384
56386
  var val = this[type].filter(function (item) {
@@ -56387,12 +56389,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56387
56389
  return val[0].shortName;
56388
56390
  },
56389
56391
 
56390
- /**
56391
- * getSysInfo
56392
- * @desc:获取代码表
56393
- * @param {String} code 编码code值
56394
- * @author liufan
56395
- * @date 2022年11月10日
56392
+ /**
56393
+ * getSysInfo
56394
+ * @desc:获取代码表
56395
+ * @param {String} code 编码code值
56396
+ * @author liufan
56397
+ * @date 2022年11月10日
56396
56398
  **/
56397
56399
  getSysInfo: function getSysInfo(code) {
56398
56400
  var _this19 = this;
@@ -56414,11 +56416,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56414
56416
  }).catch(function (e) {});
56415
56417
  },
56416
56418
 
56417
- /**
56418
- * getListInfo
56419
- * @desc:获取预设列表数据
56420
- * @author liufan
56421
- * @date 2022年11月10日
56419
+ /**
56420
+ * getListInfo
56421
+ * @desc:获取预设列表数据
56422
+ * @author liufan
56423
+ * @date 2022年11月10日
56422
56424
  **/
56423
56425
  getListInfo: function getListInfo() {
56424
56426
  var _this20 = this;
@@ -65932,10 +65934,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65932
65934
  this.$emit('click', res);
65933
65935
  },
65934
65936
 
65935
- /**
65936
- * @desc:获取气泡提醒
65937
- * @author huangbo
65938
- * @date 2024年9月7日
65937
+ /**
65938
+ * @desc:获取气泡提醒
65939
+ * @author huangbo
65940
+ * @date 2024年9月7日
65939
65941
  **/
65940
65942
  getBadge: function getBadge(res) {
65941
65943
  var num = res.tips || 0;
@@ -84496,8 +84498,8 @@ qr_code_src_main.install = function (Vue) {
84496
84498
  };
84497
84499
 
84498
84500
  /* harmony default export */ var qr_code = (qr_code_src_main);
84499
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
84500
- var mainvue_type_template_id_0fe3af8b_render = function () {
84501
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=08e9e499&
84502
+ var mainvue_type_template_id_08e9e499_render = function () {
84501
84503
  var _vm = this
84502
84504
  var _h = _vm.$createElement
84503
84505
  var _c = _vm._self._c || _h
@@ -84506,131 +84508,118 @@ var mainvue_type_template_id_0fe3af8b_render = function () {
84506
84508
  "div",
84507
84509
  { staticClass: "es-radio-group" },
84508
84510
  [
84509
- _vm.readonly
84510
- ? _c(
84511
- "div",
84511
+ _c(
84512
+ "el-radio-group",
84513
+ _vm._g(
84514
+ _vm._b(
84512
84515
  {
84513
- staticClass: "es-input__inner",
84514
- class: { "es-plain": this.plain },
84516
+ directives: [
84517
+ {
84518
+ name: "show",
84519
+ rawName: "v-show",
84520
+ value: _vm.display,
84521
+ expression: "display",
84522
+ },
84523
+ ],
84524
+ attrs: { "value-key": _vm.valueKey, readonly: _vm.readonly },
84525
+ model: {
84526
+ value: _vm.model,
84527
+ callback: function ($$v) {
84528
+ _vm.model = $$v
84529
+ },
84530
+ expression: "model",
84531
+ },
84515
84532
  },
84516
- [_vm._v("\n " + _vm._s(_vm.labelVal) + "\n ")]
84517
- )
84518
- : _c(
84519
84533
  "el-radio-group",
84520
- _vm._g(
84521
- _vm._b(
84522
- {
84523
- directives: [
84534
+ _vm.$attrs,
84535
+ false
84536
+ ),
84537
+ _vm.$listeners
84538
+ ),
84539
+ [
84540
+ _vm.genre === "button"
84541
+ ? _vm._l(_vm.results, function (item, index) {
84542
+ return _c(
84543
+ "el-radio-button",
84544
+ _vm._b(
84524
84545
  {
84525
- name: "show",
84526
- rawName: "v-show",
84527
- value: _vm.display,
84528
- expression: "display",
84546
+ key: index,
84547
+ attrs: {
84548
+ label:
84549
+ _vm.isObject || typeof item == "string"
84550
+ ? item
84551
+ : item[_vm.valKey],
84552
+ disabled:
84553
+ typeof item == "string" ? false : item.disabled,
84554
+ },
84529
84555
  },
84530
- ],
84531
- attrs: { "value-key": _vm.valueKey },
84532
- model: {
84533
- value: _vm.model,
84534
- callback: function ($$v) {
84535
- _vm.model = $$v
84556
+ "el-radio-button",
84557
+ _vm.getprops(_vm.$attrs, item),
84558
+ false
84559
+ ),
84560
+ [
84561
+ _vm._v(
84562
+ "\n " +
84563
+ _vm._s(
84564
+ typeof item == "string"
84565
+ ? item
84566
+ : item[_vm.label]
84567
+ ? item[_vm.label]
84568
+ : item.label || item[_vm.valKey]
84569
+ ) +
84570
+ "\n "
84571
+ ),
84572
+ ]
84573
+ )
84574
+ })
84575
+ : _vm._l(_vm.results, function (item, index) {
84576
+ return _c(
84577
+ "el-radio",
84578
+ _vm._b(
84579
+ {
84580
+ key: index,
84581
+ attrs: {
84582
+ label:
84583
+ _vm.isObject || typeof item == "string"
84584
+ ? item
84585
+ : item[_vm.valKey],
84586
+ disabled:
84587
+ typeof item == "string" ? false : item.disabled,
84588
+ border: _vm.genre === "border",
84589
+ },
84536
84590
  },
84537
- expression: "model",
84538
- },
84539
- },
84540
- "el-radio-group",
84541
- _vm.$attrs,
84542
- false
84543
- ),
84544
- _vm.$listeners
84545
- ),
84546
- [
84547
- _vm.genre === "button"
84548
- ? _vm._l(_vm.results, function (item, index) {
84549
- return _c(
84550
- "el-radio-button",
84551
- _vm._b(
84552
- {
84553
- key: index,
84554
- attrs: {
84555
- label:
84556
- _vm.isObject || typeof item == "string"
84557
- ? item
84558
- : item[_vm.valKey],
84559
- disabled:
84560
- typeof item == "string"
84561
- ? false
84562
- : item.disabled,
84563
- },
84564
- },
84565
- "el-radio-button",
84566
- _vm.getprops(_vm.$attrs, item),
84567
- false
84568
- ),
84569
- [
84570
- _vm._v(
84571
- "\n " +
84572
- _vm._s(
84573
- typeof item == "string"
84574
- ? item
84575
- : item[_vm.label]
84576
- ? item[_vm.label]
84577
- : item.label || item[_vm.valKey]
84578
- ) +
84579
- "\n "
84580
- ),
84581
- ]
84582
- )
84583
- })
84584
- : _vm._l(_vm.results, function (item, index) {
84585
- return _c(
84586
- "el-radio",
84587
- _vm._b(
84588
- {
84589
- key: index,
84590
- attrs: {
84591
- label:
84592
- _vm.isObject || typeof item == "string"
84593
- ? item
84594
- : item[_vm.valKey],
84595
- disabled:
84596
- typeof item == "string"
84597
- ? false
84598
- : item.disabled,
84599
- border: _vm.genre === "border",
84600
- },
84601
- },
84602
- "el-radio",
84603
- _vm.getprops(_vm.$attrs, item),
84604
- false
84605
- ),
84606
- [
84607
- _vm._v(
84608
- "\n " +
84609
- _vm._s(
84610
- typeof item == "string"
84611
- ? item
84612
- : item[_vm.label]
84613
- ? item[_vm.label]
84614
- : item.label || item[_vm.valKey]
84615
- ) +
84616
- "\n "
84617
- ),
84618
- ]
84619
- )
84620
- }),
84621
- ],
84622
- 2
84623
- ),
84591
+ "el-radio",
84592
+ _vm.getprops(_vm.$attrs, item),
84593
+ false
84594
+ ),
84595
+ [
84596
+ _vm._v(
84597
+ "\n " +
84598
+ _vm._s(
84599
+ typeof item == "string"
84600
+ ? item
84601
+ : item[_vm.label]
84602
+ ? item[_vm.label]
84603
+ : item.label || item[_vm.valKey]
84604
+ ) +
84605
+ "\n "
84606
+ ),
84607
+ ]
84608
+ )
84609
+ }),
84610
+ ],
84611
+ 2
84612
+ ),
84624
84613
  ],
84625
84614
  1
84626
84615
  )
84627
84616
  : _vm._e()
84628
84617
  }
84629
- var mainvue_type_template_id_0fe3af8b_staticRenderFns = []
84630
- mainvue_type_template_id_0fe3af8b_render._withStripped = true
84618
+ var mainvue_type_template_id_08e9e499_staticRenderFns = []
84619
+ mainvue_type_template_id_08e9e499_render._withStripped = true
84631
84620
 
84632
84621
 
84633
- // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
84622
+ // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=08e9e499&
84634
84623
 
84635
84624
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=script&lang=js&
84636
84625
  var radio_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -84959,8 +84948,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
84959
84948
 
84960
84949
  var radio_group_src_main_component = normalizeComponent(
84961
84950
  packages_radio_group_src_mainvue_type_script_lang_js_,
84962
- mainvue_type_template_id_0fe3af8b_render,
84963
- mainvue_type_template_id_0fe3af8b_staticRenderFns,
84951
+ mainvue_type_template_id_08e9e499_render,
84952
+ mainvue_type_template_id_08e9e499_staticRenderFns,
84964
84953
  false,
84965
84954
  null,
84966
84955
  null,
@@ -102592,7 +102581,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102592
102581
  }
102593
102582
 
102594
102583
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102595
- version: '0.7.93',
102584
+ version: '0.7.95',
102596
102585
  install: install,
102597
102586
  Button: packages_button,
102598
102587
  ButtonGroup: button_group,