vue2-client 1.6.19 → 1.6.21

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 (103) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/index.js +30 -30
  3. package/package.json +1 -1
  4. package/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox.vue +226 -226
  5. package/src/base-client/components/common/CitySelect/CitySelect.vue +247 -247
  6. package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +733 -733
  7. package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQueryItem.vue +508 -508
  8. package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +140 -140
  9. package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +165 -165
  10. package/src/base-client/components/common/JSONToTree/jsontotree.vue +275 -275
  11. package/src/base-client/components/common/XAddForm/XAddForm.vue +326 -326
  12. package/src/base-client/components/common/XCard/XCard.vue +64 -64
  13. package/src/base-client/components/common/XForm/XForm.vue +180 -180
  14. package/src/base-client/components/common/XFormTable/XFormTable.vue +336 -336
  15. package/src/base-client/components/common/XFormTable/index.md +97 -97
  16. package/src/base-client/components/common/XTreeOne/XTreeOne.vue +109 -109
  17. package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +281 -281
  18. package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +807 -807
  19. package/src/base-client/components/ticket/TicketDetailsView/index.md +29 -29
  20. package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +260 -260
  21. package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +532 -532
  22. package/src/base-client/components/ticket/TicketSubmitSuccessView/index.md +29 -29
  23. package/src/base-client/plugins/AppData.js +76 -76
  24. package/src/base-client/plugins/GetLoginInfoService.js +179 -179
  25. package/src/base-client/plugins/PagedList.js +177 -177
  26. package/src/base-client/plugins/compatible/LoginServiceOA.js +20 -20
  27. package/src/base-client/plugins/i18n-extend.js +32 -32
  28. package/src/components/Ellipsis/Ellipsis.vue +65 -65
  29. package/src/components/Ellipsis/index.md +38 -38
  30. package/src/components/FilePreview/FilePreview.vue +166 -166
  31. package/src/components/NumberInfo/index.md +43 -43
  32. package/src/components/STable/README.md +341 -341
  33. package/src/components/STable/index.js +318 -318
  34. package/src/components/Trend/index.md +45 -45
  35. package/src/components/checkbox/ColorCheckbox.vue +157 -157
  36. package/src/components/checkbox/ImgCheckbox.vue +163 -163
  37. package/src/components/exception/ExceptionPage.vue +70 -70
  38. package/src/components/form/FormRow.vue +52 -52
  39. package/src/components/index.js +36 -36
  40. package/src/components/menu/SideMenu.vue +62 -62
  41. package/src/components/menu/menu.js +273 -273
  42. package/src/components/page/header/index.less +40 -40
  43. package/src/components/setting/Setting.vue +235 -235
  44. package/src/components/table/StandardTable.vue +141 -141
  45. package/src/components/table/advance/ActionColumns.vue +158 -158
  46. package/src/components/table/advance/SearchArea.vue +355 -355
  47. package/src/components/tool/AStepItem.vue +60 -60
  48. package/src/components/tool/AvatarList.vue +68 -68
  49. package/src/components/tool/Drawer.vue +142 -142
  50. package/src/components/tool/TagSelect.vue +83 -83
  51. package/src/components/transition/PageToggleTransition.vue +97 -97
  52. package/src/config/default/admin.config.js +18 -18
  53. package/src/config/default/setting.config.js +46 -44
  54. package/src/config/replacer/resolve.config.js +67 -67
  55. package/src/layouts/CommonLayout.vue +42 -42
  56. package/src/layouts/ComponentLayoutOne.vue +47 -47
  57. package/src/layouts/PageLayout.vue +151 -151
  58. package/src/layouts/SinglePageView.vue +111 -111
  59. package/src/layouts/footer/PageFooter.vue +49 -49
  60. package/src/layouts/header/AdminHeader.vue +134 -104
  61. package/src/layouts/header/HeaderAvatar.vue +64 -64
  62. package/src/layouts/header/HeaderNotice.vue +176 -176
  63. package/src/layouts/header/HeaderSearch.vue +67 -67
  64. package/src/layouts/header/InstitutionDetail.vue +181 -181
  65. package/src/layouts/header/index.less +92 -92
  66. package/src/layouts/tabs/TabsHead.vue +190 -190
  67. package/src/layouts/tabs/TabsView.vue +379 -379
  68. package/src/mock/goods/index.js +108 -108
  69. package/src/pages/exception/404.vue +25 -25
  70. package/src/pages/login/Login.vue +363 -363
  71. package/src/pages/report/ReportTable.js +124 -124
  72. package/src/pages/report/ReportTableHome.vue +28 -28
  73. package/src/pages/resourceManage/orgListManage.vue +98 -98
  74. package/src/pages/system/file/index.vue +317 -317
  75. package/src/pages/system/settings/index.vue +126 -126
  76. package/src/pages/system/settings/modifyPassword.vue +109 -109
  77. package/src/router/async/config.async.js +28 -28
  78. package/src/router/async/router.map.js +68 -68
  79. package/src/router/index.js +27 -27
  80. package/src/services/api/DictionaryDetailsViewApi.js +6 -6
  81. package/src/services/api/LogDetailsViewApi.js +10 -10
  82. package/src/services/api/QueryParamsDetailsViewApi.js +6 -6
  83. package/src/services/api/TicketDetailsViewApi.js +34 -34
  84. package/src/services/api/cas.js +79 -79
  85. package/src/services/api/commonTempTable.js +10 -10
  86. package/src/services/api/index.js +17 -17
  87. package/src/services/api/logininfor/index.js +6 -6
  88. package/src/services/api/manage.js +8 -8
  89. package/src/services/apiService.js +14 -14
  90. package/src/services/user.js +64 -64
  91. package/src/store/modules/index.js +4 -4
  92. package/src/theme/default/nprogress.less +76 -76
  93. package/src/theme/default/style.less +47 -47
  94. package/src/utils/colors.js +107 -107
  95. package/src/utils/excel/Blob.js +180 -180
  96. package/src/utils/excel/Export2Excel.js +141 -141
  97. package/src/utils/formatter.js +68 -68
  98. package/src/utils/i18n.js +80 -80
  99. package/src/utils/request.js +311 -311
  100. package/src/utils/theme-color-replacer-extend.js +91 -91
  101. package/src/utils/themeUtil.js +100 -100
  102. package/src/utils/util.js +230 -230
  103. package/vue.config.js +106 -106
@@ -1,45 +1,45 @@
1
- # Trend 趋势标记
2
-
3
- 趋势符号,标记上升和下降趋势。通常用绿色代表“好”,红色代表“不好”,股票涨跌场景除外。
4
-
5
-
6
-
7
- 引用方式:
8
-
9
- ```javascript
10
- import Trend from '@vue2-client/components/Trend'
11
-
12
- export default {
13
- components: {
14
- Trend
15
- }
16
- }
17
- ```
18
-
19
-
20
-
21
- ## 代码演示 [demo](https://pro.loacg.com/test/home)
22
-
23
- ```html
24
- <trend flag="up">5%</trend>
25
- ```
26
-
27
- ```html
28
- <trend flag="up">
29
- <span slot="term">工资</span>
30
- 5%
31
- </trend>
32
- ```
33
-
34
- ```html
35
- <trend flag="up" term="工资">5%</trend>
36
- ```
37
-
38
-
39
- ## API
40
-
41
- | 参数 | 说明 | 类型 | 默认值 |
42
- |--------------|------------|---------|--------|
43
- | flag | 上升下降标识:`up | down` | string | - |
44
- | reverseColor | 颜色反转 | Boolean | false |
45
-
1
+ # Trend 趋势标记
2
+
3
+ 趋势符号,标记上升和下降趋势。通常用绿色代表“好”,红色代表“不好”,股票涨跌场景除外。
4
+
5
+
6
+
7
+ 引用方式:
8
+
9
+ ```javascript
10
+ import Trend from '@vue2-client/components/Trend'
11
+
12
+ export default {
13
+ components: {
14
+ Trend
15
+ }
16
+ }
17
+ ```
18
+
19
+
20
+
21
+ ## 代码演示 [demo](https://pro.loacg.com/test/home)
22
+
23
+ ```html
24
+ <trend flag="up">5%</trend>
25
+ ```
26
+
27
+ ```html
28
+ <trend flag="up">
29
+ <span slot="term">工资</span>
30
+ 5%
31
+ </trend>
32
+ ```
33
+
34
+ ```html
35
+ <trend flag="up" term="工资">5%</trend>
36
+ ```
37
+
38
+
39
+ ## API
40
+
41
+ | 参数 | 说明 | 类型 | 默认值 |
42
+ |--------------|------------|---------|--------|
43
+ | flag | 上升下降标识:`up | down` | string | - |
44
+ | reverseColor | 颜色反转 | Boolean | false |
45
+
@@ -1,157 +1,157 @@
1
- <template>
2
- <div class="theme-color" :style="{backgroundColor: color}" @click="toggle">
3
- <a-icon v-if="sChecked" type="check" />
4
- </div>
5
- </template>
6
-
7
- <script>
8
- const Group = {
9
- name: 'ColorCheckboxGroup',
10
- props: {
11
- defaultValues: {
12
- type: Array,
13
- required: false,
14
- default: () => []
15
- },
16
- multiple: {
17
- type: Boolean,
18
- required: false,
19
- default: false
20
- }
21
- },
22
- data () {
23
- return {
24
- values: [],
25
- options: []
26
- }
27
- },
28
- computed: {
29
- colors () {
30
- const colors = []
31
- this.options.forEach(item => {
32
- if (item.sChecked) {
33
- colors.push(item.color)
34
- }
35
- })
36
- return colors
37
- }
38
- },
39
- provide () {
40
- return {
41
- groupContext: this
42
- }
43
- },
44
- watch: {
45
- values (value) {
46
- this.$emit('change', value, this.colors)
47
- }
48
- },
49
- methods: {
50
- handleChange (option) {
51
- if (!option.checked) {
52
- if (this.values.indexOf(option.value) > -1) {
53
- this.values = this.values.filter(item => item !== option.value)
54
- }
55
- } else {
56
- if (!this.multiple) {
57
- this.values = [option.value]
58
- this.options.forEach(item => {
59
- if (item.value !== option.value) {
60
- item.sChecked = false
61
- }
62
- })
63
- } else {
64
- this.values.push(option.value)
65
- }
66
- }
67
- }
68
- },
69
- render (h) {
70
- const clear = h('div', { attrs: { style: 'clear: both' } })
71
- return h(
72
- 'div',
73
- {},
74
- [this.$slots.default, clear]
75
- )
76
- }
77
- }
78
-
79
- export default {
80
- name: 'ColorCheckbox',
81
- Group: Group,
82
- props: {
83
- color: {
84
- type: String,
85
- required: true
86
- },
87
- value: {
88
- type: [String, Number],
89
- required: true
90
- },
91
- checked: {
92
- type: Boolean,
93
- required: false,
94
- default: false
95
- }
96
- },
97
- data () {
98
- return {
99
- sChecked: this.initChecked()
100
- }
101
- },
102
- computed: {
103
- },
104
- inject: ['groupContext'],
105
- watch: {
106
- 'sChecked': function () {
107
- const value = {
108
- value: this.value,
109
- color: this.color,
110
- checked: this.sChecked
111
- }
112
- this.$emit('change', value)
113
- const groupContext = this.groupContext
114
- if (groupContext) {
115
- groupContext.handleChange(value)
116
- }
117
- }
118
- },
119
- created () {
120
- const groupContext = this.groupContext
121
- if (groupContext) {
122
- groupContext.options.push(this)
123
- }
124
- },
125
- methods: {
126
- toggle () {
127
- if (this.groupContext.multiple || !this.sChecked) {
128
- this.sChecked = !this.sChecked
129
- }
130
- },
131
- initChecked () {
132
- const groupContext = this.groupContext
133
- if (!groupContext) {
134
- return this.checked
135
- } else if (groupContext.multiple) {
136
- return groupContext.defaultValues.indexOf(this.value) > -1
137
- } else {
138
- return groupContext.defaultValues[0] === this.value
139
- }
140
- }
141
- }
142
- }
143
- </script>
144
-
145
- <style lang="less" scoped>
146
- .theme-color{
147
- float: left;
148
- width: 20px;
149
- height: 20px;
150
- border-radius: 2px;
151
- cursor: pointer;
152
- margin-right: 8px;
153
- text-align: center;
154
- color: @base-bg-color;
155
- font-weight: bold;
156
- }
157
- </style>
1
+ <template>
2
+ <div class="theme-color" :style="{backgroundColor: color}" @click="toggle">
3
+ <a-icon v-if="sChecked" type="check" />
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ const Group = {
9
+ name: 'ColorCheckboxGroup',
10
+ props: {
11
+ defaultValues: {
12
+ type: Array,
13
+ required: false,
14
+ default: () => []
15
+ },
16
+ multiple: {
17
+ type: Boolean,
18
+ required: false,
19
+ default: false
20
+ }
21
+ },
22
+ data () {
23
+ return {
24
+ values: [],
25
+ options: []
26
+ }
27
+ },
28
+ computed: {
29
+ colors () {
30
+ const colors = []
31
+ this.options.forEach(item => {
32
+ if (item.sChecked) {
33
+ colors.push(item.color)
34
+ }
35
+ })
36
+ return colors
37
+ }
38
+ },
39
+ provide () {
40
+ return {
41
+ groupContext: this
42
+ }
43
+ },
44
+ watch: {
45
+ values (value) {
46
+ this.$emit('change', value, this.colors)
47
+ }
48
+ },
49
+ methods: {
50
+ handleChange (option) {
51
+ if (!option.checked) {
52
+ if (this.values.indexOf(option.value) > -1) {
53
+ this.values = this.values.filter(item => item !== option.value)
54
+ }
55
+ } else {
56
+ if (!this.multiple) {
57
+ this.values = [option.value]
58
+ this.options.forEach(item => {
59
+ if (item.value !== option.value) {
60
+ item.sChecked = false
61
+ }
62
+ })
63
+ } else {
64
+ this.values.push(option.value)
65
+ }
66
+ }
67
+ }
68
+ },
69
+ render (h) {
70
+ const clear = h('div', { attrs: { style: 'clear: both' } })
71
+ return h(
72
+ 'div',
73
+ {},
74
+ [this.$slots.default, clear]
75
+ )
76
+ }
77
+ }
78
+
79
+ export default {
80
+ name: 'ColorCheckbox',
81
+ Group: Group,
82
+ props: {
83
+ color: {
84
+ type: String,
85
+ required: true
86
+ },
87
+ value: {
88
+ type: [String, Number],
89
+ required: true
90
+ },
91
+ checked: {
92
+ type: Boolean,
93
+ required: false,
94
+ default: false
95
+ }
96
+ },
97
+ data () {
98
+ return {
99
+ sChecked: this.initChecked()
100
+ }
101
+ },
102
+ computed: {
103
+ },
104
+ inject: ['groupContext'],
105
+ watch: {
106
+ 'sChecked': function () {
107
+ const value = {
108
+ value: this.value,
109
+ color: this.color,
110
+ checked: this.sChecked
111
+ }
112
+ this.$emit('change', value)
113
+ const groupContext = this.groupContext
114
+ if (groupContext) {
115
+ groupContext.handleChange(value)
116
+ }
117
+ }
118
+ },
119
+ created () {
120
+ const groupContext = this.groupContext
121
+ if (groupContext) {
122
+ groupContext.options.push(this)
123
+ }
124
+ },
125
+ methods: {
126
+ toggle () {
127
+ if (this.groupContext.multiple || !this.sChecked) {
128
+ this.sChecked = !this.sChecked
129
+ }
130
+ },
131
+ initChecked () {
132
+ const groupContext = this.groupContext
133
+ if (!groupContext) {
134
+ return this.checked
135
+ } else if (groupContext.multiple) {
136
+ return groupContext.defaultValues.indexOf(this.value) > -1
137
+ } else {
138
+ return groupContext.defaultValues[0] === this.value
139
+ }
140
+ }
141
+ }
142
+ }
143
+ </script>
144
+
145
+ <style lang="less" scoped>
146
+ .theme-color{
147
+ float: left;
148
+ width: 20px;
149
+ height: 20px;
150
+ border-radius: 2px;
151
+ cursor: pointer;
152
+ margin-right: 8px;
153
+ text-align: center;
154
+ color: @base-bg-color;
155
+ font-weight: bold;
156
+ }
157
+ </style>