eoss-ui 0.4.23 → 0.4.24
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/lib/button-group.js +35 -35
- package/lib/button.js +35 -35
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +35 -35
- package/lib/clients.js +2 -2
- package/lib/data-table-form.js +36 -35
- package/lib/data-table.js +36 -35
- package/lib/date-picker.js +35 -35
- package/lib/dialog.js +36 -35
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +188 -150
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +35 -35
- package/lib/flow-list.js +185 -195
- package/lib/flow.js +80 -78
- package/lib/form.js +47 -39
- package/lib/handle-user.js +35 -35
- package/lib/handler.js +35 -35
- package/lib/icon.js +18 -11
- package/lib/index.js +1 -1
- package/lib/input-number.js +35 -35
- package/lib/input.js +35 -35
- package/lib/label.js +2 -2
- package/lib/login.js +36 -35
- package/lib/main.js +58 -42
- package/lib/mainComp.js +41 -40
- package/lib/menu.js +2 -2
- package/lib/nav.js +35 -35
- package/lib/notify.js +35 -35
- package/lib/page.js +35 -35
- package/lib/pagination.js +2 -2
- package/lib/player.js +52 -52
- package/lib/qr-code.js +37 -37
- package/lib/radio-group.js +35 -35
- package/lib/select-ganged.js +35 -35
- package/lib/select.js +35 -35
- package/lib/selector-panel.js +39 -38
- package/lib/selector.js +37 -37
- package/lib/sizer.js +35 -35
- package/lib/steps.js +35 -35
- package/lib/switch.js +35 -35
- package/lib/table-form.js +49 -41
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +35 -35
- package/lib/tips.js +35 -35
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +42 -42
- package/lib/tree.js +35 -35
- package/lib/upload.js +38 -38
- package/lib/wujie.js +35 -35
- package/lib/wxlogin.js +35 -35
- package/package.json +1 -1
- package/packages/flow/src/main.vue +9 -22
- package/packages/form/src/main.vue +6 -2
- package/packages/form/src/table.vue +9 -1
- package/packages/icon/src/icon.json +1 -0
- package/packages/icon/src/main.vue +3 -6
- package/packages/main/src/main.vue +14 -0
- package/src/index.js +1 -1
package/lib/wujie.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 62);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -2259,7 +2259,7 @@ var watermark = function watermark(option) {
|
|
|
2259
2259
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2260
2260
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
|
|
2261
2261
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
|
|
2262
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
|
|
2263
2263
|
/* unused harmony export getUserImgUrl */
|
|
2264
2264
|
/* unused harmony export getDoorIndex */
|
|
2265
2265
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -2268,17 +2268,17 @@ var watermark = function watermark(option) {
|
|
|
2268
2268
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
|
|
2269
2269
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
|
|
2270
2270
|
/* unused harmony export getUserCustomInfo */
|
|
2271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
|
|
2272
2272
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
|
|
2273
2273
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
|
|
2274
2274
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
|
|
2275
2275
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
|
|
2276
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2277
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
|
|
2278
2278
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
|
|
2279
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
|
|
2280
2280
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
|
|
2282
2282
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
|
|
2283
2283
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
|
|
2284
2284
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
|
|
@@ -2295,13 +2295,13 @@ var watermark = function watermark(option) {
|
|
|
2295
2295
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
|
|
2296
2296
|
/* unused harmony export getCurrentuser */
|
|
2297
2297
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
|
|
2298
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2299
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2298
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
|
|
2299
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
|
|
2300
2300
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2301
2301
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2302
2302
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2303
2303
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
|
|
2305
2305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2306
2306
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
|
|
2307
2307
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
|
|
@@ -2309,46 +2309,46 @@ var watermark = function watermark(option) {
|
|
|
2309
2309
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2310
2310
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
|
|
2311
2311
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
|
|
2312
|
-
/*
|
|
2312
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
|
|
2313
2313
|
/* unused harmony export getView */
|
|
2314
2314
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
|
|
2315
2315
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
|
|
2316
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2317
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2318
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2319
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2320
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
|
|
2321
2321
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
|
|
2322
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
|
|
2323
2323
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
|
|
2324
2324
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2325
2325
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
|
|
2326
2326
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
|
|
2327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
|
|
2329
2329
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
|
|
2330
2330
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
|
|
2331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
|
|
2332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
|
|
2333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
|
|
2334
2334
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2335
2335
|
/* unused harmony export historyListJson */
|
|
2336
2336
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
|
|
2337
2337
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
|
|
2338
2338
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2339
2339
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
|
|
2340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2341
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2342
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2346
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2347
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
|
|
2352
2352
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
|
|
2353
2353
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
|
|
2354
2354
|
/* unused harmony export sendSave */
|
|
@@ -2696,7 +2696,7 @@ module.exports = require("json-bigint");
|
|
|
2696
2696
|
|
|
2697
2697
|
/***/ }),
|
|
2698
2698
|
|
|
2699
|
-
/***/
|
|
2699
|
+
/***/ 62:
|
|
2700
2700
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2701
2701
|
|
|
2702
2702
|
"use strict";
|
package/lib/wxlogin.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 63);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -2259,7 +2259,7 @@ var watermark = function watermark(option) {
|
|
|
2259
2259
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2260
2260
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
|
|
2261
2261
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
|
|
2262
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
|
|
2263
2263
|
/* unused harmony export getUserImgUrl */
|
|
2264
2264
|
/* unused harmony export getDoorIndex */
|
|
2265
2265
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -2268,17 +2268,17 @@ var watermark = function watermark(option) {
|
|
|
2268
2268
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
|
|
2269
2269
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
|
|
2270
2270
|
/* unused harmony export getUserCustomInfo */
|
|
2271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
|
|
2272
2272
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
|
|
2273
2273
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
|
|
2274
2274
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
|
|
2275
2275
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
|
|
2276
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2277
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
|
|
2278
2278
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
|
|
2279
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
|
|
2280
2280
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
|
|
2282
2282
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
|
|
2283
2283
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
|
|
2284
2284
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
|
|
@@ -2295,13 +2295,13 @@ var watermark = function watermark(option) {
|
|
|
2295
2295
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
|
|
2296
2296
|
/* unused harmony export getCurrentuser */
|
|
2297
2297
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
|
|
2298
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2299
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2298
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
|
|
2299
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
|
|
2300
2300
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2301
2301
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2302
2302
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2303
2303
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
|
|
2305
2305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2306
2306
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
|
|
2307
2307
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
|
|
@@ -2309,46 +2309,46 @@ var watermark = function watermark(option) {
|
|
|
2309
2309
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2310
2310
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
|
|
2311
2311
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
|
|
2312
|
-
/*
|
|
2312
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
|
|
2313
2313
|
/* unused harmony export getView */
|
|
2314
2314
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
|
|
2315
2315
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
|
|
2316
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2317
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2318
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2319
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2320
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
|
|
2321
2321
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
|
|
2322
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
|
|
2323
2323
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
|
|
2324
2324
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2325
2325
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
|
|
2326
2326
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
|
|
2327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
|
|
2329
2329
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
|
|
2330
2330
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
|
|
2331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
|
|
2332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
|
|
2333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
|
|
2334
2334
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2335
2335
|
/* unused harmony export historyListJson */
|
|
2336
2336
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
|
|
2337
2337
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
|
|
2338
2338
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2339
2339
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
|
|
2340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2341
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2342
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2346
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2347
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
|
|
2352
2352
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
|
|
2353
2353
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
|
|
2354
2354
|
/* unused harmony export sendSave */
|
|
@@ -2696,7 +2696,7 @@ module.exports = require("json-bigint");
|
|
|
2696
2696
|
|
|
2697
2697
|
/***/ }),
|
|
2698
2698
|
|
|
2699
|
-
/***/
|
|
2699
|
+
/***/ 63:
|
|
2700
2700
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2701
2701
|
|
|
2702
2702
|
"use strict";
|
package/package.json
CHANGED
|
@@ -1038,7 +1038,7 @@ export default {
|
|
|
1038
1038
|
saveInfo(type, btn) {
|
|
1039
1039
|
if (this.isFlow) {
|
|
1040
1040
|
if (!type) {
|
|
1041
|
-
if (btn.before) {
|
|
1041
|
+
if (btn && btn.before) {
|
|
1042
1042
|
btn
|
|
1043
1043
|
.before(
|
|
1044
1044
|
Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1
|
|
@@ -1049,7 +1049,9 @@ export default {
|
|
|
1049
1049
|
.catch((e) => {});
|
|
1050
1050
|
} else if (this.beforeSubmit != undefined) {
|
|
1051
1051
|
this.beforeSubmit(
|
|
1052
|
-
Object.prototype.hasOwnProperty.call(btn, 'code')
|
|
1052
|
+
btn && Object.prototype.hasOwnProperty.call(btn, 'code')
|
|
1053
|
+
? btn.code
|
|
1054
|
+
: 1
|
|
1053
1055
|
)
|
|
1054
1056
|
.then((next) => {
|
|
1055
1057
|
this.$emit('save', this.businessIds);
|
|
@@ -1060,7 +1062,7 @@ export default {
|
|
|
1060
1062
|
}
|
|
1061
1063
|
}
|
|
1062
1064
|
} else {
|
|
1063
|
-
if (btn.before && !type) {
|
|
1065
|
+
if (btn && btn.before && !type) {
|
|
1064
1066
|
btn
|
|
1065
1067
|
.before(
|
|
1066
1068
|
Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2
|
|
@@ -1073,7 +1075,9 @@ export default {
|
|
|
1073
1075
|
this.subFun(this.saveFlowInfo);
|
|
1074
1076
|
} else if (!type && this.beforeSubmit != undefined) {
|
|
1075
1077
|
this.beforeSubmit(
|
|
1076
|
-
Object.prototype.hasOwnProperty.call(btn, 'code')
|
|
1078
|
+
btn && Object.prototype.hasOwnProperty.call(btn, 'code')
|
|
1079
|
+
? btn.code
|
|
1080
|
+
: 2
|
|
1077
1081
|
)
|
|
1078
1082
|
.then((next) => {
|
|
1079
1083
|
this.saveFlowInfo();
|
|
@@ -1501,7 +1505,6 @@ export default {
|
|
|
1501
1505
|
showid: data.nextUserList[0].userId
|
|
1502
1506
|
});
|
|
1503
1507
|
}
|
|
1504
|
-
// this.userSelectionType = results.nodeExtAttr.userSelectionType;
|
|
1505
1508
|
this.isLimitedTimeHandling =
|
|
1506
1509
|
data.nodeExtAttr.isLimitedTimeHandling;
|
|
1507
1510
|
this.isCustomUser = data.nodeExtAttr.isCustomUser;
|
|
@@ -1568,13 +1571,6 @@ export default {
|
|
|
1568
1571
|
this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
|
|
1569
1572
|
}
|
|
1570
1573
|
}
|
|
1571
|
-
// else {
|
|
1572
|
-
// this.nextNodeList.map(item => {
|
|
1573
|
-
// if (item.nodeId === val) {
|
|
1574
|
-
// this.isMultiple(item.transRule.userSelectionType);
|
|
1575
|
-
// }
|
|
1576
|
-
// });
|
|
1577
|
-
// }
|
|
1578
1574
|
|
|
1579
1575
|
if (val === 9) {
|
|
1580
1576
|
this.isReject = true;
|
|
@@ -1705,9 +1701,6 @@ export default {
|
|
|
1705
1701
|
if (item.taskNodeList != null) {
|
|
1706
1702
|
this.nodeInfos = item.taskNodeList;
|
|
1707
1703
|
}
|
|
1708
|
-
// if (item.taskNodeList) {
|
|
1709
|
-
// this.nextNode.nextNodeId = item.taskNodeList[0].nodeId;
|
|
1710
|
-
// }
|
|
1711
1704
|
}
|
|
1712
1705
|
if (taskOperations.length == 1) {
|
|
1713
1706
|
this.nodeInfos = [];
|
|
@@ -1816,11 +1809,6 @@ export default {
|
|
|
1816
1809
|
this.moreList.push(item);
|
|
1817
1810
|
}
|
|
1818
1811
|
});
|
|
1819
|
-
// else if (
|
|
1820
|
-
// item.fun === 'toSendMsg()' ||
|
|
1821
|
-
// item.fun === 'toStartDraf()'
|
|
1822
|
-
// ) {
|
|
1823
|
-
// }
|
|
1824
1812
|
}
|
|
1825
1813
|
this.isCustomPreset = isCustomPreset;
|
|
1826
1814
|
this.isPreset = isPreset;
|
|
@@ -2123,8 +2111,7 @@ export default {
|
|
|
2123
2111
|
params.processDefinitionId = taskExamineInfo.processDefinitionId;
|
|
2124
2112
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
2125
2113
|
params.nodeId = taskExamineInfo.nodeId;
|
|
2126
|
-
return
|
|
2127
|
-
util
|
|
2114
|
+
return util
|
|
2128
2115
|
.ajax({ url: taskHandleHtml, method: 'post', data: params })
|
|
2129
2116
|
.then((res) => {
|
|
2130
2117
|
const { status, message } = res;
|
|
@@ -147,10 +147,11 @@
|
|
|
147
147
|
:tableAfter="tableAfter"
|
|
148
148
|
v-bind="items"
|
|
149
149
|
:thead="thead"
|
|
150
|
-
:model.sync="models"
|
|
151
150
|
:readonly="readonly"
|
|
152
151
|
:contents="items.contents"
|
|
153
152
|
:widths="widths"
|
|
153
|
+
:zoom="zoom"
|
|
154
|
+
:model.sync="models"
|
|
154
155
|
@click="handleClick"
|
|
155
156
|
@change="handleChange"
|
|
156
157
|
@dataChange="handleDataChange"
|
|
@@ -1000,6 +1001,7 @@
|
|
|
1000
1001
|
:label-width="labelWidth"
|
|
1001
1002
|
:span="span"
|
|
1002
1003
|
:widths="widths"
|
|
1004
|
+
:zoom="zoom"
|
|
1003
1005
|
:model.sync="models"
|
|
1004
1006
|
@click="handleClick"
|
|
1005
1007
|
@change="handleChange"
|
|
@@ -1901,6 +1903,7 @@
|
|
|
1901
1903
|
:model.sync="models"
|
|
1902
1904
|
:readonly="readonly"
|
|
1903
1905
|
:contents="items.contents"
|
|
1906
|
+
:zoom="zoom"
|
|
1904
1907
|
:widths="widths"
|
|
1905
1908
|
@click="handleClick"
|
|
1906
1909
|
@change="handleChange"
|
|
@@ -2700,12 +2703,13 @@
|
|
|
2700
2703
|
:tableAfter="tableAfter"
|
|
2701
2704
|
v-bind="tableAttrs"
|
|
2702
2705
|
:thead="thead"
|
|
2703
|
-
:model.sync="models"
|
|
2704
2706
|
:contents="formContent"
|
|
2705
2707
|
:readonly="readonly"
|
|
2706
2708
|
:label-width="labelWidth"
|
|
2707
2709
|
:span="span"
|
|
2708
2710
|
:widths="widths"
|
|
2711
|
+
:zoom="zoom"
|
|
2712
|
+
:model.sync="models"
|
|
2709
2713
|
@click="handleClick"
|
|
2710
2714
|
@change="handleChange"
|
|
2711
2715
|
@dataChange="handleDataChange"
|
|
@@ -1022,7 +1022,8 @@ export default {
|
|
|
1022
1022
|
},
|
|
1023
1023
|
caption: String,
|
|
1024
1024
|
widths: Array,
|
|
1025
|
-
thead: Array
|
|
1025
|
+
thead: Array,
|
|
1026
|
+
zoom: false
|
|
1026
1027
|
},
|
|
1027
1028
|
computed: {
|
|
1028
1029
|
content() {
|
|
@@ -1103,6 +1104,13 @@ export default {
|
|
|
1103
1104
|
}
|
|
1104
1105
|
}
|
|
1105
1106
|
},
|
|
1107
|
+
watch: {
|
|
1108
|
+
zoom: {
|
|
1109
|
+
handler(val) {
|
|
1110
|
+
this.getWidth();
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1106
1114
|
data() {
|
|
1107
1115
|
return {
|
|
1108
1116
|
col: this.span ? this.span : 2,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
["zuomian","monitor","maximize","pointer-up","pointer-left","pointer-down","tri-down","retrograde","rainfall","caveat","print","alarm","table","duigouquan","bumen","mm","accelerate","quanping","password","qing","kaifa","daoru","piaochongicon","instructions","notice","wifi","tishicuo","minganciguanli","switch-off","switch-on","narrow","yidongduan","web","upload","message","go-back","close","shujutongji","folder","edit","enter","dian","wendu","shangwu","shenbao","magnifier","project-add","xiexian","caidan","tupian","home","yinyu","wenhao","template","daiban","set","zhengwen","cuowu","chenggong","indent","increase","ziliaoku","tuichu","quit","leaf","refresh","statistic","gengduo","lvyou","mail","user","zhishi","weizhi","jinggao","zuzhijigou","xue","fenxiang","jinrong","shanchu","jianhao","jiahao","yinzhang","renyuanqiehuan","gouxuanzhong1","circle","fuxuankuang1","fangkuang","application","wenjianjia","jiaren","xiugai","duanxinguanli","workbench","rizhi","gongwen","qingshi","shiwu","official","baogao","document","wodeyouxiang","ziliaojiaohuan","denglu","podium","fangkuai","xuewei","duoyun","pm","xiajia","huanbao","dunpai","shu","gongzuozheng","more","fenlei","delete","fengsu","bar","yuanqu","duomeiti","youjian","qiye","zuixinzixun","biaoge","omit","diaotou","jiantou-left","jiantou-right","jiantou-up","roles","jiantou-next","chijiuhuacunchu","zhuanhuan","cloudy","form","wuye","tri-up","pointer-right","bianji","tri-right","tri-left","daimaguanli","jiankong","kaifazhong","fujian","bingtu","zhuzhuangtu","lose","rmb","move","xiazai","yiban","laoshi","clear","jinyong","yunxing","weihu","chakan","pifu","ren","gouwuche","loading2","yulan","ziliao","yidong","fenxiang11","kaoqin","change","shidu","portfolio","info","yanjing","laba","camera","xitongxiaoxi","xitongguanli","webduan","wagnz","group","shengqian","jiantou-prev","attention","look","guanzhu","daikuan","tubiao","duigou","star","dayin","xinzeng","reduce","goup","calendar","tree","yingyong","caution","zhuanfa","add","zongtiqixian","daochu","gongwu","ihouse","chilun","weixiu","chengguo","trophy","duiwu","qiehuanjiaose","door","shebei","fangjian","microscope","huaxue","shiyanshianquan","shiyan","qiyexinxi","yewuxinxi","lab","shiyanguanli","yuqing","big-screen","signal-search","database","star-mark","cng","professor","informatization","code","science","price","xunhuan","savings","administration","aid","biao","line","xietong","jingzheng","enterprise","datatable","toubiao","bingdu","keji2","qiyeku5","touzi5","zijinliu","zhishichanquan3","kejifuwu2","zhishichanquan2","zijinanquan","kejifuwu1","geju","yiqingfangkong","kejifuwu","anquanfangkong","shujufuwu","shujuceng","shujugongxiang","flows","setup","shujulian","caiwujianguan","caiwuliushui","mubiaogeju","juxing","fuwuqi","touzijigou","xiezilou","jianzhu","logo","touzhi","zijin","fintech","touzixiangmu","library","touziguanli","zhongda","ziyuan","shujutai","shujudongtai","bank","shujuzhongxin","zhongyaomubiao","touzishijian","caiwuguanli","mingzhong","touzishenpi","jingzhenggeju","property","keji","qiyeku","zhongyaojihui","touzilicai","zhishichanquan","touzi","tzz","menu","xiangmushu","pdf","jiazai","gongsi","rise","jbxx","zwxx","jypx","jcgl","ndkh","grjl","shgx","gou","shijian","fukuan","guoji","shoukuan","down","gongzuotai","gaigedongtai","xitongshezhi","relation","zuzhirenshi","kaohepingjia","caiwujiandu","sanzhongyida","mima","xianshi","zhanghao","bangongshi","checked","checke","help","kuoda","banli","xiaoxi","shouqicaidan","shouqicaidan-right","smile","tongzhi","guanji","shuaxin","guiji","tianjiawenjianjia","yunxiazai","del","touzifangan","zongheguanli","sanzhongyida_mian","gongwenguanli1","heguiguanli","jingyingfenxi","txl","diannao","renliziyuan","caiwuxitong","shiwuguanli","shouye","bangongyongpin","sidebar","zhidulashi","log","fawenguanli","huiyiguanli","zuzhishishi","gongwenqianshou","jinxiupeixun","gongwenbao","jiaohuan","daibanshixiang","richeng","tongxunlu","yongche","yanzheng","daibanxinxi","shuben","fanfu","guangbo","shuzhuangtu","bengqiye","tongguo","dengdai","cross","daichuli","zhenggai","shouli","shujuhecha","guanli","paper-file","wenjian","dakaiwenjian","yewu","jiance","jiheguanli","jinru","arrow-right","lingdao","rencai","prev","next","jianpan","qrcode","bohui","homepage","download","gantanhao","dingding","weixin","pad","ios","android","txt","doc","audioo","video","zip","shuru","duanxin","saoma","youxiang","word","excel","fileword","picture","ppt","ca","usb-key"]
|
|
@@ -17,11 +17,7 @@
|
|
|
17
17
|
<es-dialog title="选择图标" :visible.sync="visible">
|
|
18
18
|
<el-scrollbar class="es-scrollbar" ref="scrollbar">
|
|
19
19
|
<ul class="es-icon-list">
|
|
20
|
-
<li
|
|
21
|
-
v-for="name in $icon"
|
|
22
|
-
:key="name"
|
|
23
|
-
@click.stop="handleSelect(name)"
|
|
24
|
-
>
|
|
20
|
+
<li v-for="name in list" :key="name" @click.stop="handleSelect(name)">
|
|
25
21
|
<span>
|
|
26
22
|
<i :class="'es-icon-' + name"></i>
|
|
27
23
|
<span class="icon-name">{{ 'es-icon-' + name }}</span>
|
|
@@ -33,7 +29,7 @@
|
|
|
33
29
|
</div>
|
|
34
30
|
</template>
|
|
35
31
|
<script>
|
|
36
|
-
|
|
32
|
+
import icon from './icon.json';
|
|
37
33
|
export default {
|
|
38
34
|
name: 'EsIcon',
|
|
39
35
|
inheritAttrs: false,
|
|
@@ -62,6 +58,7 @@ export default {
|
|
|
62
58
|
},
|
|
63
59
|
data() {
|
|
64
60
|
return {
|
|
61
|
+
list: icon,
|
|
65
62
|
icon: null,
|
|
66
63
|
visible: false
|
|
67
64
|
};
|
|
@@ -664,6 +664,20 @@ export default {
|
|
|
664
664
|
this.$message.error(err.message);
|
|
665
665
|
}
|
|
666
666
|
});
|
|
667
|
+
},
|
|
668
|
+
// 将chalk写入到页面中
|
|
669
|
+
handleColorToPage(globalThalk) {
|
|
670
|
+
const thalk = document.getElementById('chalk-style');
|
|
671
|
+
if (!thalk) {
|
|
672
|
+
let ele = document.createElement('style');
|
|
673
|
+
ele.setAttribute('id', 'chalk-style');
|
|
674
|
+
ele.innerText = globalThalk;
|
|
675
|
+
document.head.appendChild(ele);
|
|
676
|
+
}
|
|
677
|
+
// 如果设置过主题的话
|
|
678
|
+
else {
|
|
679
|
+
thalk.innerText = globalThalk;
|
|
680
|
+
}
|
|
667
681
|
},
|
|
668
682
|
renderMenu() {
|
|
669
683
|
if (this.data !== undefined && this.data.length) {
|