eoss-ui 0.6.41 → 0.6.43

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 (234) hide show
  1. package/lib/eoss-ui.common.js +1160 -1049
  2. package/lib/flow-list.js +123 -112
  3. package/lib/flow.js +884 -784
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +132 -132
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/flow.css +1 -1
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/package.json +159 -159
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/button-group/src/main.vue +298 -298
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/card/index.js +5 -5
  16. package/packages/card/src/main.vue +156 -156
  17. package/packages/cascader/index.js +5 -5
  18. package/packages/cascader/src/main.vue +168 -168
  19. package/packages/checkbox-group/index.js +5 -5
  20. package/packages/checkbox-group/src/main.vue +333 -333
  21. package/packages/clients/index.js +5 -5
  22. package/packages/clients/src/main.vue +144 -144
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +39 -39
  25. package/packages/data-table/src/column.vue +989 -989
  26. package/packages/data-table/src/main.vue +1822 -1822
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  45. package/packages/flow/src/component/CustomPreset.vue +322 -322
  46. package/packages/flow/src/component/FileList.vue +99 -99
  47. package/packages/flow/src/component/Preset.vue +255 -255
  48. package/packages/flow/src/component/SendMsg.vue +229 -229
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  51. package/packages/flow/src/form.vue +121 -121
  52. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  53. package/packages/flow/src/main.vue +2952 -2862
  54. package/packages/flow/src/processForm.vue +1018 -1018
  55. package/packages/flow/src/processReject.vue +293 -293
  56. package/packages/flow/src/reset.vue +899 -899
  57. package/packages/flow/src/startTaskRead.vue +596 -596
  58. package/packages/flow/src/table.vue +58 -58
  59. package/packages/flow-group/index.js +5 -5
  60. package/packages/flow-group/src/main.vue +688 -688
  61. package/packages/flow-list/index.js +5 -5
  62. package/packages/flow-list/src/main.vue +1183 -1172
  63. package/packages/form/index.js +5 -5
  64. package/packages/form/src/main.vue +3584 -3584
  65. package/packages/form/src/table.vue +1420 -1420
  66. package/packages/handle-user/index.js +5 -5
  67. package/packages/handle-user/src/main.vue +138 -138
  68. package/packages/handler/index.js +5 -5
  69. package/packages/handler/src/main.vue +474 -474
  70. package/packages/icon/index.js +5 -5
  71. package/packages/icon/src/main.vue +101 -101
  72. package/packages/icons/index.js +5 -5
  73. package/packages/icons/src/main.vue +81 -81
  74. package/packages/input/index.js +5 -5
  75. package/packages/input/src/main.vue +356 -356
  76. package/packages/input-number/index.js +5 -5
  77. package/packages/input-number/src/main.vue +106 -106
  78. package/packages/label/index.js +5 -5
  79. package/packages/label/src/main.vue +457 -457
  80. package/packages/layout/index.js +5 -5
  81. package/packages/layout/src/item.vue +152 -152
  82. package/packages/layout/src/main.vue +31 -31
  83. package/packages/login/index.js +5 -5
  84. package/packages/login/src/main.vue +1935 -1935
  85. package/packages/login/src/resetPassword.vue +562 -562
  86. package/packages/main/index.js +5 -5
  87. package/packages/main/src/default/message.vue +249 -249
  88. package/packages/main/src/default/notice.vue +157 -157
  89. package/packages/main/src/default/userinfo.vue +505 -505
  90. package/packages/main/src/public/online.vue +89 -89
  91. package/packages/main/src/public/search.vue +461 -461
  92. package/packages/main/src/public/settings.vue +221 -221
  93. package/packages/main/src/simplicity/apps.vue +388 -388
  94. package/packages/main/src/simplicity/avatar.vue +82 -82
  95. package/packages/main/src/simplicity/handler.vue +259 -259
  96. package/packages/main/src/simplicity/index.vue +2047 -2047
  97. package/packages/main/src/simplicity/lists.vue +84 -84
  98. package/packages/main/src/simplicity/menu-list.vue +128 -128
  99. package/packages/main/src/simplicity/message.vue +259 -259
  100. package/packages/main/src/simplicity/notice.vue +190 -190
  101. package/packages/main/src/simplicity/router-page.vue +45 -45
  102. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  103. package/packages/main/src/simplicity/user.vue +257 -257
  104. package/packages/main/src/simplicity/userinfo.vue +312 -312
  105. package/packages/menu/index.js +5 -5
  106. package/packages/menu/src/main.vue +536 -536
  107. package/packages/nav/index.js +5 -5
  108. package/packages/nav/src/main.vue +402 -402
  109. package/packages/notify/index.js +5 -5
  110. package/packages/notify/src/main.vue +538 -538
  111. package/packages/page/index.js +5 -5
  112. package/packages/page/src/main.vue +167 -167
  113. package/packages/pagination/index.js +5 -5
  114. package/packages/pagination/src/main.vue +96 -96
  115. package/packages/player/index.js +5 -5
  116. package/packages/player/src/main.vue +194 -194
  117. package/packages/qr-code/index.js +5 -5
  118. package/packages/qr-code/src/main.vue +170 -170
  119. package/packages/radio-group/index.js +6 -6
  120. package/packages/radio-group/src/main.vue +319 -319
  121. package/packages/retrial-auth/index.js +5 -5
  122. package/packages/retrial-auth/src/main.vue +280 -280
  123. package/packages/select/index.js +5 -5
  124. package/packages/select/src/main.vue +775 -775
  125. package/packages/select-ganged/index.js +5 -5
  126. package/packages/select-ganged/src/main.vue +724 -724
  127. package/packages/selector/index.js +5 -5
  128. package/packages/selector/src/main.vue +689 -689
  129. package/packages/selector-panel/index.js +5 -5
  130. package/packages/selector-panel/src/main.vue +1027 -1027
  131. package/packages/selector-panel/src/selection.vue +177 -177
  132. package/packages/selector-panel/src/tree.vue +129 -129
  133. package/packages/sizer/index.js +5 -5
  134. package/packages/sizer/src/main.vue +254 -254
  135. package/packages/steps/index.js +5 -5
  136. package/packages/steps/src/main.vue +181 -181
  137. package/packages/switch/index.js +5 -5
  138. package/packages/switch/src/main.vue +154 -154
  139. package/packages/table-form/index.js +5 -5
  140. package/packages/tabs/index.js +5 -5
  141. package/packages/tabs/src/main.vue +788 -788
  142. package/packages/tabs-panel/index.js +5 -5
  143. package/packages/tabs-panel/src/main.vue +29 -29
  144. package/packages/theme-chalk/lib/flow.css +1 -1
  145. package/packages/theme-chalk/lib/index.css +1 -1
  146. package/packages/theme-chalk/src/base.scss +260 -260
  147. package/packages/theme-chalk/src/button-group.scss +175 -175
  148. package/packages/theme-chalk/src/button.scss +24 -24
  149. package/packages/theme-chalk/src/calendar.scss +113 -113
  150. package/packages/theme-chalk/src/card.scss +99 -99
  151. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  152. package/packages/theme-chalk/src/clients.scss +87 -87
  153. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  154. package/packages/theme-chalk/src/data-table.scss +293 -293
  155. package/packages/theme-chalk/src/date-picker.scss +7 -7
  156. package/packages/theme-chalk/src/dialog.scss +77 -77
  157. package/packages/theme-chalk/src/enterprise.scss +5 -5
  158. package/packages/theme-chalk/src/error-page.scss +18 -18
  159. package/packages/theme-chalk/src/flow-group.scss +110 -110
  160. package/packages/theme-chalk/src/flow-list.scss +36 -36
  161. package/packages/theme-chalk/src/flow.scss +318 -310
  162. package/packages/theme-chalk/src/form.scss +496 -496
  163. package/packages/theme-chalk/src/handle-user.scss +40 -40
  164. package/packages/theme-chalk/src/handler.scss +143 -143
  165. package/packages/theme-chalk/src/icon.scss +1789 -1789
  166. package/packages/theme-chalk/src/icons.scss +99 -99
  167. package/packages/theme-chalk/src/input.scss +9 -9
  168. package/packages/theme-chalk/src/label.scss +24 -24
  169. package/packages/theme-chalk/src/layout.scss +46 -46
  170. package/packages/theme-chalk/src/login.scss +947 -947
  171. package/packages/theme-chalk/src/main.scss +639 -639
  172. package/packages/theme-chalk/src/menu.scss +222 -222
  173. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  174. package/packages/theme-chalk/src/nav.scss +125 -125
  175. package/packages/theme-chalk/src/page.scss +3 -3
  176. package/packages/theme-chalk/src/pagination.scss +29 -29
  177. package/packages/theme-chalk/src/player.scss +9 -9
  178. package/packages/theme-chalk/src/qr-code.scss +17 -17
  179. package/packages/theme-chalk/src/radio-group.scss +9 -9
  180. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  181. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  182. package/packages/theme-chalk/src/select.scss +8 -8
  183. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  184. package/packages/theme-chalk/src/selector.scss +91 -91
  185. package/packages/theme-chalk/src/simplicity.scss +1262 -1262
  186. package/packages/theme-chalk/src/sizer.scss +36 -36
  187. package/packages/theme-chalk/src/steps.scss +88 -88
  188. package/packages/theme-chalk/src/switch.scss +3 -3
  189. package/packages/theme-chalk/src/table-form.scss +1 -1
  190. package/packages/theme-chalk/src/tabs.scss +87 -87
  191. package/packages/theme-chalk/src/tips.scss +7 -7
  192. package/packages/theme-chalk/src/toolbar.scss +179 -179
  193. package/packages/theme-chalk/src/tree-group.scss +72 -72
  194. package/packages/theme-chalk/src/tree.scss +165 -165
  195. package/packages/theme-chalk/src/upload.scss +167 -167
  196. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  197. package/packages/tips/index.js +5 -5
  198. package/packages/tips/src/main.vue +141 -141
  199. package/packages/toolbar/index.js +5 -5
  200. package/packages/toolbar/src/main.vue +430 -430
  201. package/packages/tree/index.js +5 -5
  202. package/packages/tree-group/index.js +5 -5
  203. package/packages/upload/index.js +5 -5
  204. package/packages/upload/src/main.vue +1334 -1334
  205. package/packages/upload/src/picture.js +15 -15
  206. package/packages/wujie/index.js +5 -5
  207. package/packages/wujie/src/main.vue +145 -145
  208. package/packages/wxlogin/index.js +5 -5
  209. package/packages/wxlogin/src/main.vue +128 -128
  210. package/src/config/api.js +248 -248
  211. package/src/config/image.js +2 -2
  212. package/src/index.js +157 -157
  213. package/src/utils/bus.js +3 -3
  214. package/src/utils/date-util.js +312 -312
  215. package/src/utils/http.js +50 -50
  216. package/src/utils/rules.js +18 -18
  217. package/src/utils/store.js +21 -21
  218. package/src/utils/webSocket.js +107 -107
  219. package/packages/.DS_Store +0 -0
  220. package/packages/data-table/.DS_Store +0 -0
  221. package/packages/data-table-form/.DS_Store +0 -0
  222. package/packages/error-page/.DS_Store +0 -0
  223. package/packages/flow/.DS_Store +0 -0
  224. package/packages/form/.DS_Store +0 -0
  225. package/packages/login/.DS_Store +0 -0
  226. package/packages/main/.DS_Store +0 -0
  227. package/packages/main/src/.DS_Store +0 -0
  228. package/packages/selector/.DS_Store +0 -0
  229. package/packages/selector-panel/.DS_Store +0 -0
  230. package/packages/sizer/.DS_Store +0 -0
  231. package/packages/tabs/.DS_Store +0 -0
  232. package/packages/theme-chalk/src/.DS_Store +0 -0
  233. package/packages/upload/.DS_Store +0 -0
  234. package/src/.DS_Store +0 -0
package/lib/flow-list.js CHANGED
@@ -4169,8 +4169,8 @@ module.exports = require("qs");
4169
4169
  // ESM COMPAT FLAG
4170
4170
  __webpack_require__.r(__webpack_exports__);
4171
4171
 
4172
- // 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=56a21918&
4173
- var mainvue_type_template_id_56a21918_render = function () {
4172
+ // 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=81c447bc&
4173
+ var mainvue_type_template_id_81c447bc_render = function () {
4174
4174
  var _vm = this
4175
4175
  var _h = _vm.$createElement
4176
4176
  var _c = _vm._self._c || _h
@@ -4367,10 +4367,10 @@ var mainvue_type_template_id_56a21918_render = function () {
4367
4367
  )
4368
4368
  }
4369
4369
  var staticRenderFns = []
4370
- mainvue_type_template_id_56a21918_render._withStripped = true
4370
+ mainvue_type_template_id_81c447bc_render._withStripped = true
4371
4371
 
4372
4372
 
4373
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=56a21918&
4373
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=81c447bc&
4374
4374
 
4375
4375
  // EXTERNAL MODULE: ./src/config/api.js
4376
4376
  var api = __webpack_require__(1);
@@ -4509,6 +4509,12 @@ var _components;
4509
4509
  return ['flow', 'splitReading', 'preset'];
4510
4510
  }
4511
4511
  },
4512
+ theadWidth: {
4513
+ type: Object,
4514
+ default: function _default() {
4515
+ return {};
4516
+ }
4517
+ },
4512
4518
  display: Boolean
4513
4519
  },
4514
4520
  inheritAttrs: false,
@@ -4679,35 +4685,35 @@ var _components;
4679
4685
  align: 'center',
4680
4686
  key: 'jbbm',
4681
4687
  showOverflowTooltip: true,
4682
- width: 150
4688
+ width: this.theadWidth.deptid || 150
4683
4689
  }, {
4684
4690
  label: '步骤',
4685
4691
  field: 'itemname',
4686
4692
  align: 'center',
4687
4693
  key: 'bz',
4688
4694
  showOverflowTooltip: true,
4689
- width: 110
4695
+ width: this.theadWidth.itemname || 110
4690
4696
  }, {
4691
4697
  label: '办理人',
4692
4698
  field: 'userName',
4693
4699
  align: 'center',
4694
4700
  key: 'blr',
4695
4701
  showOverflowTooltip: true,
4696
- width: 110
4702
+ width: this.theadWidth.userName || 110
4697
4703
  }, {
4698
4704
  label: '办理人部门',
4699
4705
  field: 'deptName',
4700
4706
  align: 'center',
4701
4707
  showOverflowTooltip: true,
4702
4708
  key: 'blrbm',
4703
- width: 110
4709
+ width: this.theadWidth.deptName || 110
4704
4710
  }, {
4705
4711
  label: '状态',
4706
4712
  field: 'pendstate',
4707
4713
  key: 'zt',
4708
4714
  align: 'center',
4709
4715
  showOverflowTooltip: true,
4710
- width: 80,
4716
+ width: this.theadWidth.pendstate || 80,
4711
4717
  render: function render(h, params) {
4712
4718
  return h('span', {
4713
4719
  style: {
@@ -4720,6 +4726,7 @@ var _components;
4720
4726
  label: '办理意见',
4721
4727
  field: 'doresult',
4722
4728
  align: 'center',
4729
+ width: this.theadWidth.doresult,
4723
4730
  showOverflowTooltip: true,
4724
4731
  key: 'blyj',
4725
4732
  render: function render(h, params) {
@@ -4735,7 +4742,7 @@ var _components;
4735
4742
  align: 'center',
4736
4743
  key: 'yq',
4737
4744
  showOverflowTooltip: true,
4738
- width: 70,
4745
+ width: this.theadWidth.authTypeStr || 70,
4739
4746
  render: function render(h, params) {
4740
4747
  return h('span', { style: { color: 'deepskyblue' } }, params.row.authTypeStr);
4741
4748
  }
@@ -4745,7 +4752,7 @@ var _components;
4745
4752
  field: 'hasAdjunct',
4746
4753
  align: 'center',
4747
4754
  showOverflowTooltip: true,
4748
- width: 70,
4755
+ width: this.theadWidth.hasAdjunct || 70,
4749
4756
  render: function render(h, params) {
4750
4757
  if (params.row.hasAdjunct) {
4751
4758
  return h('span', {
@@ -4762,7 +4769,7 @@ var _components;
4762
4769
  align: 'center',
4763
4770
  key: 'sj',
4764
4771
  showOverflowTooltip: true,
4765
- width: 150,
4772
+ width: this.theadWidth.doetime || 150,
4766
4773
  render: function render(h, params) {
4767
4774
  return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
4768
4775
  }
@@ -4772,7 +4779,7 @@ var _components;
4772
4779
  align: 'center',
4773
4780
  key: 'dbr',
4774
4781
  showOverflowTooltip: true,
4775
- width: 80,
4782
+ width: this.theadWidth.douserid || 80,
4776
4783
  hide: _that.flowTableInfo.hasAgent != '1'
4777
4784
  }, {
4778
4785
  label: '催办',
@@ -4780,7 +4787,7 @@ var _components;
4780
4787
  align: 'center',
4781
4788
  key: 'cb',
4782
4789
  showOverflowTooltip: true,
4783
- width: 150,
4790
+ width: this.theadWidth.pressTimes || 150,
4784
4791
  render: function render(h, params) {
4785
4792
  return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
4786
4793
  }
@@ -4809,28 +4816,28 @@ var _components;
4809
4816
  key: 'jbbm',
4810
4817
  align: 'center',
4811
4818
  showOverflowTooltip: true,
4812
- width: 150
4819
+ width: this.theadWidth.deptid || 150
4813
4820
  }, {
4814
4821
  label: '步骤',
4815
4822
  field: 'itemname',
4816
4823
  align: 'center',
4817
4824
  key: 'bz',
4818
4825
  showOverflowTooltip: true,
4819
- width: 110
4826
+ width: this.theadWidth.itemname || 110
4820
4827
  }, {
4821
4828
  label: '办理人',
4822
4829
  field: 'userName',
4823
4830
  align: 'center',
4824
4831
  key: 'blr',
4825
4832
  showOverflowTooltip: true,
4826
- width: 110
4833
+ width: this.theadWidth.userName || 110
4827
4834
  }, {
4828
4835
  label: '状态',
4829
4836
  field: 'pendstate',
4830
4837
  align: 'center',
4831
4838
  key: 'zt',
4832
4839
  showOverflowTooltip: true,
4833
- width: 80,
4840
+ width: this.theadWidth.pendstate || 80,
4834
4841
  render: function render(h, params) {
4835
4842
  return h('span', {
4836
4843
  style: {
@@ -4844,6 +4851,7 @@ var _components;
4844
4851
  field: 'doresult',
4845
4852
  align: 'center',
4846
4853
  key: 'blyj',
4854
+ width: this.theadWidth.doresult,
4847
4855
  showOverflowTooltip: true,
4848
4856
  render: function render(h, params) {
4849
4857
  if (params.row.doresult && (params.row.doresult.startsWith('http') || params.row.doresult.startsWith('https'))) {
@@ -4858,7 +4866,7 @@ var _components;
4858
4866
  align: 'center',
4859
4867
  key: 'yq',
4860
4868
  showOverflowTooltip: true,
4861
- width: 70,
4869
+ width: this.theadWidth.authTypeStr || 70,
4862
4870
  render: function render(h, params) {
4863
4871
  return h('span', { style: { color: 'deepskyblue' } }, params.row.authTypeStr);
4864
4872
  }
@@ -4868,7 +4876,7 @@ var _components;
4868
4876
  align: 'center',
4869
4877
  key: 'fj',
4870
4878
  showOverflowTooltip: true,
4871
- width: 70,
4879
+ width: this.theadWidth.hasAdjunct || 70,
4872
4880
  render: function render(h, params) {
4873
4881
  if (params.row.hasAdjunct) {
4874
4882
  return h('span', {
@@ -4885,7 +4893,7 @@ var _components;
4885
4893
  align: 'center',
4886
4894
  key: 'sj',
4887
4895
  showOverflowTooltip: true,
4888
- width: 150,
4896
+ width: this.theadWidth.doetime || 150,
4889
4897
  render: function render(h, params) {
4890
4898
  return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
4891
4899
  }
@@ -4895,7 +4903,7 @@ var _components;
4895
4903
  align: 'center',
4896
4904
  key: 'dbr',
4897
4905
  showOverflowTooltip: true,
4898
- width: 80,
4906
+ width: this.theadWidth.douserid || 80,
4899
4907
  hide: _that.flowTableInfo.hasAgent != '1'
4900
4908
  }, {
4901
4909
  label: '催办',
@@ -4903,7 +4911,7 @@ var _components;
4903
4911
  align: 'center',
4904
4912
  key: 'cb',
4905
4913
  showOverflowTooltip: true,
4906
- width: 150,
4914
+ width: this.theadWidth.pressTimes || 150,
4907
4915
  render: function render(h, params) {
4908
4916
  return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
4909
4917
  }
@@ -4959,18 +4967,18 @@ var _components;
4959
4967
  var table = [{
4960
4968
  title: '步骤',
4961
4969
  align: 'center',
4962
- width: '100',
4970
+ width: this.theadWidth.nodeName || '100',
4963
4971
  field: 'nodeName'
4964
4972
  }, {
4965
4973
  title: '预设办理人',
4966
- width: '120',
4974
+ width: this.theadWidth.presetUserName || '120',
4967
4975
  align: 'center',
4968
4976
  field: 'presetUserName'
4969
4977
  }, {
4970
4978
  title: '是否可编辑',
4971
4979
  key: 'sfkbj',
4972
4980
  align: 'center',
4973
- width: '100',
4981
+ width: this.theadWidth.isEdit || '100',
4974
4982
  render: function render(h, params) {
4975
4983
  return h('span', _this3.getCodeValue(params.row.isEdit, 'is_edit'));
4976
4984
  },
@@ -4978,13 +4986,13 @@ var _components;
4978
4986
  }, {
4979
4987
  key: 'zt',
4980
4988
  title: '状态',
4981
- width: '80',
4989
+ width: this.theadWidth.statusName || '80',
4982
4990
  align: 'center',
4983
4991
  field: 'statusName'
4984
4992
  }, {
4985
4993
  title: '预设类型',
4986
4994
  key: 'yslx',
4987
- width: '120',
4995
+ width: this.theadWidth.presetType || '120',
4988
4996
  align: 'center',
4989
4997
  render: function render(h, params) {
4990
4998
  return h('span', _this3.getCodeValue(params.row.presetType, 'preset_type'));
@@ -4993,27 +5001,30 @@ var _components;
4993
5001
  }, {
4994
5002
  title: '流程名称',
4995
5003
  key: 'lcmc',
5004
+ width: this.theadWidth.processDefName,
4996
5005
  align: 'center',
4997
5006
  field: 'processDefName'
4998
5007
  }, {
4999
5008
  title: '上一步骤',
5000
5009
  key: 'sybz',
5001
5010
  align: 'center',
5011
+ width: this.theadWidth.lastNodeName,
5002
5012
  field: 'lastNodeName'
5003
5013
  }, {
5004
5014
  title: '创建步骤',
5005
5015
  key: 'cjbz',
5006
5016
  align: 'center',
5017
+ width: this.theadWidth.operationNodeName,
5007
5018
  field: 'operationNodeName'
5008
5019
  }, {
5009
5020
  title: '创建人',
5010
5021
  key: 'cjr',
5011
- width: '120',
5022
+ width: this.theadWidth.creatorName || '120',
5012
5023
  align: 'center',
5013
5024
  field: 'creatorName'
5014
5025
  }, {
5015
5026
  title: '创建时间',
5016
- width: '150',
5027
+ width: this.theadWidth.createTime || '150',
5017
5028
  key: 'cjsj',
5018
5029
  align: 'center',
5019
5030
  render: function render(h, params) {
@@ -5076,12 +5087,12 @@ var _components;
5076
5087
  }
5077
5088
  },
5078
5089
 
5079
- /**
5080
- * handleFormSubmit
5081
- * @desc:删除节点点击事件
5082
- * @param {Object} formData 点击删除的form数据
5083
- * @author liufan
5084
- * @date 2022年11月29日
5090
+ /**
5091
+ * handleFormSubmit
5092
+ * @desc:删除节点点击事件
5093
+ * @param {Object} formData 点击删除的form数据
5094
+ * @author liufan
5095
+ * @date 2022年11月29日
5085
5096
  **/
5086
5097
  handleFormSubmit: function handleFormSubmit(formData) {
5087
5098
  var _this4 = this;
@@ -5112,48 +5123,48 @@ var _components;
5112
5123
  });
5113
5124
  },
5114
5125
 
5115
- /**
5116
- * del
5117
- * @desc:展示删除弹窗
5118
- * @param {String} id 当前点击数据id
5119
- * @author liufan
5120
- * @date 2022年11月29日
5126
+ /**
5127
+ * del
5128
+ * @desc:展示删除弹窗
5129
+ * @param {String} id 当前点击数据id
5130
+ * @author liufan
5131
+ * @date 2022年11月29日
5121
5132
  **/
5122
5133
  del: function del(id) {
5123
5134
  this.historyId = id;
5124
5135
  this.showDel = true;
5125
5136
  },
5126
5137
 
5127
- /**
5128
- * handleCurrentChange
5129
- * @desc:监听页码变化
5130
- * @param {String} val 当前页
5131
- * @author liufan
5132
- * @date 2022年11月29日
5138
+ /**
5139
+ * handleCurrentChange
5140
+ * @desc:监听页码变化
5141
+ * @param {String} val 当前页
5142
+ * @author liufan
5143
+ * @date 2022年11月29日
5133
5144
  **/
5134
5145
  handleCurrentChange: function handleCurrentChange(val) {
5135
5146
  this.currentPage = val;
5136
5147
  this.getPressList();
5137
5148
  },
5138
5149
 
5139
- /**
5140
- * handleSizeChange
5141
- * @desc:监听每页数据显示数量变化
5142
- * @param {String} val 每页展示数量
5143
- * @author liufan
5144
- * @date 2022年11月29日
5150
+ /**
5151
+ * handleSizeChange
5152
+ * @desc:监听每页数据显示数量变化
5153
+ * @param {String} val 每页展示数量
5154
+ * @author liufan
5155
+ * @date 2022年11月29日
5145
5156
  **/
5146
5157
  handleSizeChange: function handleSizeChange(val) {
5147
5158
  this.pageSize = val;
5148
5159
  this.getPressList();
5149
5160
  },
5150
5161
 
5151
- /**
5152
- * sortChange
5153
- * @desc:监听排序变化
5154
- * @param {Object} info 需要排序的字段及排序方式
5155
- * @author liufan
5156
- * @date 2022年11月29日
5162
+ /**
5163
+ * sortChange
5164
+ * @desc:监听排序变化
5165
+ * @param {Object} info 需要排序的字段及排序方式
5166
+ * @author liufan
5167
+ * @date 2022年11月29日
5157
5168
  **/
5158
5169
  sortChange: function sortChange(info) {
5159
5170
  var prop = info.prop,
@@ -5164,11 +5175,11 @@ var _components;
5164
5175
  this.getPressList();
5165
5176
  },
5166
5177
 
5167
- /**
5168
- * getPressList
5169
- * @desc:催办列表数据
5170
- * @author liufan
5171
- * @date 2022年11月29日
5178
+ /**
5179
+ * getPressList
5180
+ * @desc:催办列表数据
5181
+ * @author liufan
5182
+ * @date 2022年11月29日
5172
5183
  **/
5173
5184
  getPressList: function getPressList() {
5174
5185
  var _this5 = this;
@@ -5198,12 +5209,12 @@ var _components;
5198
5209
  });
5199
5210
  },
5200
5211
 
5201
- /**
5202
- * goPress
5203
- * @desc:催办列表查看
5204
- * @param {String} id 催办列表id
5205
- * @author liufan
5206
- * @date 2022年11月29日
5212
+ /**
5213
+ * goPress
5214
+ * @desc:催办列表查看
5215
+ * @param {String} id 催办列表id
5216
+ * @author liufan
5217
+ * @date 2022年11月29日
5207
5218
  **/
5208
5219
  goPress: function goPress(id) {
5209
5220
  this.historyId = id;
@@ -5211,23 +5222,23 @@ var _components;
5211
5222
  this.getPressList();
5212
5223
  },
5213
5224
 
5214
- /**
5215
- * showFile
5216
- * @desc:附件查看
5217
- * @param {String} ownId 附件id
5218
- * @author liufan
5219
- * @date 2022年11月29日
5225
+ /**
5226
+ * showFile
5227
+ * @desc:附件查看
5228
+ * @param {String} ownId 附件id
5229
+ * @author liufan
5230
+ * @date 2022年11月29日
5220
5231
  **/
5221
5232
  showFile: function showFile(ownId) {
5222
5233
  this.wfpendingid = ownId;
5223
5234
  this.showFileList = true;
5224
5235
  },
5225
5236
 
5226
- /**
5227
- * handleChange
5228
- * @desc:切换排序方式
5229
- * @author liufan
5230
- * @date 2022年11月22日
5237
+ /**
5238
+ * handleChange
5239
+ * @desc:切换排序方式
5240
+ * @author liufan
5241
+ * @date 2022年11月22日
5231
5242
  **/
5232
5243
  handleChange: function handleChange(key, value) {
5233
5244
  if (value) {
@@ -5238,11 +5249,11 @@ var _components;
5238
5249
  this.getFlowList();
5239
5250
  },
5240
5251
 
5241
- /**
5242
- * getFlowList
5243
- * @desc:获取流程列表
5244
- * @author liufan
5245
- * @date 2022年11月22日
5252
+ /**
5253
+ * getFlowList
5254
+ * @desc:获取流程列表
5255
+ * @author liufan
5256
+ * @date 2022年11月22日
5246
5257
  **/
5247
5258
  getFlowList: function getFlowList() {
5248
5259
  var _this6 = this;
@@ -5296,12 +5307,12 @@ var _components;
5296
5307
  });
5297
5308
  },
5298
5309
 
5299
- /**
5300
- * handleClick
5301
- * @desc:表单点击事件
5302
- * @param {Object} val 当前点击行数据及按钮
5303
- * @author liufan
5304
- * @date 2022年11月10日
5310
+ /**
5311
+ * handleClick
5312
+ * @desc:表单点击事件
5313
+ * @param {Object} val 当前点击行数据及按钮
5314
+ * @author liufan
5315
+ * @date 2022年11月10日
5305
5316
  **/
5306
5317
  handleClick: function handleClick(val) {
5307
5318
  var _this7 = this;
@@ -5347,13 +5358,13 @@ var _components;
5347
5358
  }
5348
5359
  },
5349
5360
 
5350
- /**
5351
- * getCodeValue
5352
- * @desc:获取代码表过滤后的值
5353
- * @param {String} value 展示数据的代码值
5354
- * @param {String} type 代码表类型
5355
- * @author liufan
5356
- * @date 2022年11月10日
5361
+ /**
5362
+ * getCodeValue
5363
+ * @desc:获取代码表过滤后的值
5364
+ * @param {String} value 展示数据的代码值
5365
+ * @param {String} type 代码表类型
5366
+ * @author liufan
5367
+ * @date 2022年11月10日
5357
5368
  **/
5358
5369
  getCodeValue: function getCodeValue(value, type) {
5359
5370
  var val = this[type].filter(function (item) {
@@ -5362,12 +5373,12 @@ var _components;
5362
5373
  return val[0].shortName;
5363
5374
  },
5364
5375
 
5365
- /**
5366
- * getSysInfo
5367
- * @desc:获取代码表
5368
- * @param {String} code 编码code值
5369
- * @author liufan
5370
- * @date 2022年11月10日
5376
+ /**
5377
+ * getSysInfo
5378
+ * @desc:获取代码表
5379
+ * @param {String} code 编码code值
5380
+ * @author liufan
5381
+ * @date 2022年11月10日
5371
5382
  **/
5372
5383
  getSysInfo: function getSysInfo(code) {
5373
5384
  var _this8 = this;
@@ -5389,11 +5400,11 @@ var _components;
5389
5400
  }).catch(function (e) {});
5390
5401
  },
5391
5402
 
5392
- /**
5393
- * getListInfo
5394
- * @desc:获取预设列表数据
5395
- * @author liufan
5396
- * @date 2022年11月10日
5403
+ /**
5404
+ * getListInfo
5405
+ * @desc:获取预设列表数据
5406
+ * @author liufan
5407
+ * @date 2022年11月10日
5397
5408
  **/
5398
5409
  getListInfo: function getListInfo() {
5399
5410
  var _this9 = this;
@@ -5444,7 +5455,7 @@ var componentNormalizer = __webpack_require__(3);
5444
5455
 
5445
5456
  var component = Object(componentNormalizer["a" /* default */])(
5446
5457
  src_mainvue_type_script_lang_js_,
5447
- mainvue_type_template_id_56a21918_render,
5458
+ mainvue_type_template_id_81c447bc_render,
5448
5459
  staticRenderFns,
5449
5460
  false,
5450
5461
  null,