cloud-web-corejs 1.0.188 → 1.0.189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +273 -187
- package/src/components/baseAlert/index.vue +23 -19
- package/src/components/baseAlert/mixins.js +1 -1
- package/src/components/baseInputExport/index.vue +1 -1
- package/src/components/baseInputExport/mixins.js +1 -1
- package/src/components/errorMsg/index.vue +78 -78
- package/src/components/errorMsg/mixins.js +1 -1
- package/src/components/excelImport/mixins.js +1 -1
- package/src/components/fileLibrary/index.vue +17 -14
- package/src/components/hiprint/view/design/index.vue +139 -47
- package/src/components/hiprint/view/design/preview.vue +75 -52
- package/src/components/hiprint/view/json-view.vue +31 -31
- package/src/components/luckysheet/dialog.vue +159 -0
- package/src/components/luckysheet/export.js +5 -0
- package/src/components/luckysheet/fileUtils.js +1 -0
- package/src/components/luckysheet/index.js +1 -0
- package/src/components/luckysheet/templateJson.js +12078 -0
- package/src/components/luckysheet/view.vue +210 -0
- package/src/components/oplogTable/mixins.js +4 -4
- package/src/components/table/index.js +1 -1
- package/src/components/table/util/index.js +8 -1
- package/src/components/wf/content.vue +3 -2
- package/src/components/wf/wf.js +1 -1
- package/src/components/wf/wfUtil.js +1 -1
- package/src/components/xform/form-designer/form-widget/components/gantt/index.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/copy_button-widget.vue +8 -2
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/gantt-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +11 -1
- package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +4 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-export-item-button-widget.vue +92 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +8 -3
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +37 -37
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +54 -47
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/exportItemColumns-dialog.vue +432 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/copyButton-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/preWrap-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-item-button-editor.vue +71 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +2 -0
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +39 -34
- package/src/components/xform/form-render/container-item/data-table-item.vue +6 -1
- package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -1
- package/src/components/xform/form-render/index.vue +7 -7
- package/src/components/xform/form-render/indexMixin.js +2 -1
- package/src/components/xform/lang/zh-CN.js +2 -0
- package/src/components/xform/utils/formHttp.js +162 -0
- package/src/mixins/tableTree/index.js +4 -4
- package/src/store/modules/permission.js +41 -41
- package/src/views/bd/setting/bd_attach_setting/mixins/list.js +1 -239
- package/src/views/bd/setting/form_script/edit.vue +9 -0
- package/src/views/bd/setting/form_script/edit1.vue +29 -3
- package/src/views/bd/setting/form_script/form_list.vue +99 -37
- package/src/views/bd/setting/form_script/list1.vue +181 -118
- package/src/views/bd/setting/form_script/mixins/dialog.js +1 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +3 -2
- package/src/views/bd/setting/form_script/mixins/edit1.js +3 -2
- package/src/views/bd/setting/form_script/mixins/list.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list1.js +1 -1
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/edit.vue +13 -0
- package/src/views/bd/setting/form_template/list.vue +326 -214
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +2 -1
- package/src/views/bd/setting/form_template/mixins/edit.js +10 -9
- package/src/views/bd/setting/form_template/mixins/list.js +3 -3
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +7 -0
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/logic_param/edit2.vue +17 -0
- package/src/views/bd/setting/menu_kind/list.vue +172 -87
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +7 -7
- package/src/views/bd/setting/menu_kind/mixins/list.js +1 -201
- package/src/views/bd/setting/table_model/edit.vue +345 -304
- package/src/views/bd/setting/table_model/list.vue +190 -128
- package/src/views/bd/setting/table_model/mixins/edit.js +3 -1
- package/src/views/bd/setting/table_model/mixins/list.js +2 -2
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +7 -0
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/user/company_info/dialog.vue +80 -49
- package/src/views/user/home/bears/index.vue +1032 -0
- package/src/views/user/home/default.vue +8 -6
- package/src/views/user/home/taili/index.vue +1034 -0
- package/src/views/user/notify_message/dialog.vue +9 -7
- package/src/views/user/user/form_dialog.vue +158 -0
- package/src/views/user/user/modifyPasswordDialog.vue +64 -53
- package/src/views/user/wf/wfReport/index.vue +1 -0
- package/src/views/user/wf/wf_manage/list.vue +8 -1
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +25 -22
package/package.json
CHANGED
|
@@ -1,188 +1,274 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cloud-web-corejs",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"scripts": {
|
|
6
|
-
"dev": "vue-cli-service serve",
|
|
7
|
-
"lint": "eslint --ext .js,.vue src",
|
|
8
|
-
"build:prod": "vue-cli-service build",
|
|
9
|
-
"build:stage": "vue-cli-service build --mode staging",
|
|
10
|
-
"preview": "node build/index.js --preview",
|
|
11
|
-
"new": "plop",
|
|
12
|
-
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
13
|
-
"test:unit": "jest --clearCache && vue-cli-service test:unit",
|
|
14
|
-
"test:ci": "npm run lint && npm run test:unit",
|
|
15
|
-
"updateCorejs": "npm install cloud-web-corejs --no-save --registry https://registry.npmjs.org",
|
|
16
|
-
"publishDev": "npm publish --tag dev"
|
|
17
|
-
},
|
|
18
|
-
"dependencies": {
|
|
19
|
-
"@codemirror/lang-javascript": "^6.1.9",
|
|
20
|
-
"@formulajs/formulajs": "^4.3.1",
|
|
21
|
-
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
22
|
-
"axios": "0.18.1",
|
|
23
|
-
"codemirror": "^6.0.1",
|
|
24
|
-
"concurrent-tasks": "1.0.7",
|
|
25
|
-
"copy-webpack-plugin": "5.1.2",
|
|
26
|
-
"core-js": "^3.8.3",
|
|
27
|
-
"dayjs": "^1.11.13",
|
|
28
|
-
"dhtmlx-gantt": "^9.1.1",
|
|
29
|
-
"element-ui": "^2.15.14",
|
|
30
|
-
"esdk-obs-browserjs": "^3.25.6",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"lodash": "4.17.21",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"vue
|
|
50
|
-
"vue-
|
|
51
|
-
"vue-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"@babel/
|
|
59
|
-
"@babel/
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@vue/cli-plugin-
|
|
63
|
-
"@vue/cli-
|
|
64
|
-
"@vue/
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"eslint
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"postcss
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"sass
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"vue-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "cloud-web-corejs",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.0.189",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vue-cli-service serve",
|
|
7
|
+
"lint": "eslint --ext .js,.vue src",
|
|
8
|
+
"build:prod": "vue-cli-service build",
|
|
9
|
+
"build:stage": "vue-cli-service build --mode staging",
|
|
10
|
+
"preview": "node build/index.js --preview",
|
|
11
|
+
"new": "plop",
|
|
12
|
+
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
13
|
+
"test:unit": "jest --clearCache && vue-cli-service test:unit",
|
|
14
|
+
"test:ci": "npm run lint && npm run test:unit",
|
|
15
|
+
"updateCorejs": "npm install cloud-web-corejs --no-save --registry https://registry.npmjs.org",
|
|
16
|
+
"publishDev": "npm publish --tag dev"
|
|
17
|
+
},
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@codemirror/lang-javascript": "^6.1.9",
|
|
20
|
+
"@formulajs/formulajs": "^4.3.1",
|
|
21
|
+
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
22
|
+
"axios": "0.18.1",
|
|
23
|
+
"codemirror": "^6.0.1",
|
|
24
|
+
"concurrent-tasks": "1.0.7",
|
|
25
|
+
"copy-webpack-plugin": "5.1.2",
|
|
26
|
+
"core-js": "^3.8.3",
|
|
27
|
+
"dayjs": "^1.11.13",
|
|
28
|
+
"dhtmlx-gantt": "^9.1.1",
|
|
29
|
+
"element-ui": "^2.15.14",
|
|
30
|
+
"esdk-obs-browserjs": "^3.25.6",
|
|
31
|
+
"exceljs": "^4.4.0",
|
|
32
|
+
"FileSaver": "^0.10.0",
|
|
33
|
+
"html2canvas": "^1.4.1",
|
|
34
|
+
"js-base64": "^3.7.7",
|
|
35
|
+
"js-cookie": "2.2.0",
|
|
36
|
+
"jspdf": "^3.0.1",
|
|
37
|
+
"jsqr": "^1.4.0",
|
|
38
|
+
"lodash": "4.17.21",
|
|
39
|
+
"luckyexcel": "^1.0.1",
|
|
40
|
+
"moment": "2.29.4",
|
|
41
|
+
"node-polyfill-webpack-plugin": "^4.0.0",
|
|
42
|
+
"normalize.css": "7.0.0",
|
|
43
|
+
"nprogress": "0.2.0",
|
|
44
|
+
"qrcode": "^1.5.1",
|
|
45
|
+
"qs": "6.10.3",
|
|
46
|
+
"sortablejs": "1.8.4",
|
|
47
|
+
"spark-md5": "^3.0.1",
|
|
48
|
+
"swiper": "4.0.7",
|
|
49
|
+
"vue": "2.6.12",
|
|
50
|
+
"vue-i18n": "^8.22.2",
|
|
51
|
+
"vue-ls": "^4.2.0",
|
|
52
|
+
"vue-router": "3.0.2",
|
|
53
|
+
"vuex": "3.1.0",
|
|
54
|
+
"vxe-table": "3.5.9",
|
|
55
|
+
"xlsx": "^0.14.1"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@babel/core": "^7.12.16",
|
|
59
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
60
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
61
|
+
"@claviska/jquery-minicolors": "2.3.6",
|
|
62
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
63
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
64
|
+
"@vue/cli-service": "~5.0.0",
|
|
65
|
+
"@vue/composition-api": "1.0.5",
|
|
66
|
+
"ace-builds": "1.11.0",
|
|
67
|
+
"autoprefixer": "9.5.1",
|
|
68
|
+
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
69
|
+
"canvg": "3.0.10",
|
|
70
|
+
"chalk": "2.4.2",
|
|
71
|
+
"clipboard": "2.0.8",
|
|
72
|
+
"compression-webpack-plugin": "5.0.2",
|
|
73
|
+
"connect": "3.6.6",
|
|
74
|
+
"crypto-js": "^4.2.0",
|
|
75
|
+
"echarts": "5.1.2",
|
|
76
|
+
"eslint": "^7.32.0",
|
|
77
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
78
|
+
"file-saver": "2.0.5",
|
|
79
|
+
"html-webpack-plugin": "~5.0.0",
|
|
80
|
+
"husky": "1.3.1",
|
|
81
|
+
"jquery": "3.6.0",
|
|
82
|
+
"jsbarcode": "3.11.5",
|
|
83
|
+
"lint-staged": "8.1.5",
|
|
84
|
+
"nzh": "1.0.8",
|
|
85
|
+
"plop": "2.3.0",
|
|
86
|
+
"postcss": "^8.2.8",
|
|
87
|
+
"postcss-loader": "^4.0.4",
|
|
88
|
+
"runjs": "4.4.2",
|
|
89
|
+
"sass": "^1.32.7",
|
|
90
|
+
"sass-loader": "^12.0.0",
|
|
91
|
+
"serve-static": "1.13.2",
|
|
92
|
+
"socket.io-client": "4.5.1",
|
|
93
|
+
"speed-measure-webpack-plugin": "^1.5.0",
|
|
94
|
+
"svg-sprite-loader": "^6.0.11",
|
|
95
|
+
"svgo": "1.2.0",
|
|
96
|
+
"vue-echarts": "6.0.0",
|
|
97
|
+
"vue-template-compiler": "2.6.12",
|
|
98
|
+
"vuedraggable": "2.24.3",
|
|
99
|
+
"webpack-bundle-analyzer": "^4.9.1",
|
|
100
|
+
"xe-utils": "3.5.2"
|
|
101
|
+
},
|
|
102
|
+
"dependencies": {
|
|
103
|
+
"@codemirror/lang-javascript": "^6.1.9",
|
|
104
|
+
"@formulajs/formulajs": "^4.3.1",
|
|
105
|
+
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
106
|
+
"axios": "0.18.1",
|
|
107
|
+
"codemirror": "^6.0.1",
|
|
108
|
+
"concurrent-tasks": "1.0.7",
|
|
109
|
+
"copy-webpack-plugin": "5.1.2",
|
|
110
|
+
"core-js": "^3.8.3",
|
|
111
|
+
"dayjs": "^1.11.13",
|
|
112
|
+
"dhtmlx-gantt": "^9.1.1",
|
|
113
|
+
"element-ui": "^2.15.14",
|
|
114
|
+
"esdk-obs-browserjs": "^3.25.6",
|
|
115
|
+
"exceljs": "^4.4.0",
|
|
116
|
+
"FileSaver": "^0.10.0",
|
|
117
|
+
"html2canvas": "^1.4.1",
|
|
118
|
+
"js-base64": "^3.7.7",
|
|
119
|
+
"js-cookie": "2.2.0",
|
|
120
|
+
"jspdf": "^3.0.1",
|
|
121
|
+
"jsqr": "^1.4.0",
|
|
122
|
+
"lodash": "4.17.21",
|
|
123
|
+
"luckyexcel": "^1.0.1",
|
|
124
|
+
"moment": "2.29.4",
|
|
125
|
+
"node-polyfill-webpack-plugin": "^4.0.0",
|
|
126
|
+
"normalize.css": "7.0.0",
|
|
127
|
+
"nprogress": "0.2.0",
|
|
128
|
+
"qrcode": "^1.5.1",
|
|
129
|
+
"qs": "6.10.3",
|
|
130
|
+
"sortablejs": "1.8.4",
|
|
131
|
+
"spark-md5": "^3.0.1",
|
|
132
|
+
"swiper": "4.0.7",
|
|
133
|
+
"vue": "2.6.12",
|
|
134
|
+
"vue-i18n": "^8.22.2",
|
|
135
|
+
"vue-ls": "^4.2.0",
|
|
136
|
+
"vue-router": "3.0.2",
|
|
137
|
+
"vuex": "3.1.0",
|
|
138
|
+
"vxe-table": "3.5.9",
|
|
139
|
+
"xlsx": "^0.14.1"
|
|
140
|
+
},
|
|
141
|
+
"devDependencies": {
|
|
142
|
+
"@babel/core": "^7.12.16",
|
|
143
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
144
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
145
|
+
"@claviska/jquery-minicolors": "2.3.6",
|
|
146
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
147
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
148
|
+
"@vue/cli-service": "~5.0.0",
|
|
149
|
+
"@vue/composition-api": "1.0.5",
|
|
150
|
+
"ace-builds": "1.11.0",
|
|
151
|
+
"autoprefixer": "9.5.1",
|
|
152
|
+
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
153
|
+
"canvg": "3.0.10",
|
|
154
|
+
"chalk": "2.4.2",
|
|
155
|
+
"clipboard": "2.0.8",
|
|
156
|
+
"compression-webpack-plugin": "5.0.2",
|
|
157
|
+
"connect": "3.6.6",
|
|
158
|
+
"crypto-js": "^4.2.0",
|
|
159
|
+
"echarts": "5.1.2",
|
|
160
|
+
"eslint": "^7.32.0",
|
|
161
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
162
|
+
"file-saver": "2.0.5",
|
|
163
|
+
"html-webpack-plugin": "~5.0.0",
|
|
164
|
+
"husky": "1.3.1",
|
|
165
|
+
"jquery": "3.6.0",
|
|
166
|
+
"jsbarcode": "3.11.5",
|
|
167
|
+
"lint-staged": "8.1.5",
|
|
168
|
+
"nzh": "1.0.8",
|
|
169
|
+
"plop": "2.3.0",
|
|
170
|
+
"postcss": "^8.2.8",
|
|
171
|
+
"postcss-loader": "^4.0.4",
|
|
172
|
+
"runjs": "4.4.2",
|
|
173
|
+
"sass": "^1.32.7",
|
|
174
|
+
"sass-loader": "^12.0.0",
|
|
175
|
+
"serve-static": "1.13.2",
|
|
176
|
+
"socket.io-client": "4.5.1",
|
|
177
|
+
"speed-measure-webpack-plugin": "^1.5.0",
|
|
178
|
+
"svg-sprite-loader": "^6.0.11",
|
|
179
|
+
"svgo": "1.2.0",
|
|
180
|
+
"vue-echarts": "6.0.0",
|
|
181
|
+
"vue-template-compiler": "2.6.12",
|
|
182
|
+
"vuedraggable": "2.24.3",
|
|
183
|
+
"webpack-bundle-analyzer": "^4.9.1",
|
|
184
|
+
"xe-utils": "3.5.2"
|
|
185
|
+
},
|
|
186
|
+
"eslintConfig": {
|
|
187
|
+
"root": true,
|
|
188
|
+
"env": {
|
|
189
|
+
"node": true
|
|
190
|
+
},
|
|
191
|
+
"extends": [
|
|
192
|
+
"plugin:vue/essential",
|
|
193
|
+
"eslint:recommended"
|
|
194
|
+
],
|
|
195
|
+
"parserOptions": {
|
|
196
|
+
"parser": "@babel/eslint-parser"
|
|
197
|
+
},
|
|
198
|
+
"rules": {}
|
|
199
|
+
},
|
|
200
|
+
"engines": {
|
|
201
|
+
"node": ">=8.9",
|
|
202
|
+
"npm": ">= 3.0.0"
|
|
203
|
+
},
|
|
204
|
+
"files": [
|
|
205
|
+
"src/components/advancedSearchDialog",
|
|
206
|
+
"src/components/baseAlert",
|
|
207
|
+
"src/components/baseAttachment",
|
|
208
|
+
"src/components/baseInputBatch",
|
|
209
|
+
"src/components/baseInputExport",
|
|
210
|
+
"src/components/baseInputNumber",
|
|
211
|
+
"src/components/baseInputPrint",
|
|
212
|
+
"src/components/baseTabs",
|
|
213
|
+
"src/components/base-textarea",
|
|
214
|
+
"src/components/cnPrint",
|
|
215
|
+
"src/components/code-editor",
|
|
216
|
+
"src/components/confirmDialog",
|
|
217
|
+
"src/components/errorMsg",
|
|
218
|
+
"src/components/excelExport",
|
|
219
|
+
"src/components/excelImport",
|
|
220
|
+
"src/components/extendedProperties",
|
|
221
|
+
"src/components/fileLibrary",
|
|
222
|
+
"src/components/formOplog",
|
|
223
|
+
"src/components/hiprint",
|
|
224
|
+
"src/components/jdPrint",
|
|
225
|
+
"src/components/jsonImport",
|
|
226
|
+
"src/components/langImport",
|
|
227
|
+
"src/components/mobile",
|
|
228
|
+
"src/components/onlineTalk",
|
|
229
|
+
"src/components/oplogTable",
|
|
230
|
+
"src/components/pddPrint",
|
|
231
|
+
"src/components/projectTag",
|
|
232
|
+
"src/components/Qrcode",
|
|
233
|
+
"src/components/scriptDescription",
|
|
234
|
+
"src/components/scriptTest",
|
|
235
|
+
"src/components/statusTag",
|
|
236
|
+
"src/components/SvgIcon",
|
|
237
|
+
"src/components/table",
|
|
238
|
+
"src/components/tempStorage",
|
|
239
|
+
"src/components/Tinymce",
|
|
240
|
+
"src/components/luckysheet",
|
|
241
|
+
"src/components/obsUpload",
|
|
242
|
+
"src/components/VabUpload",
|
|
243
|
+
"src/components/vb-tabs",
|
|
244
|
+
"src/components/video",
|
|
245
|
+
"src/components/vipPrint",
|
|
246
|
+
"src/components/wf",
|
|
247
|
+
"src/components/xform",
|
|
248
|
+
"src/components/xhsPrint",
|
|
249
|
+
"src/components/langTag",
|
|
250
|
+
"src/api",
|
|
251
|
+
"src/views/bd",
|
|
252
|
+
"src/views/support",
|
|
253
|
+
"src/views/user",
|
|
254
|
+
"src/views/mobile/user",
|
|
255
|
+
"src/utils",
|
|
256
|
+
"src/mixins",
|
|
257
|
+
"src/directive",
|
|
258
|
+
"src/store",
|
|
259
|
+
"src/resources/js",
|
|
260
|
+
"src/lang/index.js",
|
|
261
|
+
"src/lang/locale/en/login.js",
|
|
262
|
+
"src/lang/locale/zh/login.js",
|
|
263
|
+
"src/layout",
|
|
264
|
+
"src/filters",
|
|
265
|
+
"src/router",
|
|
266
|
+
"src/permission.js",
|
|
267
|
+
"src/index.js",
|
|
268
|
+
"src/App.vue"
|
|
269
|
+
],
|
|
270
|
+
"publishConfig": {
|
|
271
|
+
"access": "public",
|
|
272
|
+
"registry": "https://registry.npmjs.org/"
|
|
273
|
+
}
|
|
188
274
|
}
|
|
@@ -1,53 +1,57 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div v-if="!$baseEventBus.isMobile">
|
|
3
3
|
<el-dialog
|
|
4
|
-
:title="title!=null?title
|
|
4
|
+
:title="title != null ? title : $t2('提示', 'components.baseAlert.title')"
|
|
5
5
|
:visible.sync="showWrap"
|
|
6
6
|
v-if="showWrap"
|
|
7
7
|
:close-on-click-modal="false"
|
|
8
8
|
width="501px"
|
|
9
9
|
custom-class="dialog-style tips-dialog warning"
|
|
10
10
|
v-el-drag-dialog
|
|
11
|
-
@close="
|
|
11
|
+
@close="closeDialog"
|
|
12
12
|
>
|
|
13
13
|
<div class="cont" ref="cont">
|
|
14
14
|
{{ content }}
|
|
15
15
|
</div>
|
|
16
16
|
<span slot="footer" class="dialog-footer">
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
<input
|
|
18
|
+
type="text"
|
|
19
|
+
ref="hbtn"
|
|
20
|
+
style="position: absolute; left: -999px; top: -999px"
|
|
21
|
+
/>
|
|
22
|
+
<el-button type="primary" @click="resolve()" class="button-sty"
|
|
23
|
+
><i class="el-icon-check el-icon"></i
|
|
24
|
+
>{{ $t2("确 定", "system.button.confirm2") }}</el-button
|
|
25
|
+
>
|
|
26
|
+
</span>
|
|
21
27
|
</el-dialog>
|
|
22
28
|
</div>
|
|
23
29
|
<div v-else-if="showWrap">
|
|
24
|
-
<div class="pop-tipsBox" :style="'display: block;z-index:'+zIndex">
|
|
30
|
+
<div class="pop-tipsBox" :style="'display: block;z-index:' + zIndex">
|
|
25
31
|
<div>
|
|
26
32
|
<i class="icon"></i>
|
|
27
33
|
<div class="cont">
|
|
28
|
-
<p class="name">
|
|
34
|
+
<p class="name">
|
|
35
|
+
{{ title != null ? title : $t2("提示", "components.baseAlert.title") }}
|
|
36
|
+
</p>
|
|
29
37
|
<p class="txt" v-html="content"></p>
|
|
30
38
|
</div>
|
|
31
39
|
<div class="btns">
|
|
32
|
-
<el-button type="primary" class="btn" @click="resolve()">{{
|
|
40
|
+
<el-button type="primary" class="btn" @click="resolve()">{{
|
|
41
|
+
$t2("确 定", "system.button.confirm2")
|
|
42
|
+
}}</el-button>
|
|
33
43
|
</div>
|
|
34
44
|
</div>
|
|
35
45
|
</div>
|
|
36
46
|
</div>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
47
|
</template>
|
|
41
48
|
|
|
42
49
|
<script>
|
|
43
|
-
import {
|
|
44
|
-
mixins
|
|
45
|
-
} from './mixins'
|
|
50
|
+
import { mixins } from "./mixins";
|
|
46
51
|
|
|
47
52
|
export default {
|
|
48
|
-
mixins: [mixins]
|
|
49
|
-
}
|
|
53
|
+
mixins: [mixins],
|
|
54
|
+
};
|
|
50
55
|
</script>
|
|
51
56
|
|
|
52
|
-
<style>
|
|
53
|
-
</style>
|
|
57
|
+
<style></style>
|