@v2coding/ui 0.1.3 → 0.1.7

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.
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var immutable=require('immutable'),merge=require('lodash.merge'),axios=require('axios'),Vuex=require('vuex'),VuexPersistence=require('vuex-persist'),VueRouter=require('vue-router'),to=require('await-to-js'),throttle=require('lodash.throttle'),PinyinMatch=require('pinyin-match'),moment=require('moment'),debounce=require('lodash.debounce'),elementUi=require('element-ui'),vueQuillEditor=require('vue-quill-editor');require('quill/dist/quill.core.css'),require('quill/dist/quill.snow.css'),require('quill/dist/quill.bubble.css');var XLSX=require('xlsx'),util=require('element-ui/lib/utils/util'),resizeEvent=require('element-ui/lib/utils/resize-event'),vueMultipane=require('vue-multipane');function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}var merge__default=/*#__PURE__*/_interopDefaultLegacy(merge);var axios__default=/*#__PURE__*/_interopDefaultLegacy(axios);var Vuex__default=/*#__PURE__*/_interopDefaultLegacy(Vuex);var VuexPersistence__default=/*#__PURE__*/_interopDefaultLegacy(VuexPersistence);var VueRouter__default=/*#__PURE__*/_interopDefaultLegacy(VueRouter);var to__default=/*#__PURE__*/_interopDefaultLegacy(to);var throttle__default=/*#__PURE__*/_interopDefaultLegacy(throttle);var PinyinMatch__default=/*#__PURE__*/_interopDefaultLegacy(PinyinMatch);var moment__default=/*#__PURE__*/_interopDefaultLegacy(moment);var debounce__default=/*#__PURE__*/_interopDefaultLegacy(debounce);var XLSX__default=/*#__PURE__*/_interopDefaultLegacy(XLSX);var toString = function toString(obj) {
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var immutable=require('immutable'),merge=require('lodash.merge'),axios=require('axios'),Vuex=require('vuex'),VuexPersistence=require('vuex-persist'),VueRouter=require('vue-router'),to=require('await-to-js'),throttle=require('lodash.throttle'),PinyinMatch=require('pinyin-match'),moment=require('moment'),debounce=require('lodash.debounce'),elementUi=require('element-ui'),vueQuillEditor=require('vue-quill-editor');require('quill/dist/quill.core.css'),require('quill/dist/quill.snow.css'),require('quill/dist/quill.bubble.css');var gcoord=require('gcoord'),AMapLoader=require('@amap/amap-jsapi-loader'),XLSX=require('xlsx'),util=require('element-ui/lib/utils/util'),resizeEvent=require('element-ui/lib/utils/resize-event'),vueMultipane=require('vue-multipane');function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}var merge__default=/*#__PURE__*/_interopDefaultLegacy(merge);var axios__default=/*#__PURE__*/_interopDefaultLegacy(axios);var Vuex__default=/*#__PURE__*/_interopDefaultLegacy(Vuex);var VuexPersistence__default=/*#__PURE__*/_interopDefaultLegacy(VuexPersistence);var VueRouter__default=/*#__PURE__*/_interopDefaultLegacy(VueRouter);var to__default=/*#__PURE__*/_interopDefaultLegacy(to);var throttle__default=/*#__PURE__*/_interopDefaultLegacy(throttle);var PinyinMatch__default=/*#__PURE__*/_interopDefaultLegacy(PinyinMatch);var moment__default=/*#__PURE__*/_interopDefaultLegacy(moment);var debounce__default=/*#__PURE__*/_interopDefaultLegacy(debounce);var gcoord__default=/*#__PURE__*/_interopDefaultLegacy(gcoord);var AMapLoader__default=/*#__PURE__*/_interopDefaultLegacy(AMapLoader);var XLSX__default=/*#__PURE__*/_interopDefaultLegacy(XLSX);var toString = function toString(obj) {
2
2
  return Object.prototype.toString.call(obj);
3
3
  };
4
4
  var isObject = function isObject() {
@@ -115,6 +115,11 @@ var Objects = {
115
115
  timeout: 30000,
116
116
  baseURL: process.env.VUE_APP_DOMAIN || 'http://localhost:8080' // eslint-disable-line
117
117
 
118
+ },
119
+ amap: {
120
+ version: '2.0',
121
+ key: process.env.VUE_APP_DOMAIN // eslint-disable-line
122
+
118
123
  }
119
124
  };
120
125
  var DefaultSetting$1 = DefaultSetting;function ownKeys(object, enumerableOnly) {
@@ -473,7 +478,7 @@ var Axios = {
473
478
  getInstance: getInstance,
474
479
  Interceptor: Interceptor$1,
475
480
  addInterceptor: addInterceptor$1
476
- };var _excluded$b = ["persist"];
481
+ };var _excluded$a = ["persist"];
477
482
  var store;
478
483
 
479
484
  var initPersistPlugin = function initPersistPlugin(config) {
@@ -500,7 +505,7 @@ var init$1 = function init(Vue) {
500
505
  var storeSetting = setting.store;
501
506
 
502
507
  var persist = storeSetting.persist,
503
- opt = _objectWithoutProperties(storeSetting, _excluded$b);
508
+ opt = _objectWithoutProperties(storeSetting, _excluded$a);
504
509
 
505
510
  var persistPlugin = initPersistPlugin(persist);
506
511
  store = new Vuex__default["default"].Store(_objectSpread2(_objectSpread2({}, opt), {}, {
@@ -1271,124 +1276,124 @@ var permission = function permission(identities) {
1271
1276
  }))();
1272
1277
  }
1273
1278
  }
1274
- };function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
1275
- if (typeof shadowMode !== 'boolean') {
1276
- createInjectorSSR = createInjector;
1277
- createInjector = shadowMode;
1278
- shadowMode = false;
1279
- }
1280
- // Vue.extend constructor export interop.
1281
- const options = typeof script === 'function' ? script.options : script;
1282
- // render functions
1283
- if (template && template.render) {
1284
- options.render = template.render;
1285
- options.staticRenderFns = template.staticRenderFns;
1286
- options._compiled = true;
1287
- // functional template
1288
- if (isFunctionalTemplate) {
1289
- options.functional = true;
1290
- }
1291
- }
1292
- // scopedId
1293
- if (scopeId) {
1294
- options._scopeId = scopeId;
1295
- }
1296
- let hook;
1297
- if (moduleIdentifier) {
1298
- // server build
1299
- hook = function (context) {
1300
- // 2.3 injection
1301
- context =
1302
- context || // cached call
1303
- (this.$vnode && this.$vnode.ssrContext) || // stateful
1304
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
1305
- // 2.2 with runInNewContext: true
1306
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1307
- context = __VUE_SSR_CONTEXT__;
1308
- }
1309
- // inject component styles
1310
- if (style) {
1311
- style.call(this, createInjectorSSR(context));
1312
- }
1313
- // register component module identifier for async chunk inference
1314
- if (context && context._registeredComponents) {
1315
- context._registeredComponents.add(moduleIdentifier);
1316
- }
1317
- };
1318
- // used by ssr in case component is cached and beforeCreate
1319
- // never gets called
1320
- options._ssrRegister = hook;
1321
- }
1322
- else if (style) {
1323
- hook = shadowMode
1324
- ? function (context) {
1325
- style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
1326
- }
1327
- : function (context) {
1328
- style.call(this, createInjector(context));
1329
- };
1330
- }
1331
- if (hook) {
1332
- if (options.functional) {
1333
- // register for functional component in vue file
1334
- const originalRender = options.render;
1335
- options.render = function renderWithStyleInjection(h, context) {
1336
- hook.call(context);
1337
- return originalRender(h, context);
1338
- };
1339
- }
1340
- else {
1341
- // inject component registration as beforeCreate hook
1342
- const existing = options.beforeCreate;
1343
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
1344
- }
1345
- }
1346
- return script;
1347
- }function createInjectorSSR(context) {
1348
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1349
- context = __VUE_SSR_CONTEXT__;
1350
- }
1351
- if (!context)
1352
- return () => { };
1353
- if (!('styles' in context)) {
1354
- context._styles = context._styles || {};
1355
- Object.defineProperty(context, 'styles', {
1356
- enumerable: true,
1357
- get: () => context._renderStyles(context._styles)
1358
- });
1359
- context._renderStyles = context._renderStyles || renderStyles;
1360
- }
1361
- return (id, style) => addStyle(id, style, context);
1362
- }
1363
- function addStyle(id, css, context) {
1364
- const group = css.media || 'default' ;
1365
- const style = context._styles[group] || (context._styles[group] = { ids: [], css: '' });
1366
- if (!style.ids.includes(id)) {
1367
- style.media = css.media;
1368
- style.ids.push(id);
1369
- let code = css.source;
1370
- style.css += code + '\n';
1371
- }
1372
- }
1373
- function renderStyles(styles) {
1374
- let css = '';
1375
- for (const key in styles) {
1376
- const style = styles[key];
1377
- css +=
1378
- '<style data-vue-ssr-id="' +
1379
- Array.from(style.ids).join(' ') +
1380
- '"' +
1381
- (style.media ? ' media="' + style.media + '"' : '') +
1382
- '>' +
1383
- style.css +
1384
- '</style>';
1385
- }
1386
- return css;
1279
+ };function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
1280
+ if (typeof shadowMode !== 'boolean') {
1281
+ createInjectorSSR = createInjector;
1282
+ createInjector = shadowMode;
1283
+ shadowMode = false;
1284
+ }
1285
+ // Vue.extend constructor export interop.
1286
+ const options = typeof script === 'function' ? script.options : script;
1287
+ // render functions
1288
+ if (template && template.render) {
1289
+ options.render = template.render;
1290
+ options.staticRenderFns = template.staticRenderFns;
1291
+ options._compiled = true;
1292
+ // functional template
1293
+ if (isFunctionalTemplate) {
1294
+ options.functional = true;
1295
+ }
1296
+ }
1297
+ // scopedId
1298
+ if (scopeId) {
1299
+ options._scopeId = scopeId;
1300
+ }
1301
+ let hook;
1302
+ if (moduleIdentifier) {
1303
+ // server build
1304
+ hook = function (context) {
1305
+ // 2.3 injection
1306
+ context =
1307
+ context || // cached call
1308
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
1309
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
1310
+ // 2.2 with runInNewContext: true
1311
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1312
+ context = __VUE_SSR_CONTEXT__;
1313
+ }
1314
+ // inject component styles
1315
+ if (style) {
1316
+ style.call(this, createInjectorSSR(context));
1317
+ }
1318
+ // register component module identifier for async chunk inference
1319
+ if (context && context._registeredComponents) {
1320
+ context._registeredComponents.add(moduleIdentifier);
1321
+ }
1322
+ };
1323
+ // used by ssr in case component is cached and beforeCreate
1324
+ // never gets called
1325
+ options._ssrRegister = hook;
1326
+ }
1327
+ else if (style) {
1328
+ hook = shadowMode
1329
+ ? function (context) {
1330
+ style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
1331
+ }
1332
+ : function (context) {
1333
+ style.call(this, createInjector(context));
1334
+ };
1335
+ }
1336
+ if (hook) {
1337
+ if (options.functional) {
1338
+ // register for functional component in vue file
1339
+ const originalRender = options.render;
1340
+ options.render = function renderWithStyleInjection(h, context) {
1341
+ hook.call(context);
1342
+ return originalRender(h, context);
1343
+ };
1344
+ }
1345
+ else {
1346
+ // inject component registration as beforeCreate hook
1347
+ const existing = options.beforeCreate;
1348
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
1349
+ }
1350
+ }
1351
+ return script;
1352
+ }function createInjectorSSR(context) {
1353
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1354
+ context = __VUE_SSR_CONTEXT__;
1355
+ }
1356
+ if (!context)
1357
+ return () => { };
1358
+ if (!('styles' in context)) {
1359
+ context._styles = context._styles || {};
1360
+ Object.defineProperty(context, 'styles', {
1361
+ enumerable: true,
1362
+ get: () => context._renderStyles(context._styles)
1363
+ });
1364
+ context._renderStyles = context._renderStyles || renderStyles;
1365
+ }
1366
+ return (id, style) => addStyle(id, style, context);
1367
+ }
1368
+ function addStyle(id, css, context) {
1369
+ const group = css.media || 'default' ;
1370
+ const style = context._styles[group] || (context._styles[group] = { ids: [], css: '' });
1371
+ if (!style.ids.includes(id)) {
1372
+ style.media = css.media;
1373
+ style.ids.push(id);
1374
+ let code = css.source;
1375
+ style.css += code + '\n';
1376
+ }
1377
+ }
1378
+ function renderStyles(styles) {
1379
+ let css = '';
1380
+ for (const key in styles) {
1381
+ const style = styles[key];
1382
+ css +=
1383
+ '<style data-vue-ssr-id="' +
1384
+ Array.from(style.ids).join(' ') +
1385
+ '"' +
1386
+ (style.media ? ' media="' + style.media + '"' : '') +
1387
+ '>' +
1388
+ style.css +
1389
+ '</style>';
1390
+ }
1391
+ return css;
1387
1392
  }/* script */
1388
1393
  var __vue_script__$G = script$F;
1389
1394
  /* template */
1390
1395
 
1391
- var __vue_render__$E = function __vue_render__() {
1396
+ var __vue_render__$F = function __vue_render__() {
1392
1397
  var _vm = this;
1393
1398
 
1394
1399
  var _h = _vm.$createElement;
@@ -1403,7 +1408,7 @@ var __vue_render__$E = function __vue_render__() {
1403
1408
  }, [_vm._ssrNode("<use" + _vm._ssrAttr("xlink:href", "#icon-" + _vm.realName) + " data-v-135b2758></use>")]);
1404
1409
  };
1405
1410
 
1406
- var __vue_staticRenderFns__$E = [];
1411
+ var __vue_staticRenderFns__$F = [];
1407
1412
  /* style */
1408
1413
 
1409
1414
  var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
@@ -1427,8 +1432,8 @@ var __vue_is_functional_template__$G = false;
1427
1432
  /* style inject shadow dom */
1428
1433
 
1429
1434
  var __vue_component__$G = /*#__PURE__*/normalizeComponent({
1430
- render: __vue_render__$E,
1431
- staticRenderFns: __vue_staticRenderFns__$E
1435
+ render: __vue_render__$F,
1436
+ staticRenderFns: __vue_staticRenderFns__$F
1432
1437
  }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);
1433
1438
 
1434
1439
  var Icon$1 = __vue_component__$G;var Icon = {
@@ -2013,7 +2018,7 @@ var initDefaultVType = function initDefaultVType() {
2013
2018
  };
2014
2019
 
2015
2020
  initDefaultVType();
2016
- var VType$1 = VType;var _excluded$a = ["change", "input"];
2021
+ var VType$1 = VType;var _excluded$9 = ["change", "input"];
2017
2022
  var FieldMixin = {
2018
2023
  inheritAttrs: false,
2019
2024
  inject: {
@@ -2035,7 +2040,7 @@ var FieldMixin = {
2035
2040
  var _this$$listeners = this.$listeners;
2036
2041
  _this$$listeners.change;
2037
2042
  _this$$listeners.input;
2038
- var listeners = _objectWithoutProperties(_this$$listeners, _excluded$a);
2043
+ var listeners = _objectWithoutProperties(_this$$listeners, _excluded$9);
2039
2044
 
2040
2045
  return listeners;
2041
2046
  }
@@ -2114,7 +2119,7 @@ var script$E = {
2114
2119
  var __vue_script__$F = script$E;
2115
2120
  /* template */
2116
2121
 
2117
- var __vue_render__$D = function __vue_render__() {
2122
+ var __vue_render__$E = function __vue_render__() {
2118
2123
  var _vm = this;
2119
2124
 
2120
2125
  var _h = _vm.$createElement;
@@ -2128,7 +2133,7 @@ var __vue_render__$D = function __vue_render__() {
2128
2133
  }, 'el-autocomplete', _vm.$attrs, false), _vm.$listeners));
2129
2134
  };
2130
2135
 
2131
- var __vue_staticRenderFns__$D = [];
2136
+ var __vue_staticRenderFns__$E = [];
2132
2137
  /* style */
2133
2138
 
2134
2139
  var __vue_inject_styles__$F = undefined;
@@ -2148,8 +2153,8 @@ var __vue_is_functional_template__$F = false;
2148
2153
  /* style inject shadow dom */
2149
2154
 
2150
2155
  var __vue_component__$F = /*#__PURE__*/normalizeComponent({
2151
- render: __vue_render__$D,
2152
- staticRenderFns: __vue_staticRenderFns__$D
2156
+ render: __vue_render__$E,
2157
+ staticRenderFns: __vue_staticRenderFns__$E
2153
2158
  }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
2154
2159
 
2155
2160
  var AutocompleteField = __vue_component__$F;//
@@ -2198,7 +2203,7 @@ var script$D = {
2198
2203
  var __vue_script__$E = script$D;
2199
2204
  /* template */
2200
2205
 
2201
- var __vue_render__$C = function __vue_render__() {
2206
+ var __vue_render__$D = function __vue_render__() {
2202
2207
  var _vm = this;
2203
2208
 
2204
2209
  var _h = _vm.$createElement;
@@ -2218,7 +2223,7 @@ var __vue_render__$C = function __vue_render__() {
2218
2223
  }, 'el-input', _vm.$attrs, false), _vm.$listeners));
2219
2224
  };
2220
2225
 
2221
- var __vue_staticRenderFns__$C = [];
2226
+ var __vue_staticRenderFns__$D = [];
2222
2227
  /* style */
2223
2228
 
2224
2229
  var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
@@ -2242,8 +2247,8 @@ var __vue_is_functional_template__$E = false;
2242
2247
  /* style inject shadow dom */
2243
2248
 
2244
2249
  var __vue_component__$E = /*#__PURE__*/normalizeComponent({
2245
- render: __vue_render__$C,
2246
- staticRenderFns: __vue_staticRenderFns__$C
2250
+ render: __vue_render__$D,
2251
+ staticRenderFns: __vue_staticRenderFns__$D
2247
2252
  }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, createInjectorSSR, undefined);
2248
2253
 
2249
2254
  var TextField = __vue_component__$E;var mapLabelValue = function mapLabelValue(data, config) {
@@ -2500,7 +2505,7 @@ var script$C = {
2500
2505
  var __vue_script__$D = script$C;
2501
2506
  /* template */
2502
2507
 
2503
- var __vue_render__$B = function __vue_render__() {
2508
+ var __vue_render__$C = function __vue_render__() {
2504
2509
  var _vm = this;
2505
2510
 
2506
2511
  var _h = _vm.$createElement;
@@ -2548,7 +2553,7 @@ var __vue_render__$B = function __vue_render__() {
2548
2553
  }, [_vm._v("重新加载")])], 2) : _vm._e()], 2);
2549
2554
  };
2550
2555
 
2551
- var __vue_staticRenderFns__$B = [];
2556
+ var __vue_staticRenderFns__$C = [];
2552
2557
  /* style */
2553
2558
 
2554
2559
  var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
@@ -2572,8 +2577,8 @@ var __vue_is_functional_template__$D = false;
2572
2577
  /* style inject shadow dom */
2573
2578
 
2574
2579
  var __vue_component__$D = /*#__PURE__*/normalizeComponent({
2575
- render: __vue_render__$B,
2576
- staticRenderFns: __vue_staticRenderFns__$B
2580
+ render: __vue_render__$C,
2581
+ staticRenderFns: __vue_staticRenderFns__$C
2577
2582
  }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);
2578
2583
 
2579
2584
  var RadioField = __vue_component__$D;//
@@ -2653,7 +2658,7 @@ var script$B = {
2653
2658
  var __vue_script__$C = script$B;
2654
2659
  /* template */
2655
2660
 
2656
- var __vue_render__$A = function __vue_render__() {
2661
+ var __vue_render__$B = function __vue_render__() {
2657
2662
  var _vm = this;
2658
2663
 
2659
2664
  var _h = _vm.$createElement;
@@ -2738,7 +2743,7 @@ var __vue_render__$A = function __vue_render__() {
2738
2743
  }, [_vm._v("重新加载")])], 2) : _vm._e()], 2);
2739
2744
  };
2740
2745
 
2741
- var __vue_staticRenderFns__$A = [];
2746
+ var __vue_staticRenderFns__$B = [];
2742
2747
  /* style */
2743
2748
 
2744
2749
  var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
@@ -2762,8 +2767,8 @@ var __vue_is_functional_template__$C = false;
2762
2767
  /* style inject shadow dom */
2763
2768
 
2764
2769
  var __vue_component__$C = /*#__PURE__*/normalizeComponent({
2765
- render: __vue_render__$A,
2766
- staticRenderFns: __vue_staticRenderFns__$A
2770
+ render: __vue_render__$B,
2771
+ staticRenderFns: __vue_staticRenderFns__$B
2767
2772
  }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);
2768
2773
 
2769
2774
  var CheckboxField = __vue_component__$C;var script$A = {
@@ -2982,7 +2987,7 @@ var CheckboxField = __vue_component__$C;var script$A = {
2982
2987
  var __vue_script__$B = script$A;
2983
2988
  /* template */
2984
2989
 
2985
- var __vue_render__$z = function __vue_render__() {
2990
+ var __vue_render__$A = function __vue_render__() {
2986
2991
  var _vm = this;
2987
2992
 
2988
2993
  var _h = _vm.$createElement;
@@ -3103,7 +3108,7 @@ var __vue_render__$z = function __vue_render__() {
3103
3108
  })], 1)], 2) : _vm._e()], 2);
3104
3109
  };
3105
3110
 
3106
- var __vue_staticRenderFns__$z = [];
3111
+ var __vue_staticRenderFns__$A = [];
3107
3112
  /* style */
3108
3113
 
3109
3114
  var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
@@ -3127,8 +3132,8 @@ var __vue_is_functional_template__$B = false;
3127
3132
  /* style inject shadow dom */
3128
3133
 
3129
3134
  var __vue_component__$B = /*#__PURE__*/normalizeComponent({
3130
- render: __vue_render__$z,
3131
- staticRenderFns: __vue_staticRenderFns__$z
3135
+ render: __vue_render__$A,
3136
+ staticRenderFns: __vue_staticRenderFns__$A
3132
3137
  }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);
3133
3138
 
3134
3139
  var SelectField = __vue_component__$B;//
@@ -3162,7 +3167,7 @@ var script$z = {
3162
3167
  var __vue_script__$A = script$z;
3163
3168
  /* template */
3164
3169
 
3165
- var __vue_render__$y = function __vue_render__() {
3170
+ var __vue_render__$z = function __vue_render__() {
3166
3171
  var _vm = this;
3167
3172
 
3168
3173
  var _h = _vm.$createElement;
@@ -3178,7 +3183,7 @@ var __vue_render__$y = function __vue_render__() {
3178
3183
  }, 'el-input-number', _vm.$attrs, false), _vm.$listeners));
3179
3184
  };
3180
3185
 
3181
- var __vue_staticRenderFns__$y = [];
3186
+ var __vue_staticRenderFns__$z = [];
3182
3187
  /* style */
3183
3188
 
3184
3189
  var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
@@ -3202,8 +3207,8 @@ var __vue_is_functional_template__$A = false;
3202
3207
  /* style inject shadow dom */
3203
3208
 
3204
3209
  var __vue_component__$A = /*#__PURE__*/normalizeComponent({
3205
- render: __vue_render__$y,
3206
- staticRenderFns: __vue_staticRenderFns__$y
3210
+ render: __vue_render__$z,
3211
+ staticRenderFns: __vue_staticRenderFns__$z
3207
3212
  }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
3208
3213
 
3209
3214
  var NumberField = __vue_component__$A;var randomStr = function randomStr(length) {
@@ -3219,7 +3224,7 @@ var NumberField = __vue_component__$A;var randomStr = function randomStr(length)
3219
3224
 
3220
3225
  var Strings = {
3221
3226
  random: randomStr
3222
- };var _excluded$9 = ["children"];
3227
+ };var _excluded$8 = ["children"];
3223
3228
  var script$y = {
3224
3229
  name: 'ui-field-cascade',
3225
3230
  mixins: [FieldMixin, DataMixin],
@@ -3383,7 +3388,7 @@ var script$y = {
3383
3388
 
3384
3389
  return data.reduce(function (prev, _ref) {
3385
3390
  var children = _ref.children,
3386
- item = _objectWithoutProperties(_ref, _excluded$9);
3391
+ item = _objectWithoutProperties(_ref, _excluded$8);
3387
3392
 
3388
3393
  prev.push(_objectSpread2(_objectSpread2({}, item), {}, {
3389
3394
  $upValue: upValue
@@ -3454,7 +3459,7 @@ var script$y = {
3454
3459
  var __vue_script__$z = script$y;
3455
3460
  /* template */
3456
3461
 
3457
- var __vue_render__$x = function __vue_render__() {
3462
+ var __vue_render__$y = function __vue_render__() {
3458
3463
  var _vm = this;
3459
3464
 
3460
3465
  var _h = _vm.$createElement;
@@ -3514,7 +3519,7 @@ var __vue_render__$x = function __vue_render__() {
3514
3519
  })], 1)], 2) : _vm._e()], 2);
3515
3520
  };
3516
3521
 
3517
- var __vue_staticRenderFns__$x = [];
3522
+ var __vue_staticRenderFns__$y = [];
3518
3523
  /* style */
3519
3524
 
3520
3525
  var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
@@ -3538,8 +3543,8 @@ var __vue_is_functional_template__$z = false;
3538
3543
  /* style inject shadow dom */
3539
3544
 
3540
3545
  var __vue_component__$z = /*#__PURE__*/normalizeComponent({
3541
- render: __vue_render__$x,
3542
- staticRenderFns: __vue_staticRenderFns__$x
3546
+ render: __vue_render__$y,
3547
+ staticRenderFns: __vue_staticRenderFns__$y
3543
3548
  }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
3544
3549
 
3545
3550
  var CascadeField = __vue_component__$z;/**
@@ -3731,7 +3736,7 @@ var script$x = {
3731
3736
  var __vue_script__$y = script$x;
3732
3737
  /* template */
3733
3738
 
3734
- var __vue_render__$w = function __vue_render__() {
3739
+ var __vue_render__$x = function __vue_render__() {
3735
3740
  var _vm = this;
3736
3741
 
3737
3742
  var _h = _vm.$createElement;
@@ -3755,7 +3760,7 @@ var __vue_render__$w = function __vue_render__() {
3755
3760
  }, 'el-date-picker', _vm.$attrs, false), _vm._listeners));
3756
3761
  };
3757
3762
 
3758
- var __vue_staticRenderFns__$w = [];
3763
+ var __vue_staticRenderFns__$x = [];
3759
3764
  /* style */
3760
3765
 
3761
3766
  var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
@@ -3779,8 +3784,8 @@ var __vue_is_functional_template__$y = false;
3779
3784
  /* style inject shadow dom */
3780
3785
 
3781
3786
  var __vue_component__$y = /*#__PURE__*/normalizeComponent({
3782
- render: __vue_render__$w,
3783
- staticRenderFns: __vue_staticRenderFns__$w
3787
+ render: __vue_render__$x,
3788
+ staticRenderFns: __vue_staticRenderFns__$x
3784
3789
  }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
3785
3790
 
3786
3791
  var DateField = __vue_component__$y;//
@@ -3848,7 +3853,7 @@ var script$w = {
3848
3853
  var __vue_script__$x = script$w;
3849
3854
  /* template */
3850
3855
 
3851
- var __vue_render__$v = function __vue_render__() {
3856
+ var __vue_render__$w = function __vue_render__() {
3852
3857
  var _vm = this;
3853
3858
 
3854
3859
  var _h = _vm.$createElement;
@@ -3870,7 +3875,7 @@ var __vue_render__$v = function __vue_render__() {
3870
3875
  }, 'el-time-picker', _vm.$attrs, false), _vm._listeners));
3871
3876
  };
3872
3877
 
3873
- var __vue_staticRenderFns__$v = [];
3878
+ var __vue_staticRenderFns__$w = [];
3874
3879
  /* style */
3875
3880
 
3876
3881
  var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
@@ -3894,8 +3899,8 @@ var __vue_is_functional_template__$x = false;
3894
3899
  /* style inject shadow dom */
3895
3900
 
3896
3901
  var __vue_component__$x = /*#__PURE__*/normalizeComponent({
3897
- render: __vue_render__$v,
3898
- staticRenderFns: __vue_staticRenderFns__$v
3902
+ render: __vue_render__$w,
3903
+ staticRenderFns: __vue_staticRenderFns__$w
3899
3904
  }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
3900
3905
 
3901
3906
  var TimePickerField = __vue_component__$x;//
@@ -3912,7 +3917,7 @@ var script$v = {
3912
3917
  var __vue_script__$w = script$v;
3913
3918
  /* template */
3914
3919
 
3915
- var __vue_render__$u = function __vue_render__() {
3920
+ var __vue_render__$v = function __vue_render__() {
3916
3921
  var _vm = this;
3917
3922
 
3918
3923
  var _h = _vm.$createElement;
@@ -3927,7 +3932,7 @@ var __vue_render__$u = function __vue_render__() {
3927
3932
  }, 'el-time-select', _vm.$attrs, false), _vm.$listeners));
3928
3933
  };
3929
3934
 
3930
- var __vue_staticRenderFns__$u = [];
3935
+ var __vue_staticRenderFns__$v = [];
3931
3936
  /* style */
3932
3937
 
3933
3938
  var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
@@ -3951,8 +3956,8 @@ var __vue_is_functional_template__$w = false;
3951
3956
  /* style inject shadow dom */
3952
3957
 
3953
3958
  var __vue_component__$w = /*#__PURE__*/normalizeComponent({
3954
- render: __vue_render__$u,
3955
- staticRenderFns: __vue_staticRenderFns__$u
3959
+ render: __vue_render__$v,
3960
+ staticRenderFns: __vue_staticRenderFns__$v
3956
3961
  }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
3957
3962
 
3958
3963
  var TimeSelectField = __vue_component__$w;//
@@ -4011,7 +4016,7 @@ var script$u = {
4011
4016
  var __vue_script__$v = script$u;
4012
4017
  /* template */
4013
4018
 
4014
- var __vue_render__$t = function __vue_render__() {
4019
+ var __vue_render__$u = function __vue_render__() {
4015
4020
  var _vm = this;
4016
4021
 
4017
4022
  var _h = _vm.$createElement;
@@ -4046,7 +4051,7 @@ var __vue_render__$t = function __vue_render__() {
4046
4051
  })], 2);
4047
4052
  };
4048
4053
 
4049
- var __vue_staticRenderFns__$t = [];
4054
+ var __vue_staticRenderFns__$u = [];
4050
4055
  /* style */
4051
4056
 
4052
4057
  var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
@@ -4070,8 +4075,8 @@ var __vue_is_functional_template__$v = false;
4070
4075
  /* style inject shadow dom */
4071
4076
 
4072
4077
  var __vue_component__$v = /*#__PURE__*/normalizeComponent({
4073
- render: __vue_render__$t,
4074
- staticRenderFns: __vue_staticRenderFns__$t
4078
+ render: __vue_render__$u,
4079
+ staticRenderFns: __vue_staticRenderFns__$u
4075
4080
  }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
4076
4081
 
4077
4082
  var DatecCalendarField = __vue_component__$v;var script$t = {
@@ -4144,7 +4149,7 @@ var DatecCalendarField = __vue_component__$v;var script$t = {
4144
4149
  var __vue_script__$u = script$t;
4145
4150
  /* template */
4146
4151
 
4147
- var __vue_render__$s = function __vue_render__() {
4152
+ var __vue_render__$t = function __vue_render__() {
4148
4153
  var _vm = this;
4149
4154
 
4150
4155
  var _h = _vm.$createElement;
@@ -4170,7 +4175,7 @@ var __vue_render__$s = function __vue_render__() {
4170
4175
  }, 'el-slider', _vm.$attrs, false), _vm._listeners));
4171
4176
  };
4172
4177
 
4173
- var __vue_staticRenderFns__$s = [];
4178
+ var __vue_staticRenderFns__$t = [];
4174
4179
  /* style */
4175
4180
 
4176
4181
  var __vue_inject_styles__$u = undefined;
@@ -4190,8 +4195,8 @@ var __vue_is_functional_template__$u = false;
4190
4195
  /* style inject shadow dom */
4191
4196
 
4192
4197
  var __vue_component__$u = /*#__PURE__*/normalizeComponent({
4193
- render: __vue_render__$s,
4194
- staticRenderFns: __vue_staticRenderFns__$s
4198
+ render: __vue_render__$t,
4199
+ staticRenderFns: __vue_staticRenderFns__$t
4195
4200
  }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
4196
4201
 
4197
4202
  var SliderField = __vue_component__$u;//
@@ -4202,7 +4207,7 @@ var script$s = {
4202
4207
  var __vue_script__$t = script$s;
4203
4208
  /* template */
4204
4209
 
4205
- var __vue_render__$r = function __vue_render__() {
4210
+ var __vue_render__$s = function __vue_render__() {
4206
4211
  var _vm = this;
4207
4212
 
4208
4213
  var _h = _vm.$createElement;
@@ -4216,7 +4221,7 @@ var __vue_render__$r = function __vue_render__() {
4216
4221
  }, 'el-switch', _vm.$attrs, false), _vm.$listeners));
4217
4222
  };
4218
4223
 
4219
- var __vue_staticRenderFns__$r = [];
4224
+ var __vue_staticRenderFns__$s = [];
4220
4225
  /* style */
4221
4226
 
4222
4227
  var __vue_inject_styles__$t = undefined;
@@ -4236,8 +4241,8 @@ var __vue_is_functional_template__$t = false;
4236
4241
  /* style inject shadow dom */
4237
4242
 
4238
4243
  var __vue_component__$t = /*#__PURE__*/normalizeComponent({
4239
- render: __vue_render__$r,
4240
- staticRenderFns: __vue_staticRenderFns__$r
4244
+ render: __vue_render__$s,
4245
+ staticRenderFns: __vue_staticRenderFns__$s
4241
4246
  }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
4242
4247
 
4243
4248
  var SwitchField = __vue_component__$t;//
@@ -4274,7 +4279,7 @@ var script$r = {
4274
4279
  var __vue_script__$s = script$r;
4275
4280
  /* template */
4276
4281
 
4277
- var __vue_render__$q = function __vue_render__() {
4282
+ var __vue_render__$r = function __vue_render__() {
4278
4283
  var _vm = this;
4279
4284
 
4280
4285
  var _h = _vm.$createElement;
@@ -4295,7 +4300,7 @@ var __vue_render__$q = function __vue_render__() {
4295
4300
  }, 'el-rate', _vm.$attrs, false), _vm._listeners));
4296
4301
  };
4297
4302
 
4298
- var __vue_staticRenderFns__$q = [];
4303
+ var __vue_staticRenderFns__$r = [];
4299
4304
  /* style */
4300
4305
 
4301
4306
  var __vue_inject_styles__$s = undefined;
@@ -4315,8 +4320,8 @@ var __vue_is_functional_template__$s = false;
4315
4320
  /* style inject shadow dom */
4316
4321
 
4317
4322
  var __vue_component__$s = /*#__PURE__*/normalizeComponent({
4318
- render: __vue_render__$q,
4319
- staticRenderFns: __vue_staticRenderFns__$q
4323
+ render: __vue_render__$r,
4324
+ staticRenderFns: __vue_staticRenderFns__$r
4320
4325
  }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
4321
4326
 
4322
4327
  var RateField = __vue_component__$s;//
@@ -4333,7 +4338,7 @@ var script$q = {
4333
4338
  var __vue_script__$r = script$q;
4334
4339
  /* template */
4335
4340
 
4336
- var __vue_render__$p = function __vue_render__() {
4341
+ var __vue_render__$q = function __vue_render__() {
4337
4342
  var _vm = this;
4338
4343
 
4339
4344
  var _h = _vm.$createElement;
@@ -4349,7 +4354,7 @@ var __vue_render__$p = function __vue_render__() {
4349
4354
  }, 'el-color-picker', _vm.$attrs, false), _vm.$listeners));
4350
4355
  };
4351
4356
 
4352
- var __vue_staticRenderFns__$p = [];
4357
+ var __vue_staticRenderFns__$q = [];
4353
4358
  /* style */
4354
4359
 
4355
4360
  var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
@@ -4373,8 +4378,8 @@ var __vue_is_functional_template__$r = false;
4373
4378
  /* style inject shadow dom */
4374
4379
 
4375
4380
  var __vue_component__$r = /*#__PURE__*/normalizeComponent({
4376
- render: __vue_render__$p,
4377
- staticRenderFns: __vue_staticRenderFns__$p
4381
+ render: __vue_render__$q,
4382
+ staticRenderFns: __vue_staticRenderFns__$q
4378
4383
  }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
4379
4384
 
4380
4385
  var ColorField = __vue_component__$r;var Upload = {
@@ -4426,10 +4431,10 @@ var ColorField = __vue_component__$r;var Upload = {
4426
4431
  });
4427
4432
  });
4428
4433
  }
4429
- };var _excluded$8 = ["upload"];
4434
+ };var _excluded$7 = ["upload"];
4430
4435
  var quillRedefine = function quillRedefine(config) {
4431
4436
  var upload = config.upload,
4432
- cfg = _objectWithoutProperties(config, _excluded$8); // 重写图片上传事件, 任何工具按钮的功能都可以重写,默认只重写图片上传事件
4437
+ cfg = _objectWithoutProperties(config, _excluded$7); // 重写图片上传事件, 任何工具按钮的功能都可以重写,默认只重写图片上传事件
4433
4438
  // 合并用户自定义的事件
4434
4439
 
4435
4440
 
@@ -4600,7 +4605,7 @@ var RichField$1 = {
4600
4605
  var __vue_script__$q = RichField$1;
4601
4606
  /* template */
4602
4607
 
4603
- var __vue_render__$o = function __vue_render__() {
4608
+ var __vue_render__$p = function __vue_render__() {
4604
4609
  var _vm = this;
4605
4610
 
4606
4611
  var _h = _vm.$createElement;
@@ -4618,7 +4623,7 @@ var __vue_render__$o = function __vue_render__() {
4618
4623
  });
4619
4624
  };
4620
4625
 
4621
- var __vue_staticRenderFns__$o = [];
4626
+ var __vue_staticRenderFns__$p = [];
4622
4627
  /* style */
4623
4628
 
4624
4629
  var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
@@ -4646,8 +4651,8 @@ var __vue_is_functional_template__$q = false;
4646
4651
  /* style inject shadow dom */
4647
4652
 
4648
4653
  var __vue_component__$q = /*#__PURE__*/normalizeComponent({
4649
- render: __vue_render__$o,
4650
- staticRenderFns: __vue_staticRenderFns__$o
4654
+ render: __vue_render__$p,
4655
+ staticRenderFns: __vue_staticRenderFns__$p
4651
4656
  }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
4652
4657
 
4653
4658
  var RichField = __vue_component__$q;var getUrlSuffix = function getUrlSuffix(url) {
@@ -4720,7 +4725,7 @@ var script$p = {
4720
4725
  },
4721
4726
  createAttachmentUrl: {
4722
4727
  type: String,
4723
- default: '/Sys/SysAttachment/create'
4728
+ default: '/System/SystemSysAttachment/create'
4724
4729
  },
4725
4730
  createAttachmentParams: null,
4726
4731
  createAttachment: {
@@ -4832,7 +4837,7 @@ var script$p = {
4832
4837
  var __vue_script__$p = script$p;
4833
4838
  /* template */
4834
4839
 
4835
- var __vue_render__$n = function __vue_render__() {
4840
+ var __vue_render__$o = function __vue_render__() {
4836
4841
  var _vm = this;
4837
4842
 
4838
4843
  var _h = _vm.$createElement;
@@ -4863,18 +4868,18 @@ var __vue_render__$n = function __vue_render__() {
4863
4868
  class: {
4864
4869
  disabled: _vm.uploading
4865
4870
  }
4866
- }, [_vm._v("浏览...")])]) : _vm._e(), _vm._ssrNode(" <div class=\"files\" data-v-19ac5bf8>" + _vm._ssrList(_vm.pickerValue, function (url, index) {
4867
- return !!url ? "<div class=\"file\" data-v-19ac5bf8><i class=\"el-icon-document\" data-v-19ac5bf8> </i> <a" + _vm._ssrAttr("href", url) + " target=\"_blank\" data-v-19ac5bf8>" + _vm._ssrEscape(_vm._s(_vm.getFileName(url))) + "</a> " + (_vm.hasDeleteBtn ? "<span class=\"close\" data-v-19ac5bf8><i class=\"el-icon-close\" data-v-19ac5bf8></i></span>" : "<!---->") + "</div>" : "<!---->";
4871
+ }, [_vm._v("浏览...")])]) : _vm._e(), _vm._ssrNode(" <div class=\"files\" data-v-6ad1ec4e>" + _vm._ssrList(_vm.pickerValue, function (url, index) {
4872
+ return !!url ? "<div class=\"file\" data-v-6ad1ec4e><i class=\"el-icon-document\" data-v-6ad1ec4e> </i> <a" + _vm._ssrAttr("href", url) + " target=\"_blank\" data-v-6ad1ec4e>" + _vm._ssrEscape(_vm._s(_vm.getFileName(url))) + "</a> " + (_vm.hasDeleteBtn ? "<span class=\"close\" data-v-6ad1ec4e><i class=\"el-icon-close\" data-v-6ad1ec4e></i></span>" : "<!---->") + "</div>" : "<!---->";
4868
4873
  }) + "</div>")], 2);
4869
4874
  };
4870
4875
 
4871
- var __vue_staticRenderFns__$n = [];
4876
+ var __vue_staticRenderFns__$o = [];
4872
4877
  /* style */
4873
4878
 
4874
4879
  var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
4875
4880
  if (!inject) return;
4876
- inject("data-v-19ac5bf8_0", {
4877
- source: ".ui-file-upload-field[data-v-19ac5bf8]{width:100%}.ui-file-upload-field .uploader[data-v-19ac5bf8]{margin-bottom:5px}.ui-file-upload-field .uploader.disabled[data-v-19ac5bf8] .el-upload{cursor:not-allowed;pointer-events:none}.ui-file-upload-field .uploader.disabled[data-v-19ac5bf8] .el-upload .upload-btn{color:#888c94;background-color:#edeef0}.ui-file-upload-field .upload-btn[data-v-19ac5bf8]{padding:5px 10px;line-height:1;background-color:#409eff;color:#fff;font-size:12px;transition:background-color .3s}.ui-file-upload-field .upload-btn[data-v-19ac5bf8]:hover{background-color:#0d84ff}.ui-file-upload-field .files .file[data-v-19ac5bf8]{color:#606266;font-size:14px;transition:all .3s;cursor:pointer;line-height:28px;display:flex;align-items:center}.ui-file-upload-field .files .file a[data-v-19ac5bf8]{flex:1;color:#606266;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-file-upload-field .files .file .close[data-v-19ac5bf8]{color:transparent;width:28px;text-align:center;visibility:hidden;transition:color .3s;font-weight:700}.ui-file-upload-field .files .file[data-v-19ac5bf8]:hover{background-color:#f5f7fa}.ui-file-upload-field .files .file:hover a[data-v-19ac5bf8]{color:#409eff}.ui-file-upload-field .files .file:hover .close[data-v-19ac5bf8]{color:#409eff;visibility:visible}",
4881
+ inject("data-v-6ad1ec4e_0", {
4882
+ source: ".ui-file-upload-field[data-v-6ad1ec4e]{width:100%}.ui-file-upload-field .uploader[data-v-6ad1ec4e]{margin-bottom:5px}.ui-file-upload-field .uploader.disabled[data-v-6ad1ec4e] .el-upload{cursor:not-allowed;pointer-events:none}.ui-file-upload-field .uploader.disabled[data-v-6ad1ec4e] .el-upload .upload-btn{color:#888c94;background-color:#edeef0}.ui-file-upload-field .upload-btn[data-v-6ad1ec4e]{padding:5px 10px;line-height:1;background-color:#409eff;color:#fff;font-size:12px;transition:background-color .3s}.ui-file-upload-field .upload-btn[data-v-6ad1ec4e]:hover{background-color:#0d84ff}.ui-file-upload-field .files .file[data-v-6ad1ec4e]{color:#606266;font-size:14px;transition:all .3s;cursor:pointer;line-height:28px;display:flex;align-items:center}.ui-file-upload-field .files .file a[data-v-6ad1ec4e]{flex:1;color:#606266;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-file-upload-field .files .file .close[data-v-6ad1ec4e]{color:transparent;width:28px;text-align:center;visibility:hidden;transition:color .3s;font-weight:700}.ui-file-upload-field .files .file[data-v-6ad1ec4e]:hover{background-color:#f5f7fa}.ui-file-upload-field .files .file:hover a[data-v-6ad1ec4e]{color:#409eff}.ui-file-upload-field .files .file:hover .close[data-v-6ad1ec4e]{color:#409eff;visibility:visible}",
4878
4883
  map: undefined,
4879
4884
  media: undefined
4880
4885
  });
@@ -4882,18 +4887,18 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
4882
4887
  /* scoped */
4883
4888
 
4884
4889
 
4885
- var __vue_scope_id__$p = "data-v-19ac5bf8";
4890
+ var __vue_scope_id__$p = "data-v-6ad1ec4e";
4886
4891
  /* module identifier */
4887
4892
 
4888
- var __vue_module_identifier__$p = "data-v-19ac5bf8";
4893
+ var __vue_module_identifier__$p = "data-v-6ad1ec4e";
4889
4894
  /* functional template */
4890
4895
 
4891
4896
  var __vue_is_functional_template__$p = false;
4892
4897
  /* style inject shadow dom */
4893
4898
 
4894
4899
  var __vue_component__$p = /*#__PURE__*/normalizeComponent({
4895
- render: __vue_render__$n,
4896
- staticRenderFns: __vue_staticRenderFns__$n
4900
+ render: __vue_render__$o,
4901
+ staticRenderFns: __vue_staticRenderFns__$o
4897
4902
  }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
4898
4903
 
4899
4904
  var FileUploadField = __vue_component__$p;//
@@ -4918,7 +4923,7 @@ var script$o = {
4918
4923
  var __vue_script__$o = script$o;
4919
4924
  /* template */
4920
4925
 
4921
- var __vue_render__$m = function __vue_render__() {
4926
+ var __vue_render__$n = function __vue_render__() {
4922
4927
  var _vm = this;
4923
4928
 
4924
4929
  var _h = _vm.$createElement;
@@ -4962,7 +4967,7 @@ var __vue_render__$m = function __vue_render__() {
4962
4967
  }), _vm._v(" "), _c('span', [_vm._v("上传图片")])])]) : _vm._e()], 2);
4963
4968
  };
4964
4969
 
4965
- var __vue_staticRenderFns__$m = [];
4970
+ var __vue_staticRenderFns__$n = [];
4966
4971
  /* style */
4967
4972
 
4968
4973
  var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
@@ -4986,8 +4991,8 @@ var __vue_is_functional_template__$o = false;
4986
4991
  /* style inject shadow dom */
4987
4992
 
4988
4993
  var __vue_component__$o = /*#__PURE__*/normalizeComponent({
4989
- render: __vue_render__$m,
4990
- staticRenderFns: __vue_staticRenderFns__$m
4994
+ render: __vue_render__$n,
4995
+ staticRenderFns: __vue_staticRenderFns__$n
4991
4996
  }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
4992
4997
 
4993
4998
  var ImageUploadField = __vue_component__$o;//
@@ -5028,7 +5033,7 @@ var script$n = {
5028
5033
  var __vue_script__$n = script$n;
5029
5034
  /* template */
5030
5035
 
5031
- var __vue_render__$l = function __vue_render__() {
5036
+ var __vue_render__$m = function __vue_render__() {
5032
5037
  var _vm = this;
5033
5038
 
5034
5039
  var _h = _vm.$createElement;
@@ -5070,7 +5075,7 @@ var __vue_render__$l = function __vue_render__() {
5070
5075
  }, 'ui-dialog', _vm.dialog, false), _vm.$listeners), [_vm._t("default")], 2)], 2);
5071
5076
  };
5072
5077
 
5073
- var __vue_staticRenderFns__$l = [];
5078
+ var __vue_staticRenderFns__$m = [];
5074
5079
  /* style */
5075
5080
 
5076
5081
  var __vue_inject_styles__$n = undefined;
@@ -5090,8 +5095,8 @@ var __vue_is_functional_template__$n = false;
5090
5095
  /* style inject shadow dom */
5091
5096
 
5092
5097
  var __vue_component__$n = /*#__PURE__*/normalizeComponent({
5093
- render: __vue_render__$l,
5094
- staticRenderFns: __vue_staticRenderFns__$l
5098
+ render: __vue_render__$m,
5099
+ staticRenderFns: __vue_staticRenderFns__$m
5095
5100
  }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
5096
5101
 
5097
5102
  var DialogTrigger = __vue_component__$n;//
@@ -5138,7 +5143,7 @@ var script$m = {
5138
5143
  var __vue_script__$m = script$m;
5139
5144
  /* template */
5140
5145
 
5141
- var __vue_render__$k = function __vue_render__() {
5146
+ var __vue_render__$l = function __vue_render__() {
5142
5147
  var _vm = this;
5143
5148
 
5144
5149
  var _h = _vm.$createElement;
@@ -5183,7 +5188,7 @@ var __vue_render__$k = function __vue_render__() {
5183
5188
  })], 2)], 2);
5184
5189
  };
5185
5190
 
5186
- var __vue_staticRenderFns__$k = [];
5191
+ var __vue_staticRenderFns__$l = [];
5187
5192
  /* style */
5188
5193
 
5189
5194
  var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
@@ -5207,8 +5212,8 @@ var __vue_is_functional_template__$m = false;
5207
5212
  /* style inject shadow dom */
5208
5213
 
5209
5214
  var __vue_component__$m = /*#__PURE__*/normalizeComponent({
5210
- render: __vue_render__$k,
5211
- staticRenderFns: __vue_staticRenderFns__$k
5215
+ render: __vue_render__$l,
5216
+ staticRenderFns: __vue_staticRenderFns__$l
5212
5217
  }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
5213
5218
 
5214
5219
  var PopoverTrigger = __vue_component__$m;var TriggerField = {
@@ -5298,7 +5303,7 @@ var PopoverTrigger = __vue_component__$m;var TriggerField = {
5298
5303
  var __vue_script__$l = script$l;
5299
5304
  /* template */
5300
5305
 
5301
- var __vue_render__$j = function __vue_render__() {
5306
+ var __vue_render__$k = function __vue_render__() {
5302
5307
  var _vm = this;
5303
5308
 
5304
5309
  var _h = _vm.$createElement;
@@ -5368,7 +5373,7 @@ var __vue_render__$j = function __vue_render__() {
5368
5373
  }), 0)])], 1)]);
5369
5374
  };
5370
5375
 
5371
- var __vue_staticRenderFns__$j = [];
5376
+ var __vue_staticRenderFns__$k = [];
5372
5377
  /* style */
5373
5378
 
5374
5379
  var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
@@ -5392,63 +5397,1107 @@ var __vue_is_functional_template__$l = false;
5392
5397
  /* style inject shadow dom */
5393
5398
 
5394
5399
  var __vue_component__$l = /*#__PURE__*/normalizeComponent({
5395
- render: __vue_render__$j,
5396
- staticRenderFns: __vue_staticRenderFns__$j
5400
+ render: __vue_render__$k,
5401
+ staticRenderFns: __vue_staticRenderFns__$k
5397
5402
  }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
5398
5403
 
5399
- var IconsField = __vue_component__$l;var fields = Object.create(null, {
5400
- text: {
5401
- enumerable: true,
5402
- value: TextField
5404
+ var IconsField = __vue_component__$l;var getAMap = function getAMap() {
5405
+ var plugins = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
5406
+ var setting = getSetting();
5407
+ return AMapLoader__default["default"].load(_objectSpread2(_objectSpread2({}, setting.amap), {}, {
5408
+ plugins: plugins
5409
+ }));
5410
+ };var CoordTypes$1 = {
5411
+ bd09: gcoord__default["default"].BD09,
5412
+ gcj02: gcoord__default["default"].GCJ02,
5413
+ wgs84: gcoord__default["default"].WGS84
5414
+ };
5415
+ var script$k = {
5416
+ name: 'ui-field-latlng',
5417
+ mixins: [FieldMixin],
5418
+ props: {
5419
+ coordType: {
5420
+ type: String,
5421
+ default: 'wgs84',
5422
+ validator: function validator(val) {
5423
+ return Object.keys(CoordTypes$1).includes(val);
5424
+ }
5425
+ }
5403
5426
  },
5404
- textarea: {
5405
- enumerable: true,
5406
- value: TextField
5427
+ data: function data() {
5428
+ return {
5429
+ loading: true,
5430
+ keyword: ''
5431
+ };
5407
5432
  },
5408
- password: {
5409
- enumerable: true,
5410
- value: TextField
5411
- }
5412
- });
5413
- /**
5414
- *
5415
- * @param type {string}
5416
- * @param field
5417
- */
5433
+ computed: {
5434
+ point: function point() {
5435
+ if (!this.value) {
5436
+ return null;
5437
+ }
5418
5438
 
5419
- var addFieldType = function addFieldType(type, field) {
5420
- if (Objects.hasProp(fields, type)) {
5421
- console.warn("already have a ".concat(type, " field"));
5422
- return;
5423
- }
5439
+ if (!this.isValidPoint(this.value)) {
5440
+ return null;
5441
+ }
5424
5442
 
5425
- fields[type] = field;
5426
- };
5443
+ var _this$value$split = this.value.split(','),
5444
+ _this$value$split2 = _slicedToArray(_this$value$split, 2),
5445
+ lat = _this$value$split2[0],
5446
+ lng = _this$value$split2[1];
5427
5447
 
5428
- var initDefaultField = function initDefaultField() {
5429
- addFieldType('hidden', HiddenField);
5430
- addFieldType('display', DisplayField);
5431
- addFieldType('autocomplete', AutocompleteField);
5432
- addFieldType('radio', RadioField);
5433
- addFieldType('checkbox', CheckboxField);
5434
- addFieldType('select', SelectField);
5435
- addFieldType('number', NumberField);
5436
- addFieldType('cascade', CascadeField);
5437
- addFieldType('year', DateField);
5438
- addFieldType('month', DateField);
5439
- addFieldType('monthrange', DateField);
5440
- addFieldType('date', DateField);
5441
- addFieldType('dates', DateField);
5442
- addFieldType('week', DateField);
5443
- addFieldType('datetime', DateField);
5444
- addFieldType('datetimerange', DateField);
5445
- addFieldType('daterange', DateField);
5446
- addFieldType('datecCalendar', DatecCalendarField);
5447
- addFieldType('timepicker', TimePickerField);
5448
- addFieldType('timeselect', TimeSelectField);
5449
- addFieldType('slider', SliderField);
5450
- addFieldType('switch', SwitchField);
5451
- addFieldType('rate', RateField);
5448
+ return {
5449
+ lat: +lat,
5450
+ lng: +lng
5451
+ };
5452
+ }
5453
+ },
5454
+ watch: {
5455
+ point: function point(p) {
5456
+ this.onPointChange(p);
5457
+ }
5458
+ },
5459
+ methods: {
5460
+ init: function init() {
5461
+ var _this = this;
5462
+
5463
+ getAMap(['AMap.ToolBar', 'AMap.Geolocation', 'AMap.AutoComplete']).then(function (AMap) {
5464
+ _this.initMap(AMap);
5465
+
5466
+ _this.loading = false;
5467
+
5468
+ _this.done();
5469
+ });
5470
+ },
5471
+ initMap: function initMap(AMap) {
5472
+ var map = new AMap.Map(this.$el.querySelector('.map'), {
5473
+ zoom: 11
5474
+ });
5475
+ map.addControl(new AMap.ToolBar({
5476
+ position: 'RT'
5477
+ }));
5478
+ map.addControl(new AMap.Geolocation({
5479
+ position: 'RB'
5480
+ }));
5481
+ var auto = new AMap.AutoComplete({
5482
+ input: this.$refs.input,
5483
+ output: this.$refs.output
5484
+ });
5485
+ map.on('click', this.onMapClick);
5486
+ auto.on('select', function (event) {
5487
+ if (!event.poi || !event.poi.location) {
5488
+ return;
5489
+ }
5490
+
5491
+ map.setZoomAndCenter(16, event.poi.location);
5492
+ });
5493
+ this.map = map;
5494
+ this.onPointChange(this.point);
5495
+ },
5496
+ isValidPoint: function isValidPoint(val) {
5497
+ var _val$split = val.split(','),
5498
+ _val$split2 = _slicedToArray(_val$split, 2),
5499
+ lat = _val$split2[0],
5500
+ lng = _val$split2[1];
5501
+
5502
+ return !(isNaN(+lat) || isNaN(+lng));
5503
+ },
5504
+ onMapClick: function onMapClick(_ref) {
5505
+ var lnglat = _ref.lnglat;
5506
+ var lat = lnglat.lat,
5507
+ lng = lnglat.lng; // 当前地图是 GCJ02 坐标系
5508
+
5509
+ if (this.coordType !== 'gcj02') {
5510
+ var _gcoord$transform = gcoord__default["default"].transform([lng, lat], gcoord__default["default"].GCJ02, CoordTypes$1[this.coordType]);
5511
+
5512
+ var _gcoord$transform2 = _slicedToArray(_gcoord$transform, 2);
5513
+
5514
+ lng = _gcoord$transform2[0];
5515
+ lat = _gcoord$transform2[1];
5516
+ lng = lng.toFixed(7) / 1;
5517
+ lat = lat.toFixed(7) / 1;
5518
+ }
5519
+
5520
+ this.onChange([lat, lng].join(','));
5521
+ },
5522
+ onPointChange: function onPointChange(point) {
5523
+ if (!this.map) {
5524
+ return;
5525
+ }
5526
+
5527
+ this.map.clearMap();
5528
+
5529
+ if (!point) {
5530
+ return;
5531
+ }
5532
+
5533
+ var lng = point.lng,
5534
+ lat = point.lat; // 当前地图是 GCJ02 坐标系
5535
+
5536
+ if (this.coordType !== 'gcj02') {
5537
+ var _gcoord$transform3 = gcoord__default["default"].transform([lng, lat], CoordTypes$1[this.coordType], gcoord__default["default"].GCJ02);
5538
+
5539
+ var _gcoord$transform4 = _slicedToArray(_gcoord$transform3, 2);
5540
+
5541
+ lng = _gcoord$transform4[0];
5542
+ lat = _gcoord$transform4[1];
5543
+ } // eslint-disable-next-line no-undef
5544
+
5545
+
5546
+ var marker = new AMap.Marker({
5547
+ position: new AMap.LngLat(lng, lat)
5548
+ });
5549
+ this.map.add(marker);
5550
+ this.map.setCenter([lng, lat]);
5551
+ }
5552
+ }
5553
+ };/* script */
5554
+ var __vue_script__$k = script$k;
5555
+ /* template */
5556
+
5557
+ var __vue_render__$j = function __vue_render__() {
5558
+ var _vm = this;
5559
+
5560
+ var _h = _vm.$createElement;
5561
+
5562
+ var _c = _vm._self._c || _h;
5563
+
5564
+ return _c('div', {
5565
+ directives: [{
5566
+ name: "loading",
5567
+ rawName: "v-loading",
5568
+ value: _vm.loading,
5569
+ expression: "loading"
5570
+ }],
5571
+ staticClass: "ui-field-latlng"
5572
+ }, [_vm._ssrNode("<div class=\"map\"></div> <div class=\"info\"" + _vm._ssrStyle(null, null, {
5573
+ display: !_vm.loading ? '' : 'none'
5574
+ }) + "><div class=\"input-item searchbox\"><div class=\"input-item-prepend\"><span class=\"input-item-text\">搜索关键字</span></div> <input type=\"text\" form=\"__ignore__\" placeholder=\"请输入...\"> <div class=\"search-result\"></div></div></div>")]);
5575
+ };
5576
+
5577
+ var __vue_staticRenderFns__$j = [];
5578
+ /* style */
5579
+
5580
+ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
5581
+ if (!inject) return;
5582
+ inject("data-v-69aba6ad_0", {
5583
+ source: ".ui-field-latlng{width:100%;height:280px;position:relative}.ui-field-latlng .map{width:100%;height:100%}.ui-field-latlng .info{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.ui-field-latlng .info .searchbox{left:12px;top:12px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.5);pointer-events:initial;border-radius:3px;padding:3px}.ui-field-latlng .info .searchbox .search-result{position:absolute;top:calc(100% - 2px);left:0;right:0;background-color:#fefefe;box-shadow:0 1px 3px #999;visibility:hidden;border-radius:0 0 3px 3px}.ui-field-latlng .info .searchbox .search-result .auto-item{white-space:nowrap;font-size:12px;cursor:pointer;padding:4px;line-height:14px}.ui-field-latlng .input-item{position:relative;display:inline-flex;align-items:center;width:220px;font-size:12px}.ui-field-latlng .input-item .input-item-prepend{margin-right:-1px}.ui-field-latlng .input-item .input-item-prepend .input-item-text{padding:.25em .5em;display:block;text-justify:distribute-all-lines;text-align-last:justify;align-items:center;margin-bottom:0;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem 0 0 .25rem;box-sizing:border-box}.ui-field-latlng .input-item input{position:relative;flex:1 1 auto;width:1%;margin:0;background:#fff;padding:.25em .5em;display:inline-block;line-height:1.5;color:#495057;vertical-align:middle;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0;appearance:none;box-sizing:border-box}.ui-field-latlng .input-item input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .1rem rgba(128,189,255,.1)}.ui-field-latlng .amap-copyright,.ui-field-latlng .amap-logo{display:none!important}",
5584
+ map: undefined,
5585
+ media: undefined
5586
+ });
5587
+ };
5588
+ /* scoped */
5589
+
5590
+
5591
+ var __vue_scope_id__$k = undefined;
5592
+ /* module identifier */
5593
+
5594
+ var __vue_module_identifier__$k = "data-v-69aba6ad";
5595
+ /* functional template */
5596
+
5597
+ var __vue_is_functional_template__$k = false;
5598
+ /* style inject shadow dom */
5599
+
5600
+ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
5601
+ render: __vue_render__$j,
5602
+ staticRenderFns: __vue_staticRenderFns__$j
5603
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
5604
+
5605
+ var LnglatField = __vue_component__$k;var CoordTypes = {
5606
+ bd09: gcoord__default["default"].BD09,
5607
+ gcj02: gcoord__default["default"].GCJ02,
5608
+ wgs84: gcoord__default["default"].WGS84
5609
+ };
5610
+ var Types = {
5611
+ marker: 'AMap.Marker',
5612
+ polyline: 'Overlay.Polyline',
5613
+ circle: 'Overlay.Circle',
5614
+ polygon: 'Overlay.Polygon'
5615
+ };
5616
+ var script$j = {
5617
+ name: 'ui-field-fence',
5618
+ mixins: [FieldMixin],
5619
+ props: {
5620
+ /**
5621
+ * value:
5622
+ * {
5623
+ * markers: [[lng, lat], ...],
5624
+ * circles: [{center: [lng, lat], radius}, ...],
5625
+ * polylines: [[[lng,lat], ...], ...],
5626
+ * polygons: [[[lng,lat], ...], ...],
5627
+ * }
5628
+ */
5629
+ coordType: {
5630
+ type: String,
5631
+ default: 'wgs84',
5632
+ validator: function validator(val) {
5633
+ return Object.keys(CoordTypes).includes(val);
5634
+ }
5635
+ },
5636
+
5637
+ /**
5638
+ * 'marker,polyline,circle,polygon'
5639
+ */
5640
+ tools: {
5641
+ type: String,
5642
+ default: 'marker,polyline,circle,polygon'
5643
+ },
5644
+ help: {
5645
+ type: Boolean,
5646
+ default: true
5647
+ },
5648
+ clear: {
5649
+ type: Boolean,
5650
+ default: true
5651
+ },
5652
+ multiple: {
5653
+ type: Boolean,
5654
+ default: false
5655
+ },
5656
+
5657
+ /**
5658
+ * 0:表示无限制
5659
+ */
5660
+ limit: {
5661
+ type: Number,
5662
+ default: 0
5663
+ },
5664
+
5665
+ /**
5666
+ * 地图缩放
5667
+ * 缩放范围 2~20
5668
+ */
5669
+ zoom: {
5670
+ type: Number,
5671
+ default: 15,
5672
+ validator: function validator(val) {
5673
+ return 2 <= val && val <= 20;
5674
+ }
5675
+ },
5676
+
5677
+ /**
5678
+ * 中心点
5679
+ * 'lng,lat' 字符串
5680
+ */
5681
+ center: String,
5682
+ disabled: Boolean
5683
+ },
5684
+ data: function data() {
5685
+ return {
5686
+ loading: true,
5687
+ keyword: '',
5688
+ drawing: false
5689
+ };
5690
+ },
5691
+ computed: {
5692
+ toolList: function toolList() {
5693
+ return (this.tools || '').split(',').filter(function (tool) {
5694
+ return Object.keys(Types).includes(tool);
5695
+ });
5696
+ },
5697
+ realLimit: function realLimit() {
5698
+ if (this.multiple) {
5699
+ return this.limit;
5700
+ }
5701
+
5702
+ return 1;
5703
+ },
5704
+ isCurrentCoord: function isCurrentCoord() {
5705
+ return this.coordType === 'gcj02';
5706
+ },
5707
+ toolsVisible: function toolsVisible(_ref) {
5708
+ var disabled = _ref.disabled,
5709
+ loading = _ref.loading;
5710
+ return !disabled && !loading;
5711
+ }
5712
+ },
5713
+ watch: {
5714
+ value: {
5715
+ immediate: true,
5716
+ handler: 'onValueChange'
5717
+ },
5718
+ zoom: 'setMapZoom',
5719
+ center: 'setMapCenter',
5720
+ toolsVisible: function toolsVisible(visible) {
5721
+ if (visible) {
5722
+ var _this$toolbarControl, _this$geolocationCont;
5723
+
5724
+ (_this$toolbarControl = this.toolbarControl) === null || _this$toolbarControl === void 0 ? void 0 : _this$toolbarControl.show();
5725
+ (_this$geolocationCont = this.geolocationControl) === null || _this$geolocationCont === void 0 ? void 0 : _this$geolocationCont.show();
5726
+ } else {
5727
+ var _this$mouseTool, _this$toolbarControl2, _this$geolocationCont2;
5728
+
5729
+ (_this$mouseTool = this.mouseTool) === null || _this$mouseTool === void 0 ? void 0 : _this$mouseTool.close();
5730
+ (_this$toolbarControl2 = this.toolbarControl) === null || _this$toolbarControl2 === void 0 ? void 0 : _this$toolbarControl2.hide();
5731
+ (_this$geolocationCont2 = this.geolocationControl) === null || _this$geolocationCont2 === void 0 ? void 0 : _this$geolocationCont2.hide();
5732
+ }
5733
+ }
5734
+ },
5735
+ created: function created() {
5736
+ this.graph = {
5737
+ polylines: [],
5738
+ markers: [],
5739
+ circles: [],
5740
+ polygons: []
5741
+ };
5742
+ this.editor = {};
5743
+ },
5744
+ methods: {
5745
+ init: function init() {
5746
+ var _this = this;
5747
+
5748
+ getAMap(['AMap.ToolBar', 'AMap.Geolocation', 'AMap.AutoComplete', 'AMap.MouseTool', 'AMap.PolygonEditor', 'AMap.PolylineEditor', 'AMap.CircleEditor']).then(function (AMap) {
5749
+ _this.initMap(AMap);
5750
+
5751
+ _this.loading = false;
5752
+
5753
+ _this.done();
5754
+ });
5755
+ },
5756
+ initMap: function initMap(AMap) {
5757
+ this.AMap = AMap;
5758
+ this.map = new AMap.Map(this.$el.querySelector('.map'), {
5759
+ zoom: this.zoom,
5760
+ isHotspot: false
5761
+ });
5762
+ this.initMapControl(this.map);
5763
+ this.initMapAutoComplete(this.map);
5764
+ this.contextMenu = this.initMapContextMenu(this.map);
5765
+ this.mouseTool = this.initMapMouseTool(this.map); // 根据value初始化地图上图形
5766
+
5767
+ this.onValueChange(this.value); // 初始化地图中心点
5768
+
5769
+ this.setMapCenter();
5770
+ },
5771
+ initMapControl: function initMapControl(map) {
5772
+ this.toolbarControl = new this.AMap.ToolBar({
5773
+ position: 'RT'
5774
+ });
5775
+ this.geolocationControl = new this.AMap.Geolocation({
5776
+ position: 'RB'
5777
+ });
5778
+ map.addControl(this.toolbarControl);
5779
+ map.addControl(this.geolocationControl);
5780
+
5781
+ if (!this.toolsVisible) {
5782
+ this.toolbarControl.hide();
5783
+ this.geolocationControl.hide();
5784
+ }
5785
+ },
5786
+ initMapAutoComplete: function initMapAutoComplete(map) {
5787
+ var auto = new this.AMap.AutoComplete({
5788
+ input: this.$refs.input,
5789
+ output: this.$refs.output
5790
+ });
5791
+ auto.on('select', function (event) {
5792
+ if (!event.poi || !event.poi.location) {
5793
+ return;
5794
+ }
5795
+
5796
+ map.setZoomAndCenter(16, event.poi.location);
5797
+ });
5798
+ return auto;
5799
+ },
5800
+ initMapContextMenu: function initMapContextMenu() {
5801
+ var _this2 = this;
5802
+
5803
+ var contextMenu = new this.AMap.ContextMenu();
5804
+ contextMenu.addItem('删除', function () {
5805
+ var removeObj = _this2.contextMenuTarget;
5806
+
5807
+ _this2.removeGraph(removeObj);
5808
+
5809
+ removeObj.setMap(null);
5810
+ _this2.contextMenuTarget = null; // 点击右键菜单子的某一项不会触发 contextMenu 的 close 事件
5811
+ });
5812
+ contextMenu.on('close', function () {
5813
+ _this2.contextMenuTarget = null;
5814
+ });
5815
+ return contextMenu;
5816
+ },
5817
+ initMapMouseTool: function initMapMouseTool(map) {
5818
+ var _this3 = this;
5819
+
5820
+ var mouseTool = new this.AMap.MouseTool(map);
5821
+ mouseTool.on('draw', function (event) {
5822
+ mouseTool.close();
5823
+ _this3.drawing = false;
5824
+ var obj = event.obj;
5825
+
5826
+ var isAdded = _this3.addGraph(obj);
5827
+
5828
+ if (!isAdded) {
5829
+ map.remove(obj);
5830
+ return;
5831
+ }
5832
+
5833
+ _this3.initGraphEvent(obj);
5834
+
5835
+ _this3.onGraphChange();
5836
+ });
5837
+ return mouseTool;
5838
+ },
5839
+ setMapZoom: function setMapZoom() {
5840
+ if (!this.zoom || !this.map) {
5841
+ return;
5842
+ }
5843
+
5844
+ this.map.setZoom(this.zoom);
5845
+ },
5846
+ setMapCenter: function setMapCenter() {
5847
+ if (!this.center || !this.map) {
5848
+ return;
5849
+ }
5850
+
5851
+ var _this$center$split = this.center.split(','),
5852
+ _this$center$split2 = _slicedToArray(_this$center$split, 2),
5853
+ lng = _this$center$split2[0],
5854
+ lat = _this$center$split2[1];
5855
+
5856
+ if (!lng || !lat) {
5857
+ return;
5858
+ }
5859
+
5860
+ this.map.setCenter([+lng, +lat]);
5861
+ this.setMapZoom();
5862
+ },
5863
+ getToolClass: function getToolClass(tool) {
5864
+ if (this.realLimit <= 0 || !this.multiple) {
5865
+ return tool;
5866
+ }
5867
+
5868
+ var _ref2 = this.value || {},
5869
+ markers = _ref2.markers,
5870
+ circles = _ref2.circles,
5871
+ polylines = _ref2.polylines,
5872
+ polygons = _ref2.polygons;
5873
+
5874
+ var length = 0;
5875
+
5876
+ if (tool === 'marker') {
5877
+ length = (markers || []).length;
5878
+ } else if (tool === 'circle') {
5879
+ length = (circles || []).length;
5880
+ } else if (tool === 'polyline') {
5881
+ length = (polylines || []).length;
5882
+ } else if (tool === 'polygon') {
5883
+ length = (polygons || []).length;
5884
+ }
5885
+
5886
+ if (length >= this.realLimit) {
5887
+ return tool + ' disabled';
5888
+ }
5889
+
5890
+ return tool;
5891
+ },
5892
+ onValueChange: function onValueChange(value) {
5893
+ var _this4 = this;
5894
+
5895
+ if (!this.map) {
5896
+ return;
5897
+ }
5898
+
5899
+ var _ref3 = value || {},
5900
+ markers = _ref3.markers,
5901
+ circles = _ref3.circles,
5902
+ polylines = _ref3.polylines,
5903
+ polygons = _ref3.polygons;
5904
+
5905
+ var removedMarkers = this.graph.markers.slice((markers || []).length);
5906
+ var removedCircles = this.graph.circles.slice((circles || []).length);
5907
+ var removedPolylines = this.graph.polylines.slice((polylines || []).length);
5908
+ var removedPolygons = this.graph.polygons.slice((polygons || []).length);
5909
+ [].concat(_toConsumableArray(removedMarkers), _toConsumableArray(removedCircles), _toConsumableArray(removedPolylines), _toConsumableArray(removedPolygons)).forEach(function (item) {
5910
+ return item.setMap(null);
5911
+ });
5912
+ (markers || []).forEach(function (markerData, index) {
5913
+ var mapMarker = _this4.graph.markers[index];
5914
+
5915
+ var lngLatData = _this4.getMapLngLatData(markers[index]);
5916
+
5917
+ var position = new _this4.AMap.LngLat(lngLatData[0], lngLatData[1]);
5918
+
5919
+ if (!mapMarker) {
5920
+ mapMarker = new _this4.AMap.Marker({
5921
+ map: _this4.map,
5922
+ position: position
5923
+ });
5924
+
5925
+ _this4.addGraph(mapMarker);
5926
+
5927
+ _this4.initGraphEvent(mapMarker);
5928
+ } else {
5929
+ mapMarker.setPosition(position);
5930
+ }
5931
+ });
5932
+ (circles || []).forEach(function (circleData, index) {
5933
+ var mapCircle = _this4.graph.circles[index];
5934
+
5935
+ var lngLatData = _this4.getMapLngLatData(circleData.center);
5936
+
5937
+ var lngLat = new _this4.AMap.LngLat(lngLatData[0], lngLatData[1]);
5938
+
5939
+ if (!mapCircle) {
5940
+ mapCircle = new _this4.AMap.Circle({
5941
+ map: _this4.map,
5942
+ center: lngLat,
5943
+ radius: circleData.radius
5944
+ });
5945
+
5946
+ _this4.map.add(mapCircle);
5947
+
5948
+ _this4.addGraph(mapCircle);
5949
+
5950
+ _this4.initGraphEvent(mapCircle);
5951
+ } else {
5952
+ mapCircle.setCenter(lngLat);
5953
+ mapCircle.setRadius(circleData.radius);
5954
+ }
5955
+ });
5956
+ (polylines || []).forEach(function (polylineData, index) {
5957
+ var mapPolyline = _this4.graph.polylines[index];
5958
+ var path = polylineData.map(function (item) {
5959
+ return _this4.getMapLngLatData(item);
5960
+ }).map(function (item) {
5961
+ return new _this4.AMap.LngLat(item[0], item[1]);
5962
+ });
5963
+
5964
+ if (!mapPolyline) {
5965
+ mapPolyline = new _this4.AMap.Polyline({
5966
+ path: path
5967
+ });
5968
+
5969
+ _this4.map.add(mapPolyline);
5970
+
5971
+ _this4.addGraph(mapPolyline);
5972
+
5973
+ _this4.initGraphEvent(mapPolyline);
5974
+ } else {
5975
+ mapPolyline.setPath(path);
5976
+ }
5977
+ });
5978
+ (polygons || []).forEach(function (polygonData, index) {
5979
+ var mapPolygon = _this4.graph.polygons[index];
5980
+ var path = polygonData.map(function (item) {
5981
+ return _this4.getMapLngLatData(item);
5982
+ }).map(function (item) {
5983
+ return new _this4.AMap.LngLat(item[0], item[1]);
5984
+ });
5985
+
5986
+ if (!mapPolygon) {
5987
+ mapPolygon = new _this4.AMap.Polygon({
5988
+ path: path
5989
+ });
5990
+
5991
+ _this4.map.add(mapPolygon);
5992
+
5993
+ _this4.addGraph(mapPolygon);
5994
+
5995
+ _this4.initGraphEvent(mapPolygon);
5996
+ } else {
5997
+ mapPolygon.setPath(path);
5998
+ }
5999
+ });
6000
+ this.map.setFitView();
6001
+ },
6002
+ onGraphChange: function onGraphChange() {
6003
+ var _this$graph = this.graph,
6004
+ markers = _this$graph.markers,
6005
+ circles = _this$graph.circles,
6006
+ polylines = _this$graph.polylines,
6007
+ polygons = _this$graph.polygons;
6008
+ var value = {
6009
+ markers: this.getMarkerValue(markers),
6010
+ circles: this.getCircleValue(circles),
6011
+ polylines: this.getPolylineValue(polylines),
6012
+ polygons: this.getPolygonValue(polygons)
6013
+ };
6014
+ var count = Object.values(value).reduce(function (total, item) {
6015
+ return total + item.length;
6016
+ }, 0);
6017
+
6018
+ if (count <= 0) {
6019
+ // required 效果
6020
+ this.onChange();
6021
+ return;
6022
+ }
6023
+
6024
+ this.onChange(Object.freeze(value));
6025
+ },
6026
+ onEditorChange: function onEditorChange() {
6027
+ if (this.drawing) {
6028
+ return;
6029
+ }
6030
+
6031
+ this.onGraphChange();
6032
+ },
6033
+ // onEditorAdd(obj) {
6034
+ // this.initGraphEvent(obj);
6035
+ // this.addGraph(obj);
6036
+ // this.drawing = false;
6037
+ // },
6038
+ // 使用 mouseTool 方式添加图形. editor方式添加的图形有bug(PolylineEditor 添加的初始线段无法响应click和rightclick事件)
6039
+ draw: function draw(type) {
6040
+ this.closeEditors();
6041
+
6042
+ if (type === 'marker') {
6043
+ this.drawMarker();
6044
+ } else if (type === 'circle') {
6045
+ this.drawCircle();
6046
+ } else if (type === 'polyline') {
6047
+ this.drawPolyline();
6048
+ } else if (type === 'polygon') {
6049
+ this.drawPolygon();
6050
+ }
6051
+
6052
+ this.drawing = true;
6053
+ },
6054
+ drawMarker: function drawMarker() {
6055
+ this.mouseTool.marker();
6056
+ },
6057
+ drawCircle: function drawCircle() {
6058
+ this.mouseTool.circle();
6059
+ },
6060
+ drawPolyline: function drawPolyline() {
6061
+ this.mouseTool.polyline();
6062
+ },
6063
+ drawPolygon: function drawPolygon() {
6064
+ this.mouseTool.polygon();
6065
+ },
6066
+ initGraphEvent: function initGraphEvent(graph) {
6067
+ var _this5 = this;
6068
+
6069
+ graph.on('rightclick', function (e) {
6070
+ var editor = _this5.getEditor(graph.className);
6071
+
6072
+ if (editor && editor.getTarget() === graph) {
6073
+ _this5.closeEditor(editor);
6074
+ }
6075
+
6076
+ _this5.contextMenuTarget = graph;
6077
+
6078
+ _this5.contextMenu.open(_this5.map, e.lnglat);
6079
+ });
6080
+ var editors = ['Overlay.Polyline', 'Overlay.Circle', 'Overlay.Polygon'];
6081
+
6082
+ if (!editors.includes(graph.className)) {
6083
+ return;
6084
+ }
6085
+
6086
+ graph.on('click', function () {
6087
+ var editor = _this5.getEditor(graph.className);
6088
+
6089
+ var target = editor.getTarget();
6090
+
6091
+ if (target && target === graph) {
6092
+ _this5.closeEditor(editor);
6093
+
6094
+ return;
6095
+ }
6096
+
6097
+ _this5.closeEditors();
6098
+
6099
+ editor.setTarget(graph);
6100
+ editor.open();
6101
+ });
6102
+ },
6103
+ removeGraph: function removeGraph(graph) {
6104
+ var extData = graph.getExtData();
6105
+
6106
+ var _ref4 = extData || {},
6107
+ index = _ref4.index;
6108
+
6109
+ var list;
6110
+
6111
+ if (graph.className === 'AMap.Marker') {
6112
+ list = this.graph.markers;
6113
+ } else if (graph.className === 'Overlay.Circle') {
6114
+ list = this.graph.circles;
6115
+ } else if (graph.className === 'Overlay.Polyline') {
6116
+ list = this.graph.polylines;
6117
+ } else if (graph.className === 'Overlay.Polygon') {
6118
+ list = this.graph.polygons;
6119
+ } else {
6120
+ list = [];
6121
+ }
6122
+
6123
+ list.splice(index, 1);
6124
+ this.onGraphChange();
6125
+ },
6126
+ addGraph: function addGraph(graph) {
6127
+ if (graph.className === 'Overlay.Polyline') {
6128
+ return this.addPolyline(graph);
6129
+ } else if (graph.className === 'AMap.Marker') {
6130
+ return this.addMarker(graph);
6131
+ } else if (graph.className === 'Overlay.Circle') {
6132
+ return this.addCircle(graph);
6133
+ } else if (graph.className === 'Overlay.Polygon') {
6134
+ return this.addPolygon(graph);
6135
+ }
6136
+ },
6137
+ addMarker: function addMarker(marker) {
6138
+ if (!this.multiple) {
6139
+ this.graph.markers.forEach(function (item) {
6140
+ return item.setMap(null);
6141
+ });
6142
+ this.graph.markers.length = 0;
6143
+ }
6144
+
6145
+ var index = this.graph.markers.length;
6146
+ marker.setExtData({
6147
+ index: index
6148
+ });
6149
+ this.graph.markers.push(marker);
6150
+ return true;
6151
+ },
6152
+ addCircle: function addCircle(circle) {
6153
+ if (circle.getRadius() <= 0) {
6154
+ return false;
6155
+ }
6156
+
6157
+ if (!this.multiple) {
6158
+ this.graph.circles.forEach(function (item) {
6159
+ return item.setMap(null);
6160
+ });
6161
+ this.graph.circles.length = 0;
6162
+ }
6163
+
6164
+ var index = this.graph.circles.length;
6165
+ circle.setExtData({
6166
+ index: index
6167
+ });
6168
+ this.graph.circles.push(circle);
6169
+ return true;
6170
+ },
6171
+ addPolyline: function addPolyline(polyline) {
6172
+ if (polyline.getLength() <= 0) {
6173
+ return false;
6174
+ }
6175
+
6176
+ if (!this.multiple) {
6177
+ this.graph.polylines.forEach(function (item) {
6178
+ return item.setMap(null);
6179
+ });
6180
+ this.graph.polylines.length = 0;
6181
+ }
6182
+
6183
+ var index = this.graph.polylines.length;
6184
+ polyline.setExtData({
6185
+ index: index
6186
+ });
6187
+ this.graph.polylines.push(polyline);
6188
+ return true;
6189
+ },
6190
+ addPolygon: function addPolygon(polygon) {
6191
+ if (polygon.getArea() <= 0) {
6192
+ this.$message.info('绘制多边形时请至少绘制3个点');
6193
+ return false;
6194
+ }
6195
+
6196
+ if (!this.multiple) {
6197
+ this.graph.polygons.forEach(function (item) {
6198
+ return item.setMap(null);
6199
+ });
6200
+ this.graph.polygons.length = 0;
6201
+ }
6202
+
6203
+ var index = this.graph.polygons.length;
6204
+ polygon.setExtData({
6205
+ index: index
6206
+ });
6207
+ this.graph.polygons.push(polygon);
6208
+ return true;
6209
+ },
6210
+ getEditor: function getEditor(type) {
6211
+ if (type === 'Overlay.Circle') {
6212
+ return this.editor.circle || this.initCircleEditor();
6213
+ } else if (type === 'Overlay.Polyline') {
6214
+ return this.editor.polyline || this.initPolylineEditor();
6215
+ } else if (type === 'Overlay.Polygon') {
6216
+ return this.editor.polygon || this.initPolygonEditor();
6217
+ }
6218
+ },
6219
+ initCircleEditor: function initCircleEditor() {
6220
+ var circleEditor = new this.AMap.CircleEditor(this.map);
6221
+ this.editor.circle = circleEditor;
6222
+ this.initEditorEvent(circleEditor);
6223
+ return circleEditor;
6224
+ },
6225
+ initPolylineEditor: function initPolylineEditor() {
6226
+ var polylineEditor = new this.AMap.PolylineEditor(this.map);
6227
+ this.editor.polyline = polylineEditor;
6228
+ this.initEditorEvent(polylineEditor);
6229
+ return polylineEditor;
6230
+ },
6231
+ initPolygonEditor: function initPolygonEditor() {
6232
+ var polygonEditor = new this.AMap.PolygonEditor(this.map);
6233
+ this.editor.polygon = polygonEditor;
6234
+ this.initEditorEvent(polygonEditor);
6235
+ return polygonEditor;
6236
+ },
6237
+ initEditorEvent: function initEditorEvent(editor) {
6238
+ var _this6 = this;
6239
+
6240
+ editor.on('addnode', function () {
6241
+ return _this6.onEditorChange();
6242
+ });
6243
+ editor.on('adjust', function () {
6244
+ return _this6.onEditorChange();
6245
+ });
6246
+ editor.on('move', function () {
6247
+ return _this6.onEditorChange();
6248
+ }); // editor.on('add', (event) => this.onEditorAdd(event.target));
6249
+ },
6250
+ closeEditor: function closeEditor(editor) {
6251
+ editor.setTarget();
6252
+ editor.close();
6253
+ },
6254
+ closeEditors: function closeEditors() {
6255
+ var _this7 = this;
6256
+
6257
+ Object.values(this.editor).forEach(function (editor) {
6258
+ return _this7.closeEditor(editor);
6259
+ });
6260
+ },
6261
+ getMapLngLatData: function getMapLngLatData(point) {
6262
+ var _point = _slicedToArray(point, 2),
6263
+ lng = _point[0],
6264
+ lat = _point[1];
6265
+
6266
+ if (!this.isCurrentCoord) {
6267
+ var _gcoord$transform = gcoord__default["default"].transform([lng, lat], CoordTypes[this.coordType], gcoord__default["default"].GCJ02);
6268
+
6269
+ var _gcoord$transform2 = _slicedToArray(_gcoord$transform, 2);
6270
+
6271
+ lng = _gcoord$transform2[0];
6272
+ lat = _gcoord$transform2[1];
6273
+ }
6274
+
6275
+ return [lng, lat];
6276
+ },
6277
+ getPoint: function getPoint(lngLat) {
6278
+ var _lngLat = _slicedToArray(lngLat, 2),
6279
+ lng = _lngLat[0],
6280
+ lat = _lngLat[1];
6281
+
6282
+ if (!this.isCurrentCoord) {
6283
+ var _gcoord$transform3 = gcoord__default["default"].transform([lng, lat], gcoord__default["default"].GCJ02, CoordTypes[this.coordType]);
6284
+
6285
+ var _gcoord$transform4 = _slicedToArray(_gcoord$transform3, 2);
6286
+
6287
+ lng = _gcoord$transform4[0];
6288
+ lat = _gcoord$transform4[1];
6289
+ lng = lng.toFixed(7) / 1;
6290
+ lat = lat.toFixed(7) / 1;
6291
+ }
6292
+
6293
+ return [lng, lat];
6294
+ },
6295
+ getMarkerValue: function getMarkerValue(markers) {
6296
+ var _this8 = this;
6297
+
6298
+ return (markers || []).map(function (marker) {
6299
+ var lngLat = marker.getPosition();
6300
+ return _this8.getPoint([lngLat.getLng(), lngLat.getLat()]);
6301
+ });
6302
+ },
6303
+ getCircleValue: function getCircleValue(circles) {
6304
+ var _this9 = this;
6305
+
6306
+ return (circles || []).map(function (circle) {
6307
+ var radius = circle.getRadius();
6308
+ var lngLat = circle.getCenter();
6309
+ return {
6310
+ center: _this9.getPoint([lngLat.getLng(), lngLat.getLat()]),
6311
+ radius: radius
6312
+ };
6313
+ });
6314
+ },
6315
+ getPolylineValue: function getPolylineValue(polylines) {
6316
+ var _this10 = this;
6317
+
6318
+ return (polylines || []).map(function (polyline) {
6319
+ var path = polyline.getPath();
6320
+ return path.map(function (item) {
6321
+ return _this10.getPoint([item.getLng(), item.getLat()]);
6322
+ });
6323
+ });
6324
+ },
6325
+ getPolygonValue: function getPolygonValue(polygons) {
6326
+ var _this11 = this;
6327
+
6328
+ return (polygons || []).map(function (polygon) {
6329
+ var path = polygon.getPath();
6330
+ return path.map(function (item) {
6331
+ return _this11.getPoint([item.getLng(), item.getLat()]);
6332
+ });
6333
+ });
6334
+ },
6335
+ handleClear: function handleClear() {
6336
+ var _this12 = this;
6337
+
6338
+ return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
6339
+ var _yield$to, _yield$to2, confirm;
6340
+
6341
+ return regeneratorRuntime.wrap(function _callee$(_context) {
6342
+ while (1) {
6343
+ switch (_context.prev = _context.next) {
6344
+ case 0:
6345
+ _context.next = 2;
6346
+ return to__default["default"](_this12.$confirm('确认清空地图上所有的图形?', '提示', {
6347
+ type: 'warning'
6348
+ }));
6349
+
6350
+ case 2:
6351
+ _yield$to = _context.sent;
6352
+ _yield$to2 = _slicedToArray(_yield$to, 2);
6353
+ confirm = _yield$to2[1];
6354
+
6355
+ if (confirm) {
6356
+ _context.next = 7;
6357
+ break;
6358
+ }
6359
+
6360
+ return _context.abrupt("return");
6361
+
6362
+ case 7:
6363
+ _this12.closeEditors();
6364
+
6365
+ _this12.contextMenu.close();
6366
+
6367
+ Object.values(_this12.graph).forEach(function (items) {
6368
+ return items.forEach(function (item) {
6369
+ return item.setMap(null);
6370
+ });
6371
+ });
6372
+ _this12.graph = {
6373
+ polylines: [],
6374
+ markers: [],
6375
+ circles: [],
6376
+ polygons: []
6377
+ };
6378
+
6379
+ _this12.onGraphChange();
6380
+
6381
+ case 12:
6382
+ case "end":
6383
+ return _context.stop();
6384
+ }
6385
+ }
6386
+ }, _callee);
6387
+ }))();
6388
+ }
6389
+ }
6390
+ };/* script */
6391
+ var __vue_script__$j = script$j;
6392
+ /* template */
6393
+
6394
+ var __vue_render__$i = function __vue_render__() {
6395
+ var _vm = this;
6396
+
6397
+ var _h = _vm.$createElement;
6398
+
6399
+ var _c = _vm._self._c || _h;
6400
+
6401
+ return _c('div', {
6402
+ directives: [{
6403
+ name: "loading",
6404
+ rawName: "v-loading",
6405
+ value: _vm.loading,
6406
+ expression: "loading"
6407
+ }],
6408
+ staticClass: "ui-field-fence"
6409
+ }, [_vm._ssrNode("<div class=\"map\"></div> <div class=\"info\"" + _vm._ssrStyle(null, null, {
6410
+ display: _vm.toolsVisible ? '' : 'none'
6411
+ }) + "><div class=\"input-item searchbox\"><div class=\"input-item-prepend\"><span class=\"input-item-text\">搜索关键字</span></div> <input type=\"text\" form=\"__ignore__\" placeholder=\"请在地图上选择位置\"> <div class=\"search-result\"></div></div></div> <div" + _vm._ssrClass("tools", {
6412
+ disabled: _vm.drawing
6413
+ }) + _vm._ssrStyle(null, null, {
6414
+ display: _vm.toolsVisible ? '' : 'none'
6415
+ }) + ">" + (_vm.toolList.length > 0 && _vm.help ? "<div class=\"tool help\"></div>" : "<!---->") + " " + _vm._ssrList(_vm.toolList, function (tool) {
6416
+ return "<div" + _vm._ssrClass("tool", _vm.getToolClass(tool)) + "></div>";
6417
+ }) + " " + (_vm.toolList.length > 0 && _vm.clear ? "<div class=\"tool clear\"></div>" : "<!---->") + "</div>")]);
6418
+ };
6419
+
6420
+ var __vue_staticRenderFns__$i = [];
6421
+ /* style */
6422
+
6423
+ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
6424
+ if (!inject) return;
6425
+ inject("data-v-680319f7_0", {
6426
+ source: ".ui-field-fence{width:100%;height:280px;position:relative}.ui-field-fence .map{width:100%;height:100%}.ui-field-fence .info{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.ui-field-fence .info .searchbox{left:12px;top:12px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.5);pointer-events:initial;border-radius:3px;padding:3px}.ui-field-fence .info .searchbox .search-result{overflow:auto;position:absolute;top:calc(100% - 2px);left:0;right:0;background-color:#fefefe;box-shadow:0 1px 3px #999;visibility:hidden;border-radius:0 0 3px 3px}.ui-field-fence .info .searchbox .search-result .auto-item{white-space:nowrap;font-size:12px;cursor:pointer;padding:4px;line-height:14px}.ui-field-fence .input-item{position:relative;display:inline-flex;align-items:center;width:220px;font-size:12px}.ui-field-fence .input-item .input-item-prepend{margin-right:-1px}.ui-field-fence .input-item .input-item-prepend .input-item-text{padding:.25em .5em;display:block;text-justify:distribute-all-lines;text-align-last:justify;align-items:center;margin-bottom:0;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem 0 0 .25rem;box-sizing:border-box}.ui-field-fence .input-item input{position:relative;flex:1 1 auto;width:1%;margin:0;background:#fff;padding:.25em .5em;display:inline-block;line-height:1.5;color:#495057;vertical-align:middle;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0;appearance:none;box-sizing:border-box}.ui-field-fence .input-item input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .1rem rgba(128,189,255,.1)}.ui-field-fence .tools{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;border-radius:4px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.5)}.ui-field-fence .tools .tool{width:32px;height:32px;box-sizing:border-box;background:#fff center no-repeat;background-size:18px;cursor:pointer;position:relative}.ui-field-fence .tools .tool:first-of-type{border-radius:4px 0 0 4px}.ui-field-fence .tools .tool:last-of-type{border-radius:0 4px 4px 0}.ui-field-fence .tools .tool:hover{background-color:#f0f0f0}.ui-field-fence .tools .tool::before{position:absolute;top:0;left:50%;transform:translate(-50%,-100%);padding:4px 8px;border-radius:4px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.5);color:#666;font-size:12px;line-height:16px;transition:all .2s ease-in-out;opacity:0;word-break:keep-all;visibility:hidden;pointer-events:none}.ui-field-fence .tools .tool:hover::before{top:-4px;opacity:1;visibility:visible}.ui-field-fence .tools .tool+.tool{border-left:1px solid #eee}.ui-field-fence .tools .tool.marker{background-image:url(data:image/png;base64,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)}.ui-field-fence .tools .tool.circle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAYAAAAj6qa3AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAABmRJREFUaN7tmHtQVOcZxp/vLIsgkbWDQ9UmYiO1BCwKRtjvHDgrSQS2SWYySUHjBXGcAeOlkHEcBw2KikWCyWATR1CmacZhMOC0mpAQBVHYBRZl18vUSbwwI64hEgVMpLBb2PP2D7ob22RbgSXbTPz9d853znve5/mu7wEe8eNk0cXIosiigAAdSRRLCxfqSIwUI+fMGWkcwdtCRkv/1Elpk9JCQ0lHkiCePk1RdJSO7t79kzHAU/zkDfDxVCApSAqSgiZNUmVhk2OrXk9a2icUxcayDqTS1xERRPg9NqlUrI3qMP2LLxoPtmS2ZKan/2gNiM+Oz47PnjYNPUPrh9bn5LAXqVjJW7kS7+BDVhUYyOrwS5oJADgHAAxYgZMALWeHkVhXh4PfHze8MrwyvNLXN4g0z2qe3bXLbQKLFH/FPzgYkxkAgIyshJWEh8d/zLt5d2Ghu9fIhlSkGgzGlS2nWk5VV7MRCz8rXom9vXgxJuKksH//frYWFagLCsJG6CH399NzmIeDR46gh6VTdH09TWY3lJLz56GH3neVzaYyqAwqQ09PA2tgDezevf+M7xpJEfRrZfY333ikmx9kLbuCycXFjUuaultqXn/9oQ2Qs8VEbdTWrbCgj/nl5yMXm7BRUYiwlm0oLqadwixhVn6+0Wg0Go29vaPNT0c60pGPj3Ju8Kqt65VX3PZkH06y7SEhQh4q2KXCQtLRdtKZzXiRzaTsoiJ37wkLcFHVeOVKA2tObU69cOF/C/8dv8FvbNwoy6LIOVF8u1jJS+/dc+6/Hu+hh0TqkrqkrrlznXnJ8/hVfvX48ZHGcbsLyMf5Zr45KgpPslxsLihABPrQef8+lQufKwlJSQ2sibWyM2e8ZYCncLMIMobTTMQ/yspgQSFuqtXIoyIcXL/e+IwxqXV2a6u3Ex83A2SNGClGJiTAgkIyRUfTDvqAVplMhoSWJ0xJhw55O2FP850pQH/BXpq4Zo3rxhL2vPDuvn3/aiVvJ+zEJ9gn2Ce4o4PsWMBiVqxQDORP/m+/PebA8jI+qLV+9ZWcLSbyuP5+577sbcHjjlQr1Uq1M2a4VtVPeSkvNZm8ndd445oCgkYpV8off9zVspgtg6W93dsJ/mAGsGAmMOGBOb6KzFj6/zPnx9+AECQjeWDAeU2ZaEJTYKC3E3SH85wi1/MT/ERbm3xfPKOt2LJl1AZM/JVmi2bLZ5/RcXqX9trtTMtiMH3BAm8LdQd9LpTR7NhY5LEdyJs/H36IQJzPiIs7lwE112uu11y321k4y2XPXLqEudiG0qlTpT3SHmlPRIS3BX+HBGpmhsRE17Uet4S7bW2jNsAJ/QyH6FBFheuB27SNtq1b5229ToarxenT2VHkY+CFF3ARO5F5+/bfe+yr7atra8dsgHBZPW3CivfeQxfVUGVfHwMWUkx6uo54KS8NC/O2AapealDCCwpgQjtuqtXIwS0KKCszW8wWs2VwcMwGOOt0OowslrtjByzog8Pfn15jDtS8/74+VB+qD50w4YcWLmdLL2mjXn4ZccjAUFoaAulNFFmtvrX2Pw4W7N07Tp8VBFktarSnGhtd5bCVV/GqTz4Zrtv9/MZbuI60Vq01OVmeK07kGBiQa8W/8qMOR/zz/Bg/lpQ01viq/95MNNPxpO3nf/voI8x2xAlrkpLYOpbD9sfF0RwlY2hWcvITs2YUhDzV3Gyts9ZZ6+7cGbvg4R8iIV//omXahzk5IKZmfiUl0CMNq9Vq+hjRVJ6ZaTjcojXlVVWNdwf8W2Lzo6dMkReLy7l/Q4NrRPRyi7bJZpOX8SyeVVamIylICnr66YeNG3Mt5lrMtcDA4f08I0Pezo/xY5cvu+J38mpe3dcnH+bz+Ly0NE/rGvE/wWEEQX6OH+FHNmxAJjOieudOvAML2h84OIXiGky9vbiLp+jm+fOUhTdYSnc3e40GkatS4VUMYjAsDHGMMBQWhl0owlvCt2vSZPhQZX29ajcWCX/OyDj9m+bc5lzPH81HacC3DA/Zxx5T3hyaYv/T8uXsDRrCzKVLqYPK2UB0NFvC/oDdAQFuA5iwFr+9dQspdA53T5xQOlRmxXTggNFoNLa2ms2eFuxxA9yRkpKSkpKiUnXWd9Z31oeGCm85LjguaDQ4QAYy2Gzgvmd9z965Yyg2FBuKv/xyvIU+4hHfzz8BhHaoMb4oUvYAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTEtMTlUMTU6NDU6MTIrMDg6MDCslcuKAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTExLTE5VDE1OjQ1OjEyKzA4OjAw3chzNgAAAE50RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fdTBiMzBmOGMybS9kcmF3X2NpcmxjbGUuc3ZnyLB+hgAAAABJRU5ErkJggg==)}.ui-field-fence .tools .tool.polyline{background-image:url(data:image/png;base64,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)}.ui-field-fence .tools .tool.polygon{background-image:url(data:image/png;base64,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)}.ui-field-fence .tools .tool.help{background-image:url(data:image/png;base64,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)}.ui-field-fence .tools .tool.clear{background-image:url(data:image/png;base64,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)}.ui-field-fence .tools .tool.marker:before{content:'绘制点标注'}.ui-field-fence .tools .tool.circle:before{content:'绘制圆形'}.ui-field-fence .tools .tool.polyline:before{content:'绘制折线'}.ui-field-fence .tools .tool.polygon:before{content:'绘制多边形'}.ui-field-fence .tools .tool.help:before{content:'1.点击要绘制的图形\\A 2.在地图上进行绘制,其中折线和多边形双击结束绘制\\A 3.点击已经绘制好的地图进入编辑模式,再次点击退出编辑模式\\A 4.在绘制好了的图形上右键可以删除该图形';white-space:pre}.ui-field-fence .tools .tool.clear:before{content:'清空所有图形'}.ui-field-fence .tools .tool.disabled,.ui-field-fence .tools.disabled .tool:not(.help){filter:opacity(.3);cursor:none;pointer-events:none}.ui-field-fence .close-btn{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:inline-block;padding:0 12px;font-size:12px;line-height:32px;border-radius:4px;background-color:#fff;cursor:pointer;box-shadow:0 0 3px rgba(0,0,0,.5)}.ui-field-fence .close-btn:hover{background-color:#f0f0f0}.ui-field-fence .amap-copyright,.ui-field-fence .amap-logo{display:none!important}",
6427
+ map: undefined,
6428
+ media: undefined
6429
+ });
6430
+ };
6431
+ /* scoped */
6432
+
6433
+
6434
+ var __vue_scope_id__$j = undefined;
6435
+ /* module identifier */
6436
+
6437
+ var __vue_module_identifier__$j = "data-v-680319f7";
6438
+ /* functional template */
6439
+
6440
+ var __vue_is_functional_template__$j = false;
6441
+ /* style inject shadow dom */
6442
+
6443
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
6444
+ render: __vue_render__$i,
6445
+ staticRenderFns: __vue_staticRenderFns__$i
6446
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
6447
+
6448
+ var FenceField = __vue_component__$j;var fields = Object.create(null, {
6449
+ text: {
6450
+ enumerable: true,
6451
+ value: TextField
6452
+ },
6453
+ textarea: {
6454
+ enumerable: true,
6455
+ value: TextField
6456
+ },
6457
+ password: {
6458
+ enumerable: true,
6459
+ value: TextField
6460
+ }
6461
+ });
6462
+ /**
6463
+ *
6464
+ * @param type {string}
6465
+ * @param field
6466
+ */
6467
+
6468
+ var addFieldType = function addFieldType(type, field) {
6469
+ if (Objects.hasProp(fields, type)) {
6470
+ console.warn("already have a ".concat(type, " field"));
6471
+ return;
6472
+ }
6473
+
6474
+ fields[type] = field;
6475
+ };
6476
+
6477
+ var initDefaultField = function initDefaultField() {
6478
+ addFieldType('hidden', HiddenField);
6479
+ addFieldType('display', DisplayField);
6480
+ addFieldType('autocomplete', AutocompleteField);
6481
+ addFieldType('radio', RadioField);
6482
+ addFieldType('checkbox', CheckboxField);
6483
+ addFieldType('select', SelectField);
6484
+ addFieldType('number', NumberField);
6485
+ addFieldType('cascade', CascadeField);
6486
+ addFieldType('year', DateField);
6487
+ addFieldType('month', DateField);
6488
+ addFieldType('monthrange', DateField);
6489
+ addFieldType('date', DateField);
6490
+ addFieldType('dates', DateField);
6491
+ addFieldType('week', DateField);
6492
+ addFieldType('datetime', DateField);
6493
+ addFieldType('datetimerange', DateField);
6494
+ addFieldType('daterange', DateField);
6495
+ addFieldType('datecCalendar', DatecCalendarField);
6496
+ addFieldType('timepicker', TimePickerField);
6497
+ addFieldType('timeselect', TimeSelectField);
6498
+ addFieldType('slider', SliderField);
6499
+ addFieldType('switch', SwitchField);
6500
+ addFieldType('rate', RateField);
5452
6501
  addFieldType('color', ColorField);
5453
6502
  addFieldType('rich', RichField); // 根据业务自己按需引入
5454
6503
 
@@ -5456,6 +6505,8 @@ var initDefaultField = function initDefaultField() {
5456
6505
  addFieldType('image', ImageUploadField);
5457
6506
  addFieldType('trigger', TriggerField);
5458
6507
  addFieldType('icons', IconsField);
6508
+ addFieldType('lnglat', LnglatField);
6509
+ addFieldType('fence', FenceField);
5459
6510
  };
5460
6511
 
5461
6512
  initDefaultField();
@@ -5473,8 +6524,8 @@ var FormField = {
5473
6524
  return createElement(TextField, context.data, context.children);
5474
6525
  }
5475
6526
  }
5476
- };var _excluded$7 = ["change", "input"];
5477
- var script$k = {
6527
+ };var _excluded$6 = ["change", "input"];
6528
+ var script$i = {
5478
6529
  name: 'ui-form-item',
5479
6530
  inheritAttrs: false,
5480
6531
  inject: ['uiForm'],
@@ -5611,7 +6662,7 @@ var script$k = {
5611
6662
  var _this$$listeners = this.$listeners;
5612
6663
  _this$$listeners.change;
5613
6664
  _this$$listeners.input;
5614
- var listeners = _objectWithoutProperties(_this$$listeners, _excluded$7);
6665
+ var listeners = _objectWithoutProperties(_this$$listeners, _excluded$6);
5615
6666
 
5616
6667
  return listeners;
5617
6668
  }
@@ -5649,10 +6700,10 @@ var script$k = {
5649
6700
  }
5650
6701
  }
5651
6702
  };/* script */
5652
- var __vue_script__$k = script$k;
6703
+ var __vue_script__$i = script$i;
5653
6704
  /* template */
5654
6705
 
5655
- var __vue_render__$i = function __vue_render__() {
6706
+ var __vue_render__$h = function __vue_render__() {
5656
6707
  var _vm = this;
5657
6708
 
5658
6709
  var _h = _vm.$createElement;
@@ -5709,10 +6760,10 @@ var __vue_render__$i = function __vue_render__() {
5709
6760
  }, [_vm._t("suffix")], 2) : _vm._e()], 2);
5710
6761
  };
5711
6762
 
5712
- var __vue_staticRenderFns__$i = [];
6763
+ var __vue_staticRenderFns__$h = [];
5713
6764
  /* style */
5714
6765
 
5715
- var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
6766
+ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
5716
6767
  if (!inject) return;
5717
6768
  inject("data-v-abe604d6_0", {
5718
6769
  source: ".ui-form-item[data-v-abe604d6] .el-form-item__content{display:flex;flex-direction:row;align-items:center}.ui-form-item[data-v-abe604d6] .el-form-item__content>div{flex:1;display:flex;align-items:center}.ui-form-item[data-v-abe604d6] .el-form-item__content .ui-form-item-prefix,.ui-form-item[data-v-abe604d6] .el-form-item__content .ui-form-item-suffix{flex:none}.ui-form-item .info[data-v-abe604d6]{color:#909399;cursor:pointer;margin-left:4px}.ui-form-item.hidden-item[data-v-abe604d6]{display:none}.el-form--inline .ui-form-item[data-v-abe604d6] .el-form-item__label{flex:none;white-space:nowrap}.el-form--inline .ui-form-item[data-v-abe604d6] .el-form-item__content{display:inline-flex}",
@@ -5723,21 +6774,21 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
5723
6774
  /* scoped */
5724
6775
 
5725
6776
 
5726
- var __vue_scope_id__$k = "data-v-abe604d6";
6777
+ var __vue_scope_id__$i = "data-v-abe604d6";
5727
6778
  /* module identifier */
5728
6779
 
5729
- var __vue_module_identifier__$k = "data-v-abe604d6";
6780
+ var __vue_module_identifier__$i = "data-v-abe604d6";
5730
6781
  /* functional template */
5731
6782
 
5732
- var __vue_is_functional_template__$k = false;
6783
+ var __vue_is_functional_template__$i = false;
5733
6784
  /* style inject shadow dom */
5734
6785
 
5735
- var __vue_component__$k = /*#__PURE__*/normalizeComponent({
5736
- render: __vue_render__$i,
5737
- staticRenderFns: __vue_staticRenderFns__$i
5738
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
6786
+ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
6787
+ render: __vue_render__$h,
6788
+ staticRenderFns: __vue_staticRenderFns__$h
6789
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
5739
6790
 
5740
- var FormItem = __vue_component__$k;var Operator = {
6791
+ var FormItem = __vue_component__$i;var Operator = {
5741
6792
  eq: '=',
5742
6793
  ne: '!=',
5743
6794
  gt: '>',
@@ -5797,8 +6848,8 @@ var TableSelectItem = {
5797
6848
  }
5798
6849
  }
5799
6850
  }
5800
- };var _excluded$6 = ["submit", "ready"];
5801
- var script$j = {
6851
+ };var _excluded$5 = ["submit", "ready"];
6852
+ var script$h = {
5802
6853
  name: 'ui-form',
5803
6854
  inheritAttrs: false,
5804
6855
  provide: function provide() {
@@ -5865,7 +6916,7 @@ var script$j = {
5865
6916
  var _this$$listeners = this.$listeners;
5866
6917
  _this$$listeners.submit;
5867
6918
  _this$$listeners.ready;
5868
- var listeners = _objectWithoutProperties(_this$$listeners, _excluded$6);
6919
+ var listeners = _objectWithoutProperties(_this$$listeners, _excluded$5);
5869
6920
 
5870
6921
  return listeners;
5871
6922
  }
@@ -6177,10 +7228,10 @@ var script$j = {
6177
7228
  }
6178
7229
  }
6179
7230
  };/* script */
6180
- var __vue_script__$j = script$j;
7231
+ var __vue_script__$h = script$h;
6181
7232
  /* template */
6182
7233
 
6183
- var __vue_render__$h = function __vue_render__() {
7234
+ var __vue_render__$g = function __vue_render__() {
6184
7235
  var _vm = this;
6185
7236
 
6186
7237
  var _h = _vm.$createElement;
@@ -6207,10 +7258,10 @@ var __vue_render__$h = function __vue_render__() {
6207
7258
  }), _vm._v(" "), _vm._t("default")], 2);
6208
7259
  };
6209
7260
 
6210
- var __vue_staticRenderFns__$h = [];
7261
+ var __vue_staticRenderFns__$g = [];
6211
7262
  /* style */
6212
7263
 
6213
- var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
7264
+ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
6214
7265
  if (!inject) return;
6215
7266
  inject("data-v-2a9aa6b4_0", {
6216
7267
  source: ".el-form--inline[data-v-2a9aa6b4] .el-form-item{display:inline-flex}",
@@ -6221,21 +7272,21 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
6221
7272
  /* scoped */
6222
7273
 
6223
7274
 
6224
- var __vue_scope_id__$j = "data-v-2a9aa6b4";
7275
+ var __vue_scope_id__$h = "data-v-2a9aa6b4";
6225
7276
  /* module identifier */
6226
7277
 
6227
- var __vue_module_identifier__$j = "data-v-2a9aa6b4";
7278
+ var __vue_module_identifier__$h = "data-v-2a9aa6b4";
6228
7279
  /* functional template */
6229
7280
 
6230
- var __vue_is_functional_template__$j = false;
7281
+ var __vue_is_functional_template__$h = false;
6231
7282
  /* style inject shadow dom */
6232
7283
 
6233
- var __vue_component__$j = /*#__PURE__*/normalizeComponent({
6234
- render: __vue_render__$h,
6235
- staticRenderFns: __vue_staticRenderFns__$h
6236
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
7284
+ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
7285
+ render: __vue_render__$g,
7286
+ staticRenderFns: __vue_staticRenderFns__$g
7287
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
6237
7288
 
6238
- var Form$1 = __vue_component__$j;var _excluded$5 = ["submit", "ready"];
7289
+ var Form$1 = __vue_component__$h;var _excluded$4 = ["submit", "ready"];
6239
7290
  //
6240
7291
  //
6241
7292
  //
@@ -6248,7 +7299,7 @@ var Form$1 = __vue_component__$j;var _excluded$5 = ["submit", "ready"];
6248
7299
  //
6249
7300
  //
6250
7301
  //
6251
- var script$i = {
7302
+ var script$g = {
6252
7303
  name: 'ui-form-dialog',
6253
7304
  inheritAttrs: false,
6254
7305
  props: {
@@ -6319,7 +7370,7 @@ var script$i = {
6319
7370
  var _this$$listeners = this.$listeners;
6320
7371
  _this$$listeners.submit;
6321
7372
  _this$$listeners.ready;
6322
- var listeners = _objectWithoutProperties(_this$$listeners, _excluded$5);
7373
+ var listeners = _objectWithoutProperties(_this$$listeners, _excluded$4);
6323
7374
 
6324
7375
  return listeners;
6325
7376
  }
@@ -6453,10 +7504,10 @@ var script$i = {
6453
7504
  onClosed: function onClosed() {}
6454
7505
  }
6455
7506
  };/* script */
6456
- var __vue_script__$i = script$i;
7507
+ var __vue_script__$g = script$g;
6457
7508
  /* template */
6458
7509
 
6459
- var __vue_render__$g = function __vue_render__() {
7510
+ var __vue_render__$f = function __vue_render__() {
6460
7511
  var _vm = this;
6461
7512
 
6462
7513
  var _h = _vm.$createElement;
@@ -6515,10 +7566,10 @@ var __vue_render__$g = function __vue_render__() {
6515
7566
  }, [_vm._v(_vm._s(_vm.confirmText))])], 1) : _vm._e()], 2)], 1);
6516
7567
  };
6517
7568
 
6518
- var __vue_staticRenderFns__$g = [];
7569
+ var __vue_staticRenderFns__$f = [];
6519
7570
  /* style */
6520
7571
 
6521
- var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
7572
+ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
6522
7573
  if (!inject) return;
6523
7574
  inject("data-v-02f7d8d6_0", {
6524
7575
  source: ".action-button[data-v-02f7d8d6]{text-align:right;margin:0 -20px -20px;padding:10px 20px;border-top:1px solid #e8e8e8}",
@@ -6529,21 +7580,21 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
6529
7580
  /* scoped */
6530
7581
 
6531
7582
 
6532
- var __vue_scope_id__$i = "data-v-02f7d8d6";
7583
+ var __vue_scope_id__$g = "data-v-02f7d8d6";
6533
7584
  /* module identifier */
6534
7585
 
6535
- var __vue_module_identifier__$i = "data-v-02f7d8d6";
7586
+ var __vue_module_identifier__$g = "data-v-02f7d8d6";
6536
7587
  /* functional template */
6537
7588
 
6538
- var __vue_is_functional_template__$i = false;
7589
+ var __vue_is_functional_template__$g = false;
6539
7590
  /* style inject shadow dom */
6540
7591
 
6541
- var __vue_component__$i = /*#__PURE__*/normalizeComponent({
6542
- render: __vue_render__$g,
6543
- staticRenderFns: __vue_staticRenderFns__$g
6544
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);
7592
+ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
7593
+ render: __vue_render__$f,
7594
+ staticRenderFns: __vue_staticRenderFns__$f
7595
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
6545
7596
 
6546
- var FormDialog = __vue_component__$i;// 判断参数是否是其中之一
7597
+ var FormDialog = __vue_component__$g;// 判断参数是否是其中之一
6547
7598
  function oneOf(value, validList) {
6548
7599
  for (var i = 0; i < validList.length; i++) {
6549
7600
  if (value === validList[i]) {
@@ -6659,7 +7710,7 @@ var off = function () {
6659
7710
  }
6660
7711
  };
6661
7712
  }();var prefixCls = 'ui-drawer';
6662
- var script$h = {
7713
+ var script$f = {
6663
7714
  name: 'UiDrawer',
6664
7715
  directives: {
6665
7716
  TransferDom: TransferDom
@@ -6880,10 +7931,10 @@ var script$h = {
6880
7931
  }
6881
7932
  }
6882
7933
  };/* script */
6883
- var __vue_script__$h = script$h;
7934
+ var __vue_script__$f = script$f;
6884
7935
  /* template */
6885
7936
 
6886
- var __vue_render__$f = function __vue_render__() {
7937
+ var __vue_render__$e = function __vue_render__() {
6887
7938
  var _vm = this;
6888
7939
 
6889
7940
  var _h = _vm.$createElement;
@@ -6965,10 +8016,10 @@ var __vue_render__$f = function __vue_render__() {
6965
8016
  })], 2) : _vm._e()])])], 1)], 2);
6966
8017
  };
6967
8018
 
6968
- var __vue_staticRenderFns__$f = [];
8019
+ var __vue_staticRenderFns__$e = [];
6969
8020
  /* style */
6970
8021
 
6971
- var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
8022
+ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
6972
8023
  if (!inject) return;
6973
8024
  inject("data-v-0c67e85e_0", {
6974
8025
  source: ".ui-drawer{width:auto;height:100%;position:fixed;top:0}.ui-drawer-inner{position:absolute}.ui-drawer-left{left:0}.ui-drawer-right{right:0}.ui-drawer-hidden{display:none!important}.ui-drawer-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1000;-webkit-overflow-scrolling:touch;outline:0}.ui-drawer-wrap-inner{position:absolute;overflow:hidden}.ui-drawer-wrap-dragging{user-select:none}.ui-drawer-wrap *{-webkit-tap-highlight-color:transparent}.ui-drawer-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(55,55,55,.6);height:100%;z-index:1000}.ui-drawer-mask-hidden{display:none}.ui-drawer-mask-inner{position:absolute}.ui-drawer-content{width:100%;height:100%;position:absolute;top:0;bottom:0;background-color:#fff;border:0;background-clip:padding-box;box-shadow:0 4px 12px rgba(0,0,0,.15)}.ui-drawer-content-no-mask{pointer-events:auto}.ui-drawer-header{border-bottom:1px solid #e8eaec;padding:14px 16px;line-height:1}.ui-drawer-header p,.ui-drawer-header-inner{display:inline-block;width:100%;height:20px;line-height:20px;font-size:16px;color:#17233d;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-drawer-close{z-index:1;font-size:12px;position:absolute;right:15px;top:15px;overflow:hidden;cursor:pointer}.ui-drawer-close .el-icon-close{font-size:20px;color:#999;transition:color .2s ease;position:relative;top:1px}.ui-drawer-close .el-icon-close:hover{color:#444}.ui-drawer-body{width:100%;height:calc(100% - 51px);padding:16px;font-size:14px;line-height:1.5;word-wrap:break-word;position:absolute;overflow:auto;box-sizing:border-box}.ui-drawer-no-header .ui-drawer-body{height:100%}.ui-drawer-no-mask{pointer-events:none}.ui-drawer-no-mask .ui-drawer-drag{pointer-events:auto}.ui-drawer-drag{top:0;height:100%;width:0;position:absolute}.ui-drawer-drag-left{right:0}.ui-drawer-drag-move-trigger{width:8px;height:100px;line-height:100px;position:absolute;top:50%;background:#f3f3f3;transform:translate(-50%,-50%);border-radius:4px/6px;box-shadow:0 0 1px 1px rgba(0,0,0,.2);cursor:col-resize}.ui-drawer-drag-move-trigger-point{display:inline-block;width:50%;transform:translateX(50%)}.ui-drawer-drag-move-trigger-point i{display:block;border-bottom:1px solid silver;padding-bottom:2px}.fade-appear,.fade-enter-active{animation-duration:.15s;animation-fill-mode:both;animation-play-state:paused}.fade-leave-active{animation-duration:.15s;animation-fill-mode:both;animation-play-state:paused}.fade-appear,.fade-enter-active{animation-name:uiFadeInIn;animation-play-state:running}.fade-leave-active{animation-name:uiFadeInOut;animation-play-state:running}.fade-appear,.fade-enter-active{opacity:0;animation-timing-function:linear}.fade-leave-active{animation-timing-function:linear}@keyframes uiFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ivuFadeOut{0%{opacity:1}100%{opacity:0}}",
@@ -6979,22 +8030,22 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
6979
8030
  /* scoped */
6980
8031
 
6981
8032
 
6982
- var __vue_scope_id__$h = undefined;
8033
+ var __vue_scope_id__$f = undefined;
6983
8034
  /* module identifier */
6984
8035
 
6985
- var __vue_module_identifier__$h = "data-v-0c67e85e";
8036
+ var __vue_module_identifier__$f = "data-v-0c67e85e";
6986
8037
  /* functional template */
6987
8038
 
6988
- var __vue_is_functional_template__$h = false;
8039
+ var __vue_is_functional_template__$f = false;
6989
8040
  /* style inject shadow dom */
6990
8041
 
6991
- var __vue_component__$h = /*#__PURE__*/normalizeComponent({
6992
- render: __vue_render__$f,
6993
- staticRenderFns: __vue_staticRenderFns__$f
6994
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);
8042
+ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
8043
+ render: __vue_render__$e,
8044
+ staticRenderFns: __vue_staticRenderFns__$e
8045
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
6995
8046
 
6996
- var Drawer$1 = __vue_component__$h;var _excluded$4 = ["submit", "ready", "input"];
6997
- var script$g = {
8047
+ var Drawer$1 = __vue_component__$f;var _excluded$3 = ["submit", "ready", "input"];
8048
+ var script$e = {
6998
8049
  name: 'ui-form-drawer',
6999
8050
  inheritAttrs: false,
7000
8051
  components: {
@@ -7082,7 +8133,7 @@ var script$g = {
7082
8133
  _this$$listeners.submit;
7083
8134
  _this$$listeners.ready;
7084
8135
  _this$$listeners.input;
7085
- var listeners = _objectWithoutProperties(_this$$listeners, _excluded$4);
8136
+ var listeners = _objectWithoutProperties(_this$$listeners, _excluded$3);
7086
8137
 
7087
8138
  return listeners;
7088
8139
  }
@@ -7216,10 +8267,10 @@ var script$g = {
7216
8267
  }
7217
8268
  }
7218
8269
  };/* script */
7219
- var __vue_script__$g = script$g;
8270
+ var __vue_script__$e = script$e;
7220
8271
  /* template */
7221
8272
 
7222
- var __vue_render__$e = function __vue_render__() {
8273
+ var __vue_render__$d = function __vue_render__() {
7223
8274
  var _vm = this;
7224
8275
 
7225
8276
  var _h = _vm.$createElement;
@@ -7278,10 +8329,10 @@ var __vue_render__$e = function __vue_render__() {
7278
8329
  }, [_vm._v(_vm._s(_vm.cancelText))])], 1) : _vm._e()]);
7279
8330
  };
7280
8331
 
7281
- var __vue_staticRenderFns__$e = [];
8332
+ var __vue_staticRenderFns__$d = [];
7282
8333
  /* style */
7283
8334
 
7284
- var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
8335
+ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
7285
8336
  if (!inject) return;
7286
8337
  inject("data-v-61a29de6_0", {
7287
8338
  source: ".ui-form-drawer{display:flex;flex-direction:column;padding:0;outline:0}.ui-form-drawer .ui-drawer-body{flex:1;padding:0;overflow:hidden;display:flex;flex-direction:column}.ui-form-drawer .ui-drawer-body>.el-form{flex:1;overflow:auto}.ui-form-drawer .ui-drawer-body>.action-button{flex:none}.ui-form-drawer .ui-form-drawer-wrapper{flex:1;overflow:hidden}.ui-form-drawer .ui-form-drawer-wrapper .el-form{width:100%;height:100%;overflow:auto;padding:16px;box-sizing:border-box}.ui-form-drawer .action-button{flex:none;padding:16px;border-top:1px solid #e8eaec;display:flex;flex-direction:row-reverse}.ui-form-drawer .action-button button+button{margin-right:16px}.ui-form-drawer .action-button::after{content:'';clear:both}",
@@ -7292,21 +8343,21 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
7292
8343
  /* scoped */
7293
8344
 
7294
8345
 
7295
- var __vue_scope_id__$g = undefined;
8346
+ var __vue_scope_id__$e = undefined;
7296
8347
  /* module identifier */
7297
8348
 
7298
- var __vue_module_identifier__$g = "data-v-61a29de6";
8349
+ var __vue_module_identifier__$e = "data-v-61a29de6";
7299
8350
  /* functional template */
7300
8351
 
7301
- var __vue_is_functional_template__$g = false;
8352
+ var __vue_is_functional_template__$e = false;
7302
8353
  /* style inject shadow dom */
7303
8354
 
7304
- var __vue_component__$g = /*#__PURE__*/normalizeComponent({
7305
- render: __vue_render__$e,
7306
- staticRenderFns: __vue_staticRenderFns__$e
7307
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
8355
+ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
8356
+ render: __vue_render__$d,
8357
+ staticRenderFns: __vue_staticRenderFns__$d
8358
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
7308
8359
 
7309
- var FormDrawer = __vue_component__$g;//
8360
+ var FormDrawer = __vue_component__$e;//
7310
8361
  //
7311
8362
  //
7312
8363
  //
@@ -7315,7 +8366,7 @@ var FormDrawer = __vue_component__$g;//
7315
8366
  //
7316
8367
  //
7317
8368
  //
7318
- var script$f = {
8369
+ var script$d = {
7319
8370
  name: 'ui-form-fieldset',
7320
8371
  props: {
7321
8372
  label: {
@@ -7365,10 +8416,10 @@ var script$f = {
7365
8416
  }
7366
8417
  }
7367
8418
  };/* script */
7368
- var __vue_script__$f = script$f;
8419
+ var __vue_script__$d = script$d;
7369
8420
  /* template */
7370
8421
 
7371
- var __vue_render__$d = function __vue_render__() {
8422
+ var __vue_render__$c = function __vue_render__() {
7372
8423
  var _vm = this;
7373
8424
 
7374
8425
  var _h = _vm.$createElement;
@@ -7386,10 +8437,10 @@ var __vue_render__$d = function __vue_render__() {
7386
8437
  }) + " data-v-f2017c28>", "</div>", [_vm._t("default")], 2)], 2);
7387
8438
  };
7388
8439
 
7389
- var __vue_staticRenderFns__$d = [];
8440
+ var __vue_staticRenderFns__$c = [];
7390
8441
  /* style */
7391
8442
 
7392
- var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
8443
+ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
7393
8444
  if (!inject) return;
7394
8445
  inject("data-v-f2017c28_0", {
7395
8446
  source: ".ui-form-fieldset[data-v-f2017c28]{padding:30px 20px 10px;margin:30px 0 20px;border:1px dashed #aaa;border-radius:2px;position:relative}.ui-form-fieldset.toggle.collapse[data-v-f2017c28]{padding:0;border-bottom:none}.ui-form-fieldset.toggle.collapse .ui-form-fieldset-legend[data-v-f2017c28]::after{content:'\\f107'}.ui-form-fieldset.toggle .ui-form-fieldset-legend[data-v-f2017c28]{cursor:pointer;font-family:FontAwesome,serif;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-form-fieldset.toggle .ui-form-fieldset-legend[data-v-f2017c28]::after{margin-left:4px;content:'\\f106'}.ui-form-fieldset>.ui-form-fieldset-legend[data-v-f2017c28]{position:absolute;top:-8px;padding:0 30px;margin:0;height:16px;line-height:16px;font-size:14px;color:#666;left:50%;transform:translateX(-50%);background:#fff;user-select:none}.ui-form-fieldset+.ui-form-fieldset[data-v-f2017c28]{margin-top:40px}",
@@ -7400,21 +8451,21 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
7400
8451
  /* scoped */
7401
8452
 
7402
8453
 
7403
- var __vue_scope_id__$f = "data-v-f2017c28";
8454
+ var __vue_scope_id__$d = "data-v-f2017c28";
7404
8455
  /* module identifier */
7405
8456
 
7406
- var __vue_module_identifier__$f = "data-v-f2017c28";
8457
+ var __vue_module_identifier__$d = "data-v-f2017c28";
7407
8458
  /* functional template */
7408
8459
 
7409
- var __vue_is_functional_template__$f = false;
8460
+ var __vue_is_functional_template__$d = false;
7410
8461
  /* style inject shadow dom */
7411
8462
 
7412
- var __vue_component__$f = /*#__PURE__*/normalizeComponent({
7413
- render: __vue_render__$d,
7414
- staticRenderFns: __vue_staticRenderFns__$d
7415
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
8463
+ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
8464
+ render: __vue_render__$c,
8465
+ staticRenderFns: __vue_staticRenderFns__$c
8466
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
7416
8467
 
7417
- var FormFieldset = __vue_component__$f;var Form = {
8468
+ var FormFieldset = __vue_component__$d;var Form = {
7418
8469
  install: function install(Vue) {
7419
8470
  Vue.component(Form$1.name, Form$1);
7420
8471
  Vue.component(FormItem.name, FormItem);
@@ -7445,7 +8496,7 @@ var BindTable = {
7445
8496
  //
7446
8497
  //
7447
8498
  //
7448
- var script$e = {
8499
+ var script$c = {
7449
8500
  name: 'ui-fill-view',
7450
8501
  props: {
7451
8502
  direction: {
@@ -7463,10 +8514,10 @@ var script$e = {
7463
8514
  }
7464
8515
  }
7465
8516
  };/* script */
7466
- var __vue_script__$e = script$e;
8517
+ var __vue_script__$c = script$c;
7467
8518
  /* template */
7468
8519
 
7469
- var __vue_render__$c = function __vue_render__() {
8520
+ var __vue_render__$b = function __vue_render__() {
7470
8521
  var _vm = this;
7471
8522
 
7472
8523
  var _h = _vm.$createElement;
@@ -7478,10 +8529,10 @@ var __vue_render__$c = function __vue_render__() {
7478
8529
  }, [_vm._ssrNode("<div class=\"wrapper\"" + _vm._ssrStyle(null, _vm.directionStyle, null) + " data-v-71000ef8>", "</div>", [_vm._t("default")], 2)]);
7479
8530
  };
7480
8531
 
7481
- var __vue_staticRenderFns__$c = [];
8532
+ var __vue_staticRenderFns__$b = [];
7482
8533
  /* style */
7483
8534
 
7484
- var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
8535
+ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
7485
8536
  if (!inject) return;
7486
8537
  inject("data-v-71000ef8_0", {
7487
8538
  source: ".ui-fill-view[data-v-71000ef8]{flex:1;position:relative}.ui-fill-view .wrapper[data-v-71000ef8]{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column}",
@@ -7492,21 +8543,21 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
7492
8543
  /* scoped */
7493
8544
 
7494
8545
 
7495
- var __vue_scope_id__$e = "data-v-71000ef8";
8546
+ var __vue_scope_id__$c = "data-v-71000ef8";
7496
8547
  /* module identifier */
7497
8548
 
7498
- var __vue_module_identifier__$e = "data-v-71000ef8";
8549
+ var __vue_module_identifier__$c = "data-v-71000ef8";
7499
8550
  /* functional template */
7500
8551
 
7501
- var __vue_is_functional_template__$e = false;
8552
+ var __vue_is_functional_template__$c = false;
7502
8553
  /* style inject shadow dom */
7503
8554
 
7504
- var __vue_component__$e = /*#__PURE__*/normalizeComponent({
7505
- render: __vue_render__$c,
7506
- staticRenderFns: __vue_staticRenderFns__$c
7507
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
8555
+ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
8556
+ render: __vue_render__$b,
8557
+ staticRenderFns: __vue_staticRenderFns__$b
8558
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
7508
8559
 
7509
- var FillView$1 = __vue_component__$e;/**
8560
+ var FillView$1 = __vue_component__$c;/**
7510
8561
  * 导出
7511
8562
  * @param {Array} data 导出数据
7512
8563
  * @param {String} filename 导出文件名
@@ -7620,7 +8671,7 @@ var exports$1 = (function (data, filename, columns) {
7620
8671
  //
7621
8672
  //
7622
8673
  //
7623
- var script$d = {
8674
+ var script$b = {
7624
8675
  name: 'remote-exports-dialog',
7625
8676
  props: {
7626
8677
  visible: Boolean,
@@ -7791,10 +8842,10 @@ var script$d = {
7791
8842
  }
7792
8843
  }
7793
8844
  };/* script */
7794
- var __vue_script__$d = script$d;
8845
+ var __vue_script__$b = script$b;
7795
8846
  /* template */
7796
8847
 
7797
- var __vue_render__$b = function __vue_render__() {
8848
+ var __vue_render__$a = function __vue_render__() {
7798
8849
  var _vm = this;
7799
8850
 
7800
8851
  var _h = _vm.$createElement;
@@ -7922,10 +8973,10 @@ var __vue_render__$b = function __vue_render__() {
7922
8973
  }), 1)], 1)], 1)])]);
7923
8974
  };
7924
8975
 
7925
- var __vue_staticRenderFns__$b = [];
8976
+ var __vue_staticRenderFns__$a = [];
7926
8977
  /* style */
7927
8978
 
7928
- var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
8979
+ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
7929
8980
  if (!inject) return;
7930
8981
  inject("data-v-8a0ac17c_0", {
7931
8982
  source: ".exports-dialog-wrapper[data-v-8a0ac17c]{display:flex;align-items:center;flex-direction:column;max-height:320px;overflow:auto}.exports-dialog-wrapper h3[data-v-8a0ac17c]{text-align:center;margin-bottom:15px}.exports-dialog-wrapper .exports-from[data-v-8a0ac17c] .el-form-item{margin-right:0}.exports-dialog-wrapper .exports-from[data-v-8a0ac17c] .el-form-item .el-input__inner{width:60px;text-align:center}.exports-dialog-wrapper .start-input[data-v-8a0ac17c] .el-input-group__append{border-radius:0;border-right:0}.exports-dialog-wrapper .end-input[data-v-8a0ac17c] .el-input__inner{border-radius:0}",
@@ -7936,22 +8987,22 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
7936
8987
  /* scoped */
7937
8988
 
7938
8989
 
7939
- var __vue_scope_id__$d = "data-v-8a0ac17c";
8990
+ var __vue_scope_id__$b = "data-v-8a0ac17c";
7940
8991
  /* module identifier */
7941
8992
 
7942
- var __vue_module_identifier__$d = "data-v-8a0ac17c";
8993
+ var __vue_module_identifier__$b = "data-v-8a0ac17c";
7943
8994
  /* functional template */
7944
8995
 
7945
- var __vue_is_functional_template__$d = false;
8996
+ var __vue_is_functional_template__$b = false;
7946
8997
  /* style inject shadow dom */
7947
8998
 
7948
- var __vue_component__$d = /*#__PURE__*/normalizeComponent({
7949
- render: __vue_render__$b,
7950
- staticRenderFns: __vue_staticRenderFns__$b
7951
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);
8999
+ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
9000
+ render: __vue_render__$a,
9001
+ staticRenderFns: __vue_staticRenderFns__$a
9002
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
7952
9003
 
7953
- var RemoteExportsDialog = __vue_component__$d;var tableIdSeed = 1;
7954
- var script$c = {
9004
+ var RemoteExportsDialog = __vue_component__$b;var tableIdSeed = 1;
9005
+ var script$a = {
7955
9006
  name: 'ui-table',
7956
9007
  provide: function provide() {
7957
9008
  return {
@@ -8805,10 +9856,10 @@ var script$c = {
8805
9856
  }
8806
9857
  }
8807
9858
  };/* script */
8808
- var __vue_script__$c = script$c;
9859
+ var __vue_script__$a = script$a;
8809
9860
  /* template */
8810
9861
 
8811
- var __vue_render__$a = function __vue_render__() {
9862
+ var __vue_render__$9 = function __vue_render__() {
8812
9863
  var _vm = this;
8813
9864
 
8814
9865
  var _h = _vm.$createElement;
@@ -8890,13 +9941,13 @@ var __vue_render__$a = function __vue_render__() {
8890
9941
  })], 2);
8891
9942
  };
8892
9943
 
8893
- var __vue_staticRenderFns__$a = [];
9944
+ var __vue_staticRenderFns__$9 = [];
8894
9945
  /* style */
8895
9946
 
8896
- var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
9947
+ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
8897
9948
  if (!inject) return;
8898
- inject("data-v-7303d635_0", {
8899
- source: ".ui-table{flex:1;display:flex;flex-direction:column;z-index:0;background-color:#fff;padding:15px 20px}.ui-table .ui-table-select-bar{flex:none}.ui-table .ui-table-select-bar .ui-table-select{position:relative;padding-right:100px}.ui-table .ui-table-select-bar .ui-table-select.has-reset{padding-right:200px}.ui-table .ui-table-select-bar .ui-table-select .submit-item{position:absolute;top:0;right:0;margin-right:0;margin-bottom:0}.ui-table .ui-table-select-bar .el-input{width:200px}.ui-table .ui-table-tool-bar{padding:10px 0;flex:none;display:flex;flex-wrap:wrap;align-items:center;flex-direction:row;background-color:#fff}.ui-table .private-tools{z-index:1;position:absolute;top:8px;right:5px;display:flex;flex-direction:row;padding-left:20px}.ui-table .private-tools .tool+.tool{margin-left:5px}.ui-table .private-tools .el-button.el-tooltip{background:rgba(255,255,255,.6);backdrop-filter:blur(3px);box-shadow:0 0 3px #999}.ui-table .ui-table-alert{margin-bottom:10px;border:1px solid #b3d8ff;background-color:#ecf5ff;border-radius:3px;padding:8px 10px}.ui-table .ui-table-alert .el-icon-info{color:#409eff;margin-right:6px}.ui-table .ui-table-alert .el-button--text{padding:0;margin-left:10px}.ui-table .el-table{flex:1;border:1px solid #ebeef5;border-bottom:none;z-index:0}.ui-table .footer-bar{flex:none;display:block;padding:20px 15px 15px;background-color:#fff}.ui-table .footer-bar .el-pagination{text-align:right;padding:0}.ui-table .ui-table-empty{padding-top:110px;background:url(../../assets/svg/empty.svg) center top no-repeat;background-size:auto 100px;color:rgba(0,0,0,.65);font-size:14px;line-height:22px;text-align:center}.column-label{width:80px;display:inline-block;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-table-column-action .el-button{box-shadow:none;padding:0;line-height:inherit}",
9949
+ inject("data-v-2c1fbdee_0", {
9950
+ source: ".ui-table{flex:1;display:flex;flex-direction:column;z-index:0;background-color:#fff;padding:15px 20px}.ui-table .ui-table-select-bar{flex:none}.ui-table .ui-table-select-bar .ui-table-select{position:relative;padding-right:100px}.ui-table .ui-table-select-bar .ui-table-select.has-reset{padding-right:200px}.ui-table .ui-table-select-bar .ui-table-select .submit-item{position:absolute;top:0;right:0;margin-right:0;margin-bottom:0}.ui-table .ui-table-select-bar .el-input{width:200px}.ui-table .ui-table-tool-bar{padding:10px 0;flex:none;display:flex;flex-wrap:wrap;align-items:center;flex-direction:row;background-color:#fff}.ui-table .private-tools{z-index:1;position:absolute;top:8px;right:5px;display:flex;flex-direction:row;padding-left:20px}.ui-table .private-tools .tool+.tool{margin-left:5px}.ui-table .private-tools .el-button.el-tooltip{background:rgba(255,255,255,.6);backdrop-filter:blur(3px);box-shadow:0 0 3px #999}.ui-table .ui-table-alert{margin-bottom:10px;border:1px solid #b3d8ff;background-color:#ecf5ff;border-radius:3px;padding:8px 10px}.ui-table .ui-table-alert .el-icon-info{color:#409eff;margin-right:6px}.ui-table .ui-table-alert .el-button--text{padding:0;margin-left:10px}.ui-table .el-table{flex:1;border:1px solid #ebeef5;border-bottom:none;z-index:0}.ui-table .footer-bar{flex:none;display:block;padding:20px 15px 15px;background-color:#fff}.ui-table .footer-bar .el-pagination{text-align:right;padding:0}.ui-table .ui-table-empty{padding-top:110px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg0IiBoZWlnaHQ9IjE1MiIgdmlld0JveD0iMCAwIDE4NCAxNTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0IDMxLjY3KSI+CiAgICAgIDxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjgiIGZpbGw9IiNGNUY1RjciIGN4PSI2Ny43OTciIGN5PSIxMDYuODkiIHJ4PSI2Ny43OTciIHJ5PSIxMi42NjgiPjwvZWxsaXBzZT4KICAgICAgPHBhdGggZD0iTTEyMi4wMzQgNjkuNjc0TDk4LjEwOSA0MC4yMjljLTEuMTQ4LTEuMzg2LTIuODI2LTIuMjI1LTQuNTkzLTIuMjI1aC01MS40NGMtMS43NjYgMC0zLjQ0NC44MzktNC41OTIgMi4yMjVMMTMuNTYgNjkuNjc0djE1LjM4M2gxMDguNDc1VjY5LjY3NHoiIGZpbGw9IiNBRUI4QzIiPjwvcGF0aD4KICAgICAgPHBhdGggZD0iTTEwMS41MzcgODYuMjE0TDgwLjYzIDYxLjEwMmMtMS4wMDEtMS4yMDctMi41MDctMS44NjctNC4wNDgtMS44NjdIMzEuNzI0Yy0xLjU0IDAtMy4wNDcuNjYtNC4wNDggMS44NjdMNi43NjkgODYuMjE0djEzLjc5Mmg5NC43NjhWODYuMjE0eiIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMuNTYpIj48L3BhdGg+CiAgICAgIDxwYXRoIGQ9Ik0zMy44MyAwaDY3LjkzM2E0IDQgMCAwIDEgNCA0djkzLjM0NGE0IDQgMCAwIDEtNCA0SDMzLjgzYTQgNCAwIDAgMS00LTRWNGE0IDQgMCAwIDEgNC00eiIgZmlsbD0iI0Y1RjVGNyI+PC9wYXRoPgogICAgICA8cGF0aAogICAgICAgIGQ9Ik00Mi42NzggOS45NTNoNTAuMjM3YTIgMiAwIDAgMSAyIDJWMzYuOTFhMiAyIDAgMCAxLTIgMkg0Mi42NzhhMiAyIDAgMCAxLTItMlYxMS45NTNhMiAyIDAgMCAxIDItMnpNNDIuOTQgNDkuNzY3aDQ5LjcxM2EyLjI2MiAyLjI2MiAwIDEgMSAwIDQuNTI0SDQyLjk0YTIuMjYyIDIuMjYyIDAgMCAxIDAtNC41MjR6TTQyLjk0IDYxLjUzaDQ5LjcxM2EyLjI2MiAyLjI2MiAwIDEgMSAwIDQuNTI1SDQyLjk0YTIuMjYyIDIuMjYyIDAgMCAxIDAtNC41MjV6TTEyMS44MTMgMTA1LjAzMmMtLjc3NSAzLjA3MS0zLjQ5NyA1LjM2LTYuNzM1IDUuMzZIMjAuNTE1Yy0zLjIzOCAwLTUuOTYtMi4yOS02LjczNC01LjM2YTcuMzA5IDcuMzA5IDAgMCAxLS4yMjItMS43OVY2OS42NzVoMjYuMzE4YzIuOTA3IDAgNS4yNSAyLjQ0OCA1LjI1IDUuNDJ2LjA0YzAgMi45NzEgMi4zNyA1LjM3IDUuMjc3IDUuMzdoMzQuNzg1YzIuOTA3IDAgNS4yNzctMi40MjEgNS4yNzctNS4zOTNWNzUuMWMwLTIuOTcyIDIuMzQzLTUuNDI2IDUuMjUtNS40MjZoMjYuMzE4djMzLjU2OWMwIC42MTctLjA3NyAxLjIxNi0uMjIxIDEuNzg5eiIKICAgICAgICBmaWxsPSIjRENFMEU2Ij48L3BhdGg+CiAgICA8L2c+CiAgICA8cGF0aCBkPSJNMTQ5LjEyMSAzMy4yOTJsLTYuODMgMi42NWExIDEgMCAwIDEtMS4zMTctMS4yM2wxLjkzNy02LjIwN2MtMi41ODktMi45NDQtNC4xMDktNi41MzQtNC4xMDktMTAuNDA4QzEzOC44MDIgOC4xMDIgMTQ4LjkyIDAgMTYxLjQwMiAwIDE3My44ODEgMCAxODQgOC4xMDIgMTg0IDE4LjA5N2MwIDkuOTk1LTEwLjExOCAxOC4wOTctMjIuNTk5IDE4LjA5Ny00LjUyOCAwLTguNzQ0LTEuMDY2LTEyLjI4LTIuOTAyeiIgZmlsbD0iI0RDRTBFNiI+PC9wYXRoPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ5LjY1IDE1LjM4MykiIGZpbGw9IiNGRkYiPgogICAgICA8ZWxsaXBzZSBjeD0iMjAuNjU0IiBjeT0iMy4xNjciIHJ4PSIyLjg0OSIgcnk9IjIuODE1Ij48L2VsbGlwc2U+CiAgICAgIDxwYXRoIGQ9Ik01LjY5OCA1LjYzSDBMMi44OTguNzA0ek05LjI1OS43MDRoNC45ODVWNS42M0g5LjI1OXoiPjwvcGF0aD4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=) center top no-repeat;background-size:auto 100px;color:rgba(0,0,0,.65);font-size:14px;line-height:22px;text-align:center}.column-label{width:80px;display:inline-block;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-table-column-action .el-button{box-shadow:none;padding:0;line-height:inherit}",
8900
9951
  map: undefined,
8901
9952
  media: undefined
8902
9953
  });
@@ -8904,21 +9955,21 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
8904
9955
  /* scoped */
8905
9956
 
8906
9957
 
8907
- var __vue_scope_id__$c = undefined;
9958
+ var __vue_scope_id__$a = undefined;
8908
9959
  /* module identifier */
8909
9960
 
8910
- var __vue_module_identifier__$c = "data-v-7303d635";
9961
+ var __vue_module_identifier__$a = "data-v-2c1fbdee";
8911
9962
  /* functional template */
8912
9963
 
8913
- var __vue_is_functional_template__$c = false;
9964
+ var __vue_is_functional_template__$a = false;
8914
9965
  /* style inject shadow dom */
8915
9966
 
8916
- var __vue_component__$c = /*#__PURE__*/normalizeComponent({
8917
- render: __vue_render__$a,
8918
- staticRenderFns: __vue_staticRenderFns__$a
8919
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
9967
+ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
9968
+ render: __vue_render__$9,
9969
+ staticRenderFns: __vue_staticRenderFns__$9
9970
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
8920
9971
 
8921
- var Table$1 = __vue_component__$c;var Format = {
9972
+ var Table$1 = __vue_component__$a;var Format = {
8922
9973
  Date: 'YYYY-MM-DD',
8923
9974
  Time: 'HH:mm:ss',
8924
9975
  DateTime: 'YYYY-MM-DD HH:mm:ss'
@@ -8932,7 +9983,7 @@ var Date$1 = {
8932
9983
  * 在 element-ui 的 el-table-column 组件上拓展出 tree 类型
8933
9984
  */
8934
9985
 
8935
- var script$b = {
9986
+ var script$9 = {
8936
9987
  name: 'ui-column',
8937
9988
  mixins: [elementUi.TableColumn],
8938
9989
  inject: {
@@ -9304,12 +10355,12 @@ var script$b = {
9304
10355
  }
9305
10356
  }
9306
10357
  };/* script */
9307
- var __vue_script__$b = script$b;
10358
+ var __vue_script__$9 = script$9;
9308
10359
  /* template */
9309
10360
 
9310
10361
  /* style */
9311
10362
 
9312
- var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
10363
+ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
9313
10364
  if (!inject) return;
9314
10365
  inject("data-v-90b208a6_0", {
9315
10366
  source: ".tree-toggle{display:inline-flex;width:24px;align-items:center;justify-content:center}.tree-toggle.pointer{cursor:pointer}",
@@ -9320,18 +10371,18 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
9320
10371
  /* scoped */
9321
10372
 
9322
10373
 
9323
- var __vue_scope_id__$b = undefined;
10374
+ var __vue_scope_id__$9 = undefined;
9324
10375
  /* module identifier */
9325
10376
 
9326
- var __vue_module_identifier__$b = "data-v-90b208a6";
10377
+ var __vue_module_identifier__$9 = "data-v-90b208a6";
9327
10378
  /* functional template */
9328
10379
 
9329
- var __vue_is_functional_template__$b = undefined;
10380
+ var __vue_is_functional_template__$9 = undefined;
9330
10381
  /* style inject shadow dom */
9331
10382
 
9332
- var __vue_component__$b = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);
10383
+ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
9333
10384
 
9334
- var Column = __vue_component__$b;var actionButtonConfig = {
10385
+ var Column = __vue_component__$9;var actionButtonConfig = {
9335
10386
  '!key': function key(button, index) {
9336
10387
  return _objectSpread2(_objectSpread2({}, button), {}, {
9337
10388
  key: index
@@ -9373,7 +10424,7 @@ var ActionColumnTypeProp = actionButtonConfig;var Fragment$1 = {
9373
10424
  render: function render(h, ctx) {
9374
10425
  return ctx.children;
9375
10426
  }
9376
- };var _excluded$3 = ["text", "key"],
10427
+ };var _excluded$2 = ["text", "key"],
9377
10428
  _excluded2$1 = ["text", "key"];
9378
10429
  var ColumnType = Object.create(null);
9379
10430
  /**
@@ -9541,7 +10592,7 @@ var DefaultTypes = {
9541
10592
  return h(Fragment$1, null, [].concat(_toConsumableArray(_buttons.slice(0, hasMore ? 5 : 7).map(function (_ref8, i) {
9542
10593
  var text = _ref8.text,
9543
10594
  key = _ref8.key,
9544
- props = _objectWithoutProperties(_ref8, _excluded$3);
10595
+ props = _objectWithoutProperties(_ref8, _excluded$2);
9545
10596
 
9546
10597
  return h(Fragment$1, {
9547
10598
  key: i
@@ -10121,7 +11172,7 @@ var TableColumn = {
10121
11172
  //
10122
11173
  //
10123
11174
  //
10124
- var script$a = {
11175
+ var script$8 = {
10125
11176
  name: 'ui-table-pagination',
10126
11177
  inject: ['uiTable'],
10127
11178
  props: {
@@ -10181,10 +11232,10 @@ var script$a = {
10181
11232
  }
10182
11233
  }
10183
11234
  };/* script */
10184
- var __vue_script__$a = script$a;
11235
+ var __vue_script__$8 = script$8;
10185
11236
  /* template */
10186
11237
 
10187
- var __vue_render__$9 = function __vue_render__() {
11238
+ var __vue_render__$8 = function __vue_render__() {
10188
11239
  var _vm = this;
10189
11240
 
10190
11241
  var _h = _vm.$createElement;
@@ -10207,34 +11258,34 @@ var __vue_render__$9 = function __vue_render__() {
10207
11258
  }, 'el-pagination', _vm.$attrs, false), [_vm._t("default")], 2);
10208
11259
  };
10209
11260
 
10210
- var __vue_staticRenderFns__$9 = [];
11261
+ var __vue_staticRenderFns__$8 = [];
10211
11262
  /* style */
10212
11263
 
10213
- var __vue_inject_styles__$a = undefined;
11264
+ var __vue_inject_styles__$8 = undefined;
10214
11265
  /* scoped */
10215
11266
 
10216
- var __vue_scope_id__$a = "data-v-681d0726";
11267
+ var __vue_scope_id__$8 = "data-v-681d0726";
10217
11268
  /* module identifier */
10218
11269
 
10219
- var __vue_module_identifier__$a = "data-v-681d0726";
11270
+ var __vue_module_identifier__$8 = "data-v-681d0726";
10220
11271
  /* functional template */
10221
11272
 
10222
- var __vue_is_functional_template__$a = false;
11273
+ var __vue_is_functional_template__$8 = false;
10223
11274
  /* style inject */
10224
11275
 
10225
11276
  /* style inject SSR */
10226
11277
 
10227
11278
  /* style inject shadow dom */
10228
11279
 
10229
- var __vue_component__$a = /*#__PURE__*/normalizeComponent({
10230
- render: __vue_render__$9,
10231
- staticRenderFns: __vue_staticRenderFns__$9
10232
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
11280
+ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
11281
+ render: __vue_render__$8,
11282
+ staticRenderFns: __vue_staticRenderFns__$8
11283
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
10233
11284
 
10234
- var TablePagination = __vue_component__$a;var _excluded$2 = ["submit", "ready"];
11285
+ var TablePagination = __vue_component__$8;var _excluded$1 = ["submit", "ready"];
10235
11286
  var SEARCH_PREFIX = 'select';
10236
11287
  var SORT_PREFIX = 'sort';
10237
- var script$9 = {
11288
+ var script$7 = {
10238
11289
  name: 'ui-table-select',
10239
11290
  inject: {
10240
11291
  uiTable: {
@@ -10263,7 +11314,7 @@ var script$9 = {
10263
11314
  var _this$$listeners = this.$listeners;
10264
11315
  _this$$listeners.submit;
10265
11316
  _this$$listeners.ready;
10266
- var listeners = _objectWithoutProperties(_this$$listeners, _excluded$2);
11317
+ var listeners = _objectWithoutProperties(_this$$listeners, _excluded$1);
10267
11318
 
10268
11319
  return listeners;
10269
11320
  }
@@ -10368,10 +11419,10 @@ var script$9 = {
10368
11419
  }
10369
11420
  }
10370
11421
  };/* script */
10371
- var __vue_script__$9 = script$9;
11422
+ var __vue_script__$7 = script$7;
10372
11423
  /* template */
10373
11424
 
10374
- var __vue_render__$8 = function __vue_render__() {
11425
+ var __vue_render__$7 = function __vue_render__() {
10375
11426
  var _vm = this;
10376
11427
 
10377
11428
  var _h = _vm.$createElement;
@@ -10412,10 +11463,10 @@ var __vue_render__$8 = function __vue_render__() {
10412
11463
  }), _vm._v(" "), _vm._t("end")], 2);
10413
11464
  };
10414
11465
 
10415
- var __vue_staticRenderFns__$8 = [];
11466
+ var __vue_staticRenderFns__$7 = [];
10416
11467
  /* style */
10417
11468
 
10418
- var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
11469
+ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
10419
11470
  if (!inject) return;
10420
11471
  inject("data-v-1bff1b12_0", {
10421
11472
  source: ".ui-table-select{display:flex;align-items:center;flex-wrap:wrap}.ui-table-select .el-row{width:100%}.ui-table-select .fill{flex:1}.ui-table-select .el-form-item{margin-bottom:10px}.ui-table-select .el-form-item:last-child{margin-right:0}.ui-table-select .el-form-item,.ui-table-select .el-form-item.el-form-item--mini{margin-bottom:10px}",
@@ -10426,21 +11477,21 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
10426
11477
  /* scoped */
10427
11478
 
10428
11479
 
10429
- var __vue_scope_id__$9 = undefined;
11480
+ var __vue_scope_id__$7 = undefined;
10430
11481
  /* module identifier */
10431
11482
 
10432
- var __vue_module_identifier__$9 = "data-v-1bff1b12";
11483
+ var __vue_module_identifier__$7 = "data-v-1bff1b12";
10433
11484
  /* functional template */
10434
11485
 
10435
- var __vue_is_functional_template__$9 = false;
11486
+ var __vue_is_functional_template__$7 = false;
10436
11487
  /* style inject shadow dom */
10437
11488
 
10438
- var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
10439
- render: __vue_render__$8,
10440
- staticRenderFns: __vue_staticRenderFns__$8
10441
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
11489
+ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
11490
+ render: __vue_render__$7,
11491
+ staticRenderFns: __vue_staticRenderFns__$7
11492
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
10442
11493
 
10443
- var TableSelect = __vue_component__$9;var Table = {
11494
+ var TableSelect = __vue_component__$7;var Table = {
10444
11495
  install: function install(Vue) {
10445
11496
  Vue.directive(BindTable.name, BindTable);
10446
11497
  Vue.component(Table$1.name, Table$1);
@@ -10540,7 +11591,7 @@ var TableSelect = __vue_component__$9;var Table = {
10540
11591
  //
10541
11592
  //
10542
11593
  //
10543
- var script$8 = {
11594
+ var script$6 = {
10544
11595
  name: 'ui-dialog',
10545
11596
  props: {
10546
11597
  title: String,
@@ -10632,10 +11683,10 @@ var script$8 = {
10632
11683
  }
10633
11684
  }
10634
11685
  };/* script */
10635
- var __vue_script__$8 = script$8;
11686
+ var __vue_script__$6 = script$6;
10636
11687
  /* template */
10637
11688
 
10638
- var __vue_render__$7 = function __vue_render__() {
11689
+ var __vue_render__$6 = function __vue_render__() {
10639
11690
  var _vm = this;
10640
11691
 
10641
11692
  var _h = _vm.$createElement;
@@ -10696,10 +11747,10 @@ var __vue_render__$7 = function __vue_render__() {
10696
11747
  }), 1) : _vm._e()], 2);
10697
11748
  };
10698
11749
 
10699
- var __vue_staticRenderFns__$7 = [];
11750
+ var __vue_staticRenderFns__$6 = [];
10700
11751
  /* style */
10701
11752
 
10702
- var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
11753
+ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
10703
11754
  if (!inject) return;
10704
11755
  inject("data-v-2fef274f_0", {
10705
11756
  source: ".ui-dialog[data-v-2fef274f] .el-dialog{margin-bottom:0}.ui-dialog[data-v-2fef274f] .el-dialog .title{position:relative;line-height:28px;padding:12px 48px 12px 24px;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e8e8e8;color:#202124;font-weight:500;font-size:16px}.ui-dialog[data-v-2fef274f] .el-dialog .title .close{position:absolute;right:0;top:0;bottom:0;width:53px;height:53px;display:inline-block;text-align:center;cursor:pointer;transition:all .3s;user-select:none}.ui-dialog[data-v-2fef274f] .el-dialog .title .close:hover{color:var(--color-primary)}.ui-dialog[data-v-2fef274f] .el-dialog .title .close>i{font-size:20px;line-height:53px}[data-v-2fef274f] .el-form .ui-form-fieldset:first-child{margin-top:0}[data-v-2fef274f] .el-form .ui-form-fieldset:last-child{margin-bottom:0}[data-v-2fef274f] .el-dialog__header{padding:0;user-select:none}[data-v-2fef274f] .el-dialog__body{padding-bottom:20px}[data-v-2fef274f] .el-dialog__footer{padding:10px 20px;border-top:1px solid #dcdfe6}.el-dialog__footer .el-button[data-v-2fef274f]{border-radius:2px}@keyframes rotate-data-v-2fef274f{from{transform:rotate(0)}to{transform:rotate(360deg)}}",
@@ -10710,21 +11761,21 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
10710
11761
  /* scoped */
10711
11762
 
10712
11763
 
10713
- var __vue_scope_id__$8 = "data-v-2fef274f";
11764
+ var __vue_scope_id__$6 = "data-v-2fef274f";
10714
11765
  /* module identifier */
10715
11766
 
10716
- var __vue_module_identifier__$8 = "data-v-2fef274f";
11767
+ var __vue_module_identifier__$6 = "data-v-2fef274f";
10717
11768
  /* functional template */
10718
11769
 
10719
- var __vue_is_functional_template__$8 = false;
11770
+ var __vue_is_functional_template__$6 = false;
10720
11771
  /* style inject shadow dom */
10721
11772
 
10722
- var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
10723
- render: __vue_render__$7,
10724
- staticRenderFns: __vue_staticRenderFns__$7
10725
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
11773
+ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
11774
+ render: __vue_render__$6,
11775
+ staticRenderFns: __vue_staticRenderFns__$6
11776
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
10726
11777
 
10727
- var Dialog$1 = __vue_component__$8;var Dialog = {
11778
+ var Dialog$1 = __vue_component__$6;var Dialog = {
10728
11779
  install: function install(Vue) {
10729
11780
  Vue.directive(Drag.name, Drag);
10730
11781
  Vue.component(Dialog$1.name, Dialog$1);
@@ -10743,13 +11794,13 @@ var Dialog$1 = __vue_component__$8;var Dialog = {
10743
11794
  //
10744
11795
  //
10745
11796
  //
10746
- var script$7 = {
11797
+ var script$5 = {
10747
11798
  name: 'UiProvider'
10748
11799
  };/* script */
10749
- var __vue_script__$7 = script$7;
11800
+ var __vue_script__$5 = script$5;
10750
11801
  /* template */
10751
11802
 
10752
- var __vue_render__$6 = function __vue_render__() {
11803
+ var __vue_render__$5 = function __vue_render__() {
10753
11804
  var _vm = this;
10754
11805
 
10755
11806
  var _h = _vm.$createElement;
@@ -10763,31 +11814,31 @@ var __vue_render__$6 = function __vue_render__() {
10763
11814
  }, [_c('router-view')], 1);
10764
11815
  };
10765
11816
 
10766
- var __vue_staticRenderFns__$6 = [];
11817
+ var __vue_staticRenderFns__$5 = [];
10767
11818
  /* style */
10768
11819
 
10769
- var __vue_inject_styles__$7 = undefined;
11820
+ var __vue_inject_styles__$5 = undefined;
10770
11821
  /* scoped */
10771
11822
 
10772
- var __vue_scope_id__$7 = "data-v-3f1cadfa";
11823
+ var __vue_scope_id__$5 = "data-v-3f1cadfa";
10773
11824
  /* module identifier */
10774
11825
 
10775
- var __vue_module_identifier__$7 = "data-v-3f1cadfa";
11826
+ var __vue_module_identifier__$5 = "data-v-3f1cadfa";
10776
11827
  /* functional template */
10777
11828
 
10778
- var __vue_is_functional_template__$7 = false;
11829
+ var __vue_is_functional_template__$5 = false;
10779
11830
  /* style inject */
10780
11831
 
10781
11832
  /* style inject SSR */
10782
11833
 
10783
11834
  /* style inject shadow dom */
10784
11835
 
10785
- var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
10786
- render: __vue_render__$6,
10787
- staticRenderFns: __vue_staticRenderFns__$6
10788
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
11836
+ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
11837
+ render: __vue_render__$5,
11838
+ staticRenderFns: __vue_staticRenderFns__$5
11839
+ }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
10789
11840
 
10790
- var Provider$1 = __vue_component__$7;var Provider = {
11841
+ var Provider$1 = __vue_component__$5;var Provider = {
10791
11842
  install: function install(Vue) {
10792
11843
  // install 才设置 store/router. Vue.use(Library, opt)中 opt 配置才会生效
10793
11844
  Provider$1.store = Store.getStore();
@@ -10811,7 +11862,7 @@ var Provider$1 = __vue_component__$7;var Provider = {
10811
11862
  var _context$props$identi = context.props.identity,
10812
11863
  identity = _context$props$identi === void 0 ? '' : _context$props$identi;
10813
11864
 
10814
- if (permission(identity)) {
11865
+ if (!permission(identity)) {
10815
11866
  return null;
10816
11867
  }
10817
11868
 
@@ -10900,309 +11951,6 @@ var DocumentTitle$1 = DocumentTitle;var FillView = {
10900
11951
  install: function install(Vue) {
10901
11952
  Vue.component(FillView$1.name, FillView$1);
10902
11953
  }
10903
- };var script$6 = {
10904
- name: 'head-menu-submenu',
10905
- inject: ['headMenu'],
10906
- props: {
10907
- item: Object
10908
- },
10909
- computed: {
10910
- isLeaf: function isLeaf() {
10911
- var children = this.item.children;
10912
- return !Array.isArray(children) || children.length <= 0;
10913
- },
10914
- index: function index() {
10915
- var _this$item = this.item,
10916
- url = _this$item.url,
10917
- id = _this$item.id;
10918
-
10919
- if (this.isRouter) {
10920
- return url || id + '';
10921
- }
10922
-
10923
- return id + '';
10924
- },
10925
- route: function route() {
10926
- var url = this.item.url;
10927
- return url;
10928
- },
10929
- isRouter: function isRouter() {
10930
- return this.headMenu.router;
10931
- },
10932
- theme: function theme() {
10933
- return this.headMenu.theme;
10934
- },
10935
- popperClass: function popperClass() {
10936
- return ['nav-menu-submenu-popup', this.theme].join(' ');
10937
- }
10938
- },
10939
- render: function render(createElement) {
10940
- if (this.isLeaf) {
10941
- return createElement('el-menu-item', {
10942
- props: {
10943
- index: this.index,
10944
- route: this.route
10945
- }
10946
- }, [createElement('template', {
10947
- slot: 'title'
10948
- }, [this.item.name])]);
10949
- }
10950
-
10951
- return createElement('el-submenu', {
10952
- props: {
10953
- index: this.index,
10954
- popperClass: this.popperClass,
10955
- popperAppendToBody: false
10956
- }
10957
- }, [createElement('template', {
10958
- slot: 'title'
10959
- }, [this.item.name])].concat(_toConsumableArray(this.item.children.map(function (child) {
10960
- return createElement('head-menu-submenu', {
10961
- key: child.id,
10962
- props: {
10963
- item: child
10964
- }
10965
- });
10966
- }))));
10967
- }
10968
- };/* script */
10969
- var __vue_script__$6 = script$6;
10970
- /* template */
10971
-
10972
- /* style */
10973
-
10974
- var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
10975
- if (!inject) return;
10976
- inject("data-v-233ada7a_0", {
10977
- source: ".el-menu--collapse .el-menu-item [class^=el-icon-],.el-menu--collapse .el-submenu .el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse .el-menu-item .el-submenu__icon-arrow,.el-menu--collapse .el-submenu .el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse .el-menu-item span,.el-menu--collapse .el-submenu .el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.nav-menu-submenu-popup .el-menu-item,.nav-menu-submenu-popup .el-submenu__title{height:40px;line-height:40px;font-size:12px}",
10978
- map: undefined,
10979
- media: undefined
10980
- });
10981
- };
10982
- /* scoped */
10983
-
10984
-
10985
- var __vue_scope_id__$6 = undefined;
10986
- /* module identifier */
10987
-
10988
- var __vue_module_identifier__$6 = "data-v-233ada7a";
10989
- /* functional template */
10990
-
10991
- var __vue_is_functional_template__$6 = undefined;
10992
- /* style inject shadow dom */
10993
-
10994
- var __vue_component__$6 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
10995
-
10996
- var MenuItem = __vue_component__$6;var _excluded$1 = ["children"];
10997
- var script$5 = {
10998
- name: 'ui-head-menu',
10999
- components: {
11000
- MenuItem: MenuItem
11001
- },
11002
- provide: function provide() {
11003
- return {
11004
- headMenu: this
11005
- };
11006
- },
11007
- props: {
11008
- router: {
11009
- type: Boolean,
11010
- default: true
11011
- },
11012
- defaultActive: String,
11013
- mode: {
11014
- default: 'horizontal'
11015
- }
11016
- },
11017
- data: function data() {
11018
- return {
11019
- packUpWidth: 0
11020
- };
11021
- },
11022
- computed: _objectSpread2(_objectSpread2({}, Vuex.mapState(['menus'])), {}, {
11023
- headMenu: function headMenu() {
11024
- // eslint-disable-next-line
11025
- return this.menus.filter(function (menu) {
11026
- return [1, 2].includes(menu.type);
11027
- }).map(function (_ref) {
11028
- _ref.children;
11029
- var menu = _objectWithoutProperties(_ref, _excluded$1);
11030
-
11031
- return menu;
11032
- });
11033
- },
11034
- active: function active() {
11035
- if (!this.router) {
11036
- return this.defaultActive;
11037
- }
11038
-
11039
- var currentPath = this.$route.path;
11040
- var isHeadRoute = this.headMenu.some(function (menu) {
11041
- return menu.url === currentPath;
11042
- });
11043
-
11044
- if (isHeadRoute) {
11045
- return currentPath;
11046
- }
11047
-
11048
- var currentHeadMenu = this.getCurrentHeadMenu(currentPath, this.menus);
11049
- return currentHeadMenu && (currentHeadMenu.path || currentHeadMenu.url);
11050
- },
11051
- menuWidth: function menuWidth() {
11052
- return this.headMenu.reduce(function (total, item) {
11053
- return total + (item.name || '').split('').length * 16 + 25 * 2; // 16:字体大小值; 25:左右padding/margin值
11054
- }, 60); // 100:菜单左边的margin值
11055
- },
11056
- packUpIndex: function packUpIndex() {
11057
- if (this.packUpWidth <= 0) {
11058
- return -1;
11059
- }
11060
-
11061
- var index = -1;
11062
- var width = this.packUpWidth + 130; // 50:更多下拉菜单所占宽度
11063
-
11064
- for (var i = this.headMenu.length - 1; i >= 0; i--) {
11065
- var item = this.headMenu[i];
11066
- var currentWidth = (item.name || '').split('').length * 16 + 25 * 2;
11067
-
11068
- if (currentWidth >= width) {
11069
- index = i - 1;
11070
- break;
11071
- }
11072
-
11073
- width = width - currentWidth;
11074
- }
11075
-
11076
- return Math.max(0, index);
11077
- },
11078
- displayMenus: function displayMenus() {
11079
- if (this.packUpIndex === -1) {
11080
- return this.headMenu;
11081
- }
11082
-
11083
- var menus = this.headMenu.slice(0, this.packUpIndex);
11084
- var moreMenus = this.headMenu.slice(this.packUpIndex);
11085
- menus.push({
11086
- id: 'more',
11087
- name: '更多菜单',
11088
- children: moreMenus
11089
- });
11090
- return menus;
11091
- }
11092
- }),
11093
- mounted: function mounted() {
11094
- var _this = this;
11095
-
11096
- window.addEventListener('resize', this.onResize);
11097
- this.onResize();
11098
- var logo = document.querySelector('.page-header > .logo');
11099
- logo && logo.addEventListener('load', function () {
11100
- return _this.onResize();
11101
- });
11102
- },
11103
- beforeDestroy: function beforeDestroy() {
11104
- window.removeEventListener('resize', this.onResize);
11105
- },
11106
- methods: {
11107
- onResize: function onResize() {
11108
- var _this2 = this;
11109
-
11110
- clearTimeout(this.timer);
11111
- this.timer = setTimeout(function () {
11112
- var headerWidth = document.documentElement.clientWidth;
11113
- var logoEl = document.querySelector('.page-header > .logo');
11114
- var titleEl = document.querySelector('.page-header > .title');
11115
- var messageEl = document.querySelector('.page-header > .screen');
11116
- var usernameEl = document.querySelector('.page-header > .username');
11117
- var logoWidth = (logoEl && logoEl.offsetWidth || 0) + 20; // 20 margin
11118
-
11119
- var titleWidth = titleEl && titleEl.offsetWidth || 0;
11120
- var messageElWidth = messageEl && messageEl.offsetWidth || 0;
11121
- var usernameWidth = usernameEl && usernameEl.offsetWidth || 0;
11122
- var allowedMenuWidth = headerWidth - 60 - logoWidth - titleWidth - messageElWidth - usernameWidth;
11123
- _this2.packUpWidth = Math.max(0, _this2.menuWidth - allowedMenuWidth);
11124
- }, 50);
11125
- },
11126
- getCurrentHeadMenu: function getCurrentHeadMenu(path, menus) {
11127
- var _this3 = this;
11128
-
11129
- if (!Array.isArray(menus) || menus.length <= 0) {
11130
- return undefined;
11131
- }
11132
-
11133
- return menus.find(function (menu) {
11134
- var isMatched = (menu.children || []).some(function (childMenu) {
11135
- return (childMenu.path || childMenu.url) === path;
11136
- });
11137
-
11138
- if (isMatched) {
11139
- return true;
11140
- }
11141
-
11142
- return _this3.getCurrentHeadMenu(path, menu.children);
11143
- });
11144
- }
11145
- }
11146
- };/* script */
11147
- var __vue_script__$5 = script$5;
11148
- /* template */
11149
-
11150
- var __vue_render__$5 = function __vue_render__() {
11151
- var _vm = this;
11152
-
11153
- var _h = _vm.$createElement;
11154
-
11155
- var _c = _vm._self._c || _h;
11156
-
11157
- return _c('el-menu', _vm._g(_vm._b({
11158
- staticClass: "head-menu",
11159
- attrs: {
11160
- "mode": _vm.mode,
11161
- "router": _vm.router,
11162
- "default-active": _vm.active
11163
- }
11164
- }, 'el-menu', _vm.$attrs, false), _vm.$listeners), _vm._l(_vm.displayMenus, function (item) {
11165
- return _c('menu-item', {
11166
- key: item.id,
11167
- attrs: {
11168
- "item": item
11169
- }
11170
- });
11171
- }), 1);
11172
- };
11173
-
11174
- var __vue_staticRenderFns__$5 = [];
11175
- /* style */
11176
-
11177
- var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
11178
- if (!inject) return;
11179
- inject("data-v-ef35c828_0", {
11180
- source: ".head-menu.el-menu{background-color:transparent;border-bottom:none}.head-menu.el-menu>.el-menu-item,.head-menu.el-menu>.el-submenu .el-submenu__title{font-size:16px;font-weight:400;color:inherit;height:var(--header-height);line-height:var(--header-height);padding:0 25px;border:none;box-sizing:border-box;transition:all .2s ease-in-out}.head-menu.el-menu>.el-menu-item span,.head-menu.el-menu>.el-submenu .el-submenu__title span{vertical-align:unset}.head-menu.el-menu>.el-menu-item i,.head-menu.el-menu>.el-submenu .el-submenu__title i{width:20px;font-size:14px}.head-menu.el-menu>.el-menu-item:not(.is-disabled):not(.is-active):focus,.head-menu.el-menu>.el-menu-item:not(.is-disabled):not(.is-active):hover,.head-menu.el-menu>.el-submenu:not(.is-disabled):not(.is-active):focus .el-submenu__title,.head-menu.el-menu>.el-submenu:not(.is-disabled):not(.is-active):hover .el-submenu__title{color:inherit;background-color:rgba(0,146,63,.3)}.head-menu.el-menu>.el-menu-item.is-active,.head-menu.el-menu>.el-submenu.is-active .el-submenu__title{color:inherit;background-color:rgba(0,146,63,.6)}.head-menu.el-menu .el-submenu__title i{color:inherit}",
11181
- map: undefined,
11182
- media: undefined
11183
- });
11184
- };
11185
- /* scoped */
11186
-
11187
-
11188
- var __vue_scope_id__$5 = undefined;
11189
- /* module identifier */
11190
-
11191
- var __vue_module_identifier__$5 = "data-v-ef35c828";
11192
- /* functional template */
11193
-
11194
- var __vue_is_functional_template__$5 = false;
11195
- /* style inject shadow dom */
11196
-
11197
- var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
11198
- render: __vue_render__$5,
11199
- staticRenderFns: __vue_staticRenderFns__$5
11200
- }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
11201
-
11202
- var HeadMenu$1 = __vue_component__$5;var HeadMenu = {
11203
- install: function install(Vue) {
11204
- Vue.component(HeadMenu$1.name, HeadMenu$1);
11205
- }
11206
11954
  };//
11207
11955
 
11208
11956
  var firstUpperCase = function firstUpperCase(str) {
@@ -11483,7 +12231,7 @@ var ScrollView = __vue_component__$4;var script$3 = {
11483
12231
  });
11484
12232
  },
11485
12233
  onContextMenu: function onContextMenu(event) {
11486
- var container = this.$el.querySelector(".scroll-nav__nav");
12234
+ var container = this.$el.querySelector(".ui-scroll-view__nav");
11487
12235
  var index = this.getChildContainIndex(container, event.target);
11488
12236
  var rect = this.$el.getBoundingClientRect();
11489
12237
 
@@ -11641,8 +12389,8 @@ var __vue_staticRenderFns__$3 = [];
11641
12389
 
11642
12390
  var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
11643
12391
  if (!inject) return;
11644
- inject("data-v-d36fabca_0", {
11645
- source: ".history{flex:none;height:40px;position:relative;margin:10px 0 0}.history .history-tabs.scroll-nav__nav-wrap{left:0;right:0;top:0;bottom:0;position:absolute;align-items:flex-end}.history .history-tabs.scroll-nav__nav-wrap .scroll-nav__nav-scroll{flex:1}.history .history-tabs.scroll-nav__nav-wrap .scroll-nav__nav-control{width:20px;height:30px}.history .history-tabs.scroll-nav__nav-wrap .scroll-nav__nav-control.is-disabled .menu-nav-control::after,.history .history-tabs.scroll-nav__nav-wrap .scroll-nav__nav-control.is-disabled .menu-nav-control::before{background:var(--color-primary-light-3)}.history .history-tabs.scroll-nav__nav-wrap .scroll-nav__nav{align-items:flex-end}.history .history-tabs.scroll-nav__nav-wrap .menu-nav-control{height:30px}.history .history-tabs.scroll-nav__nav-wrap .menu-nav-control::after,.history .history-tabs.scroll-nav__nav-wrap .menu-nav-control::before{width:3px;height:12px;background:var(--color-primary-light-6)}.history .history-tabs.scroll-nav__nav-wrap .menu-nav-control::before{bottom:-2px}.history .history-tabs.scroll-nav__nav-wrap .menu-nav-control::after{top:-2px}.history .contextmenu{width:0;height:0;position:absolute;top:0;left:0}.history .contextmenu .modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99}.history .history-menu{height:30px;color:#fff;font-size:14px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;background:rgba(83,109,139,.6);border-radius:5px 5px 0 0;transition:all .3s ease-in-out;position:relative;background:var(--color-primary-light-9)}.history .history-menu+.history-menu{border-left:1px solid var(--color-darken-primary-2)}.history .history-menu.is-active{height:40px;color:#fff;background:var(--color-darken-primary-2);text-shadow:2px 2px 2px rgba(0,0,0,.95);box-shadow:7px 5px 5px rgba(0,0,0,.2);z-index:1}.history .history-menu:hover i{opacity:1}.history .history-menu>span{flex:1;padding:0 25px}.history .history-menu>i{position:absolute;top:2px;right:3px;opacity:.3;width:14px;height:14px;font-size:12px;border-radius:50%;transition:opacity .3s ease-in-out}.history .history-menu>i:hover{background-color:var(--color-primary)}.history .el-tabs{background:0 0}.history .el-tabs>.el-tabs__header{background:0 0;border-bottom:none}.history .el-tabs>.el-tabs__header .el-tabs__nav{border:none}.history .el-tabs>.el-tabs__header .el-tabs__nav-wrap::after{content:unset}.history .el-tabs>.el-tabs__content{padding:0}.history .el-tabs .el-tabs__nav-next,.history .el-tabs .el-tabs__nav-prev{color:#536d8b;width:20px;line-height:39px;text-align:center;font-size:18px}.history .el-tabs .el-tabs__nav-prev{border-right:1px solid #ddd}.history .el-tabs .el-tabs__nav-next{border-left:1px solid #ddd}.history .el-tabs .el-tabs__item{margin:8px;border:none;height:34px;line-height:34px;background:#2e557e;box-shadow:0 3px 6px rgba(0,0,0,.16);color:#fff;display:inline-flex;flex-direction:row;align-items:center}.history .history-tab-title{width:6em;display:inline-block;vertical-align:middle}.history-dropdown{position:absolute;top:0;left:0}.history-contextmenu.el-popper{margin-top:0}",
12392
+ inject("data-v-500076e4_0", {
12393
+ source: ".history{flex:none;height:40px;position:relative;margin:10px 0 0}.history .history-tabs.ui-scroll-view__nav-wrap{left:0;right:0;top:0;bottom:0;position:absolute;align-items:flex-end}.history .history-tabs.ui-scroll-view__nav-wrap .ui-scroll-view__nav-scroll{flex:1}.history .history-tabs.ui-scroll-view__nav-wrap .ui-scroll-view__nav-control{width:20px;height:30px}.history .history-tabs.ui-scroll-view__nav-wrap .ui-scroll-view__nav-control.is-disabled .menu-nav-control::after,.history .history-tabs.ui-scroll-view__nav-wrap .ui-scroll-view__nav-control.is-disabled .menu-nav-control::before{background:var(--color-primary-light-3)}.history .history-tabs.ui-scroll-view__nav-wrap .ui-scroll-view__nav{align-items:flex-end}.history .history-tabs.ui-scroll-view__nav-wrap .menu-nav-control{height:30px}.history .history-tabs.ui-scroll-view__nav-wrap .menu-nav-control::after,.history .history-tabs.ui-scroll-view__nav-wrap .menu-nav-control::before{width:3px;height:12px;background:var(--color-primary-light-6)}.history .history-tabs.ui-scroll-view__nav-wrap .menu-nav-control::before{bottom:-2px}.history .history-tabs.ui-scroll-view__nav-wrap .menu-nav-control::after{top:-2px}.history .contextmenu{width:0;height:0;position:absolute;top:0;left:0}.history .contextmenu .modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99}.history .history-menu{height:30px;color:#fff;font-size:14px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;background:rgba(83,109,139,.6);border-radius:5px 5px 0 0;transition:all .3s ease-in-out;position:relative;background:var(--color-primary-light-9)}.history .history-menu+.history-menu{border-left:1px solid var(--color-darken-primary-2)}.history .history-menu.is-active{height:40px;color:#fff;background:var(--color-darken-primary-2);text-shadow:2px 2px 2px rgba(0,0,0,.95);box-shadow:7px 5px 5px rgba(0,0,0,.2);z-index:1}.history .history-menu:hover i{opacity:1}.history .history-menu>span{flex:1;padding:0 25px}.history .history-menu>i{position:absolute;top:2px;right:3px;opacity:.3;width:14px;height:14px;font-size:12px;border-radius:50%;transition:opacity .3s ease-in-out}.history .history-menu>i:hover{background-color:var(--color-primary)}.history .el-tabs{background:0 0}.history .el-tabs>.el-tabs__header{background:0 0;border-bottom:none}.history .el-tabs>.el-tabs__header .el-tabs__nav{border:none}.history .el-tabs>.el-tabs__header .el-tabs__nav-wrap::after{content:unset}.history .el-tabs>.el-tabs__content{padding:0}.history .el-tabs .el-tabs__nav-next,.history .el-tabs .el-tabs__nav-prev{color:#536d8b;width:20px;line-height:39px;text-align:center;font-size:18px}.history .el-tabs .el-tabs__nav-prev{border-right:1px solid #ddd}.history .el-tabs .el-tabs__nav-next{border-left:1px solid #ddd}.history .el-tabs .el-tabs__item{margin:8px;border:none;height:34px;line-height:34px;background:#2e557e;box-shadow:0 3px 6px rgba(0,0,0,.16);color:#fff;display:inline-flex;flex-direction:row;align-items:center}.history .history-tab-title{width:6em;display:inline-block;vertical-align:middle}.history-dropdown{position:absolute;top:0;left:0}.history-contextmenu.el-popper{margin-top:0}",
11646
12394
  map: undefined,
11647
12395
  media: undefined
11648
12396
  });
@@ -11653,7 +12401,7 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
11653
12401
  var __vue_scope_id__$3 = undefined;
11654
12402
  /* module identifier */
11655
12403
 
11656
- var __vue_module_identifier__$3 = "data-v-d36fabca";
12404
+ var __vue_module_identifier__$3 = "data-v-500076e4";
11657
12405
  /* functional template */
11658
12406
 
11659
12407
  var __vue_is_functional_template__$3 = false;
@@ -12049,7 +12797,7 @@ var SearchPage = __vue_component__;var Page = {
12049
12797
  Vue.component(Page$1.name, Page$1);
12050
12798
  Vue.component(SearchPage.name, SearchPage);
12051
12799
  }
12052
- };var components = [Icon, Form, Table, Dialog, Drawer, Fragment, Provider, Permission, DocumentTitle$1, FillView, HeadMenu, History, Minimize, Page];
12800
+ };var components = [Icon, Form, Table, Dialog, Drawer, Fragment, Provider, Permission, DocumentTitle$1, FillView, History, Minimize, Page];
12053
12801
  var Components = {
12054
12802
  install: function install(Vue, opt) {
12055
12803
  components.forEach(function (component) {