@v2coding/ui 0.1.57 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2coding-ui.esm.js +755 -295
- package/dist/v2coding-ui.min.js +2 -2
- package/dist/v2coding-ui.ssr.js +687 -294
- package/package.json +1 -1
package/dist/v2coding-ui.ssr.js
CHANGED
|
@@ -1682,7 +1682,7 @@ var permission = function permission(identities) {
|
|
|
1682
1682
|
install: function install(Vue) {
|
|
1683
1683
|
Vue.directive(AutoScroll.name, AutoScroll);
|
|
1684
1684
|
}
|
|
1685
|
-
};var script$
|
|
1685
|
+
};var script$F = {
|
|
1686
1686
|
name: 'ui-icon',
|
|
1687
1687
|
props: {
|
|
1688
1688
|
name: String
|
|
@@ -1846,10 +1846,10 @@ function renderStyles(styles) {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
return css;
|
|
1848
1848
|
}/* script */
|
|
1849
|
-
var __vue_script__$
|
|
1849
|
+
var __vue_script__$G = script$F;
|
|
1850
1850
|
/* template */
|
|
1851
1851
|
|
|
1852
|
-
var __vue_render__$
|
|
1852
|
+
var __vue_render__$F = function __vue_render__() {
|
|
1853
1853
|
var _vm = this;
|
|
1854
1854
|
|
|
1855
1855
|
var _h = _vm.$createElement;
|
|
@@ -1864,10 +1864,10 @@ var __vue_render__$E = function __vue_render__() {
|
|
|
1864
1864
|
}, [_vm._ssrNode("<use" + _vm._ssrAttr("xlink:href", "#icon-" + _vm.realName) + " data-v-135b2758></use>")]);
|
|
1865
1865
|
};
|
|
1866
1866
|
|
|
1867
|
-
var __vue_staticRenderFns__$
|
|
1867
|
+
var __vue_staticRenderFns__$F = [];
|
|
1868
1868
|
/* style */
|
|
1869
1869
|
|
|
1870
|
-
var __vue_inject_styles__$
|
|
1870
|
+
var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
|
|
1871
1871
|
if (!inject) return;
|
|
1872
1872
|
inject("data-v-135b2758_0", {
|
|
1873
1873
|
source: ".ui-icon[data-v-135b2758]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden;display:inline-block}.ui-icon.ui-icon-loading[data-v-135b2758]{animation:rotating-data-v-135b2758 2s linear infinite}@keyframes rotating-data-v-135b2758{from{transform:rotate(0)}to{transform:rotate(1turn)}}",
|
|
@@ -1878,21 +1878,21 @@ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
|
1878
1878
|
/* scoped */
|
|
1879
1879
|
|
|
1880
1880
|
|
|
1881
|
-
var __vue_scope_id__$
|
|
1881
|
+
var __vue_scope_id__$G = "data-v-135b2758";
|
|
1882
1882
|
/* module identifier */
|
|
1883
1883
|
|
|
1884
|
-
var __vue_module_identifier__$
|
|
1884
|
+
var __vue_module_identifier__$G = "data-v-135b2758";
|
|
1885
1885
|
/* functional template */
|
|
1886
1886
|
|
|
1887
|
-
var __vue_is_functional_template__$
|
|
1887
|
+
var __vue_is_functional_template__$G = false;
|
|
1888
1888
|
/* style inject shadow dom */
|
|
1889
1889
|
|
|
1890
|
-
var __vue_component__$
|
|
1891
|
-
render: __vue_render__$
|
|
1892
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1893
|
-
}, __vue_inject_styles__$
|
|
1890
|
+
var __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
1891
|
+
render: __vue_render__$F,
|
|
1892
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
1893
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);
|
|
1894
1894
|
|
|
1895
|
-
var Icon$1 = __vue_component__$
|
|
1895
|
+
var Icon$1 = __vue_component__$G;var Icon = {
|
|
1896
1896
|
install: function install(Vue) {
|
|
1897
1897
|
Vue.component(Icon$1.name, Icon$1);
|
|
1898
1898
|
}
|
|
@@ -2594,15 +2594,15 @@ var FieldMixin = {
|
|
|
2594
2594
|
return createElement('span', this.value);
|
|
2595
2595
|
}
|
|
2596
2596
|
};//
|
|
2597
|
-
var script$
|
|
2597
|
+
var script$E = {
|
|
2598
2598
|
name: 'ui-field-autocomplete',
|
|
2599
2599
|
inheritAttrs: false,
|
|
2600
2600
|
mixins: [FieldMixin]
|
|
2601
2601
|
};/* script */
|
|
2602
|
-
var __vue_script__$
|
|
2602
|
+
var __vue_script__$F = script$E;
|
|
2603
2603
|
/* template */
|
|
2604
2604
|
|
|
2605
|
-
var __vue_render__$
|
|
2605
|
+
var __vue_render__$E = function __vue_render__() {
|
|
2606
2606
|
var _vm = this;
|
|
2607
2607
|
|
|
2608
2608
|
var _h = _vm.$createElement;
|
|
@@ -2616,32 +2616,32 @@ var __vue_render__$D = function __vue_render__() {
|
|
|
2616
2616
|
}, 'el-autocomplete', _vm.$attrs, false), _vm.$listeners));
|
|
2617
2617
|
};
|
|
2618
2618
|
|
|
2619
|
-
var __vue_staticRenderFns__$
|
|
2619
|
+
var __vue_staticRenderFns__$E = [];
|
|
2620
2620
|
/* style */
|
|
2621
2621
|
|
|
2622
|
-
var __vue_inject_styles__$
|
|
2622
|
+
var __vue_inject_styles__$F = undefined;
|
|
2623
2623
|
/* scoped */
|
|
2624
2624
|
|
|
2625
|
-
var __vue_scope_id__$
|
|
2625
|
+
var __vue_scope_id__$F = undefined;
|
|
2626
2626
|
/* module identifier */
|
|
2627
2627
|
|
|
2628
|
-
var __vue_module_identifier__$
|
|
2628
|
+
var __vue_module_identifier__$F = "data-v-09d38a4f";
|
|
2629
2629
|
/* functional template */
|
|
2630
2630
|
|
|
2631
|
-
var __vue_is_functional_template__$
|
|
2631
|
+
var __vue_is_functional_template__$F = false;
|
|
2632
2632
|
/* style inject */
|
|
2633
2633
|
|
|
2634
2634
|
/* style inject SSR */
|
|
2635
2635
|
|
|
2636
2636
|
/* style inject shadow dom */
|
|
2637
2637
|
|
|
2638
|
-
var __vue_component__$
|
|
2639
|
-
render: __vue_render__$
|
|
2640
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2641
|
-
}, __vue_inject_styles__$
|
|
2638
|
+
var __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2639
|
+
render: __vue_render__$E,
|
|
2640
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
2641
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
|
|
2642
2642
|
|
|
2643
|
-
var AutocompleteField = __vue_component__$
|
|
2644
|
-
var script$
|
|
2643
|
+
var AutocompleteField = __vue_component__$F;//
|
|
2644
|
+
var script$D = {
|
|
2645
2645
|
name: 'ui-field-text',
|
|
2646
2646
|
inheritAttrs: false,
|
|
2647
2647
|
mixins: [FieldMixin],
|
|
@@ -2683,10 +2683,10 @@ var script$C = {
|
|
|
2683
2683
|
}
|
|
2684
2684
|
}
|
|
2685
2685
|
};/* script */
|
|
2686
|
-
var __vue_script__$
|
|
2686
|
+
var __vue_script__$E = script$D;
|
|
2687
2687
|
/* template */
|
|
2688
2688
|
|
|
2689
|
-
var __vue_render__$
|
|
2689
|
+
var __vue_render__$D = function __vue_render__() {
|
|
2690
2690
|
var _vm = this;
|
|
2691
2691
|
|
|
2692
2692
|
var _h = _vm.$createElement;
|
|
@@ -2706,10 +2706,10 @@ var __vue_render__$C = function __vue_render__() {
|
|
|
2706
2706
|
}, 'el-input', _vm.$attrs, false), _vm.$listeners));
|
|
2707
2707
|
};
|
|
2708
2708
|
|
|
2709
|
-
var __vue_staticRenderFns__$
|
|
2709
|
+
var __vue_staticRenderFns__$D = [];
|
|
2710
2710
|
/* style */
|
|
2711
2711
|
|
|
2712
|
-
var __vue_inject_styles__$
|
|
2712
|
+
var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
2713
2713
|
if (!inject) return;
|
|
2714
2714
|
inject("data-v-5e8a712c_0", {
|
|
2715
2715
|
source: ".el-input__suffix-inner{display:flex;align-items:center;height:100%}.el-input--large .el-input__count .el-input__count-inner{line-height:38px}.el-input--medium .el-input__count .el-input__count-inner{line-height:34px}.el-input--mini .el-input__count .el-input__count-inner{line-height:26px}",
|
|
@@ -2720,21 +2720,21 @@ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
|
2720
2720
|
/* scoped */
|
|
2721
2721
|
|
|
2722
2722
|
|
|
2723
|
-
var __vue_scope_id__$
|
|
2723
|
+
var __vue_scope_id__$E = undefined;
|
|
2724
2724
|
/* module identifier */
|
|
2725
2725
|
|
|
2726
|
-
var __vue_module_identifier__$
|
|
2726
|
+
var __vue_module_identifier__$E = "data-v-5e8a712c";
|
|
2727
2727
|
/* functional template */
|
|
2728
2728
|
|
|
2729
|
-
var __vue_is_functional_template__$
|
|
2729
|
+
var __vue_is_functional_template__$E = false;
|
|
2730
2730
|
/* style inject shadow dom */
|
|
2731
2731
|
|
|
2732
|
-
var __vue_component__$
|
|
2733
|
-
render: __vue_render__$
|
|
2734
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2735
|
-
}, __vue_inject_styles__$
|
|
2732
|
+
var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2733
|
+
render: __vue_render__$D,
|
|
2734
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
2735
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, createInjectorSSR, undefined);
|
|
2736
2736
|
|
|
2737
|
-
var TextField = __vue_component__$
|
|
2737
|
+
var TextField = __vue_component__$E;var mapLabelValue = function mapLabelValue(data, config) {
|
|
2738
2738
|
if (!Array.isArray(data)) {
|
|
2739
2739
|
return null;
|
|
2740
2740
|
}
|
|
@@ -2917,7 +2917,7 @@ var DataMixin = {
|
|
|
2917
2917
|
}
|
|
2918
2918
|
}
|
|
2919
2919
|
};//
|
|
2920
|
-
var script$
|
|
2920
|
+
var script$C = {
|
|
2921
2921
|
name: 'ui-field-radio',
|
|
2922
2922
|
mixins: [FieldMixin, DataMixin],
|
|
2923
2923
|
props: {
|
|
@@ -2985,10 +2985,10 @@ var script$B = {
|
|
|
2985
2985
|
}
|
|
2986
2986
|
}
|
|
2987
2987
|
};/* script */
|
|
2988
|
-
var __vue_script__$
|
|
2988
|
+
var __vue_script__$D = script$C;
|
|
2989
2989
|
/* template */
|
|
2990
2990
|
|
|
2991
|
-
var __vue_render__$
|
|
2991
|
+
var __vue_render__$C = function __vue_render__() {
|
|
2992
2992
|
var _vm = this;
|
|
2993
2993
|
|
|
2994
2994
|
var _h = _vm.$createElement;
|
|
@@ -3036,10 +3036,10 @@ var __vue_render__$B = function __vue_render__() {
|
|
|
3036
3036
|
}, [_vm._v("重新加载")])], 2) : _vm._e()], 2);
|
|
3037
3037
|
};
|
|
3038
3038
|
|
|
3039
|
-
var __vue_staticRenderFns__$
|
|
3039
|
+
var __vue_staticRenderFns__$C = [];
|
|
3040
3040
|
/* style */
|
|
3041
3041
|
|
|
3042
|
-
var __vue_inject_styles__$
|
|
3042
|
+
var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
3043
3043
|
if (!inject) return;
|
|
3044
3044
|
inject("data-v-e3949f02_0", {
|
|
3045
3045
|
source: ".ui-field-radio .empty[data-v-e3949f02]{display:inline-flex;align-items:center;font-size:12px;color:#909399}.ui-field-radio>.el-radio-group[data-v-e3949f02]{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center}.ui-field-radio>.el-radio-group .el-radio[data-v-e3949f02]{line-height:36px}[data-v-e3949f02] .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -3050,22 +3050,22 @@ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
|
3050
3050
|
/* scoped */
|
|
3051
3051
|
|
|
3052
3052
|
|
|
3053
|
-
var __vue_scope_id__$
|
|
3053
|
+
var __vue_scope_id__$D = "data-v-e3949f02";
|
|
3054
3054
|
/* module identifier */
|
|
3055
3055
|
|
|
3056
|
-
var __vue_module_identifier__$
|
|
3056
|
+
var __vue_module_identifier__$D = "data-v-e3949f02";
|
|
3057
3057
|
/* functional template */
|
|
3058
3058
|
|
|
3059
|
-
var __vue_is_functional_template__$
|
|
3059
|
+
var __vue_is_functional_template__$D = false;
|
|
3060
3060
|
/* style inject shadow dom */
|
|
3061
3061
|
|
|
3062
|
-
var __vue_component__$
|
|
3063
|
-
render: __vue_render__$
|
|
3064
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3065
|
-
}, __vue_inject_styles__$
|
|
3062
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
3063
|
+
render: __vue_render__$C,
|
|
3064
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
3065
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);
|
|
3066
3066
|
|
|
3067
|
-
var RadioField = __vue_component__$
|
|
3068
|
-
var script$
|
|
3067
|
+
var RadioField = __vue_component__$D;//
|
|
3068
|
+
var script$B = {
|
|
3069
3069
|
name: 'ui-field-checkbox',
|
|
3070
3070
|
mixins: [FieldMixin, DataMixin],
|
|
3071
3071
|
props: {
|
|
@@ -3138,10 +3138,10 @@ var script$A = {
|
|
|
3138
3138
|
}
|
|
3139
3139
|
}
|
|
3140
3140
|
};/* script */
|
|
3141
|
-
var __vue_script__$
|
|
3141
|
+
var __vue_script__$C = script$B;
|
|
3142
3142
|
/* template */
|
|
3143
3143
|
|
|
3144
|
-
var __vue_render__$
|
|
3144
|
+
var __vue_render__$B = function __vue_render__() {
|
|
3145
3145
|
var _vm = this;
|
|
3146
3146
|
|
|
3147
3147
|
var _h = _vm.$createElement;
|
|
@@ -3220,10 +3220,10 @@ var __vue_render__$A = function __vue_render__() {
|
|
|
3220
3220
|
}, [_vm._v("重新加载")])], 2) : _vm._e()], 2);
|
|
3221
3221
|
};
|
|
3222
3222
|
|
|
3223
|
-
var __vue_staticRenderFns__$
|
|
3223
|
+
var __vue_staticRenderFns__$B = [];
|
|
3224
3224
|
/* style */
|
|
3225
3225
|
|
|
3226
|
-
var __vue_inject_styles__$
|
|
3226
|
+
var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
3227
3227
|
if (!inject) return;
|
|
3228
3228
|
inject("data-v-ae8f026a_0", {
|
|
3229
3229
|
source: ".ui-field-checkbox .all[data-v-ae8f026a]{display:flex}.ui-field-checkbox .all>.el-checkbox[data-v-ae8f026a]{margin-right:0}.ui-field-checkbox .options[data-v-ae8f026a]{display:flex;flex-direction:row;align-items:center}.ui-field-checkbox .empty[data-v-ae8f026a]{display:inline-flex;align-items:center;font-size:12px;color:#909399}.ui-field-checkbox[data-v-ae8f026a] .el-checkbox{margin:0 8px 0 0}.ui-field-checkbox[data-v-ae8f026a] .el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:0}.ui-field-checkbox[data-v-ae8f026a] .el-divider{margin:0 10px}[data-v-ae8f026a] .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -3234,21 +3234,21 @@ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
|
3234
3234
|
/* scoped */
|
|
3235
3235
|
|
|
3236
3236
|
|
|
3237
|
-
var __vue_scope_id__$
|
|
3237
|
+
var __vue_scope_id__$C = "data-v-ae8f026a";
|
|
3238
3238
|
/* module identifier */
|
|
3239
3239
|
|
|
3240
|
-
var __vue_module_identifier__$
|
|
3240
|
+
var __vue_module_identifier__$C = "data-v-ae8f026a";
|
|
3241
3241
|
/* functional template */
|
|
3242
3242
|
|
|
3243
|
-
var __vue_is_functional_template__$
|
|
3243
|
+
var __vue_is_functional_template__$C = false;
|
|
3244
3244
|
/* style inject shadow dom */
|
|
3245
3245
|
|
|
3246
|
-
var __vue_component__$
|
|
3247
|
-
render: __vue_render__$
|
|
3248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3249
|
-
}, __vue_inject_styles__$
|
|
3246
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
3247
|
+
render: __vue_render__$B,
|
|
3248
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
3249
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, createInjectorSSR, undefined);
|
|
3250
3250
|
|
|
3251
|
-
var CheckboxField = __vue_component__$
|
|
3251
|
+
var CheckboxField = __vue_component__$C;var script$A = {
|
|
3252
3252
|
name: 'ui-field-select',
|
|
3253
3253
|
mixins: [FieldMixin, DataMixin],
|
|
3254
3254
|
inheritAttrs: false,
|
|
@@ -3506,10 +3506,10 @@ var CheckboxField = __vue_component__$B;var script$z = {
|
|
|
3506
3506
|
}
|
|
3507
3507
|
}
|
|
3508
3508
|
};/* script */
|
|
3509
|
-
var __vue_script__$
|
|
3509
|
+
var __vue_script__$B = script$A;
|
|
3510
3510
|
/* template */
|
|
3511
3511
|
|
|
3512
|
-
var __vue_render__$
|
|
3512
|
+
var __vue_render__$A = function __vue_render__() {
|
|
3513
3513
|
var _vm = this;
|
|
3514
3514
|
|
|
3515
3515
|
var _h = _vm.$createElement;
|
|
@@ -3630,10 +3630,10 @@ var __vue_render__$z = function __vue_render__() {
|
|
|
3630
3630
|
})], 1)], 2) : _vm._e()], 2);
|
|
3631
3631
|
};
|
|
3632
3632
|
|
|
3633
|
-
var __vue_staticRenderFns__$
|
|
3633
|
+
var __vue_staticRenderFns__$A = [];
|
|
3634
3634
|
/* style */
|
|
3635
3635
|
|
|
3636
|
-
var __vue_inject_styles__$
|
|
3636
|
+
var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
3637
3637
|
if (!inject) return;
|
|
3638
3638
|
inject("data-v-3c9745c2_0", {
|
|
3639
3639
|
source: ".ui-field-select .el-select{width:100%}.ui-field-select .el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:var(--color-primary)}.ui-field-select .empty{font-size:12px;color:#909399;display:flex;align-items:center}.ui-field-select .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -3644,22 +3644,22 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
|
3644
3644
|
/* scoped */
|
|
3645
3645
|
|
|
3646
3646
|
|
|
3647
|
-
var __vue_scope_id__$
|
|
3647
|
+
var __vue_scope_id__$B = undefined;
|
|
3648
3648
|
/* module identifier */
|
|
3649
3649
|
|
|
3650
|
-
var __vue_module_identifier__$
|
|
3650
|
+
var __vue_module_identifier__$B = "data-v-3c9745c2";
|
|
3651
3651
|
/* functional template */
|
|
3652
3652
|
|
|
3653
|
-
var __vue_is_functional_template__$
|
|
3653
|
+
var __vue_is_functional_template__$B = false;
|
|
3654
3654
|
/* style inject shadow dom */
|
|
3655
3655
|
|
|
3656
|
-
var __vue_component__$
|
|
3657
|
-
render: __vue_render__$
|
|
3658
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3659
|
-
}, __vue_inject_styles__$
|
|
3656
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3657
|
+
render: __vue_render__$A,
|
|
3658
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
3659
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);
|
|
3660
3660
|
|
|
3661
|
-
var SelectField = __vue_component__$
|
|
3662
|
-
var script$
|
|
3661
|
+
var SelectField = __vue_component__$B;//
|
|
3662
|
+
var script$z = {
|
|
3663
3663
|
name: 'ui-field-number',
|
|
3664
3664
|
mixins: [FieldMixin],
|
|
3665
3665
|
props: {
|
|
@@ -3686,10 +3686,10 @@ var script$y = {
|
|
|
3686
3686
|
}
|
|
3687
3687
|
}
|
|
3688
3688
|
};/* script */
|
|
3689
|
-
var __vue_script__$
|
|
3689
|
+
var __vue_script__$A = script$z;
|
|
3690
3690
|
/* template */
|
|
3691
3691
|
|
|
3692
|
-
var __vue_render__$
|
|
3692
|
+
var __vue_render__$z = function __vue_render__() {
|
|
3693
3693
|
var _vm = this;
|
|
3694
3694
|
|
|
3695
3695
|
var _h = _vm.$createElement;
|
|
@@ -3705,10 +3705,10 @@ var __vue_render__$y = function __vue_render__() {
|
|
|
3705
3705
|
}, 'el-input-number', _vm.$attrs, false), _vm.$listeners));
|
|
3706
3706
|
};
|
|
3707
3707
|
|
|
3708
|
-
var __vue_staticRenderFns__$
|
|
3708
|
+
var __vue_staticRenderFns__$z = [];
|
|
3709
3709
|
/* style */
|
|
3710
3710
|
|
|
3711
|
-
var __vue_inject_styles__$
|
|
3711
|
+
var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
3712
3712
|
if (!inject) return;
|
|
3713
3713
|
inject("data-v-53fd5ea2_0", {
|
|
3714
3714
|
source: ".ui-number-field[data-v-53fd5ea2]{width:100%}.ui-number-field[data-v-53fd5ea2] input{text-align:initial}",
|
|
@@ -3719,21 +3719,21 @@ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
|
3719
3719
|
/* scoped */
|
|
3720
3720
|
|
|
3721
3721
|
|
|
3722
|
-
var __vue_scope_id__$
|
|
3722
|
+
var __vue_scope_id__$A = "data-v-53fd5ea2";
|
|
3723
3723
|
/* module identifier */
|
|
3724
3724
|
|
|
3725
|
-
var __vue_module_identifier__$
|
|
3725
|
+
var __vue_module_identifier__$A = "data-v-53fd5ea2";
|
|
3726
3726
|
/* functional template */
|
|
3727
3727
|
|
|
3728
|
-
var __vue_is_functional_template__$
|
|
3728
|
+
var __vue_is_functional_template__$A = false;
|
|
3729
3729
|
/* style inject shadow dom */
|
|
3730
3730
|
|
|
3731
|
-
var __vue_component__$
|
|
3732
|
-
render: __vue_render__$
|
|
3733
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3734
|
-
}, __vue_inject_styles__$
|
|
3731
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3732
|
+
render: __vue_render__$z,
|
|
3733
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
3734
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);
|
|
3735
3735
|
|
|
3736
|
-
var NumberField = __vue_component__$
|
|
3736
|
+
var NumberField = __vue_component__$A;var randomStr = function randomStr(length) {
|
|
3737
3737
|
var str = Math.random().toString(36).substr(2);
|
|
3738
3738
|
|
|
3739
3739
|
if (str.length >= length) {
|
|
@@ -3747,7 +3747,7 @@ var NumberField = __vue_component__$z;var randomStr = function randomStr(length)
|
|
|
3747
3747
|
var Strings = {
|
|
3748
3748
|
random: randomStr
|
|
3749
3749
|
};var _excluded$9 = ["children"];
|
|
3750
|
-
var script$
|
|
3750
|
+
var script$y = {
|
|
3751
3751
|
name: 'ui-field-cascade',
|
|
3752
3752
|
mixins: [FieldMixin, DataMixin],
|
|
3753
3753
|
props: {
|
|
@@ -4028,10 +4028,10 @@ var script$x = {
|
|
|
4028
4028
|
}
|
|
4029
4029
|
}
|
|
4030
4030
|
};/* script */
|
|
4031
|
-
var __vue_script__$
|
|
4031
|
+
var __vue_script__$z = script$y;
|
|
4032
4032
|
/* template */
|
|
4033
4033
|
|
|
4034
|
-
var __vue_render__$
|
|
4034
|
+
var __vue_render__$y = function __vue_render__() {
|
|
4035
4035
|
var _vm = this;
|
|
4036
4036
|
|
|
4037
4037
|
var _h = _vm.$createElement;
|
|
@@ -4091,10 +4091,10 @@ var __vue_render__$x = function __vue_render__() {
|
|
|
4091
4091
|
})], 1)], 2) : _vm._e()], 2);
|
|
4092
4092
|
};
|
|
4093
4093
|
|
|
4094
|
-
var __vue_staticRenderFns__$
|
|
4094
|
+
var __vue_staticRenderFns__$y = [];
|
|
4095
4095
|
/* style */
|
|
4096
4096
|
|
|
4097
|
-
var __vue_inject_styles__$
|
|
4097
|
+
var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
4098
4098
|
if (!inject) return;
|
|
4099
4099
|
inject("data-v-e8617b10_0", {
|
|
4100
4100
|
source: ".ui-cascade-field[data-v-e8617b10]{width:100%}.ui-cascade-field-popper[data-v-e8617b10]{z-index:99999!important}.ui-cascade-field-popper .el-cascader-menu__item[data-v-e8617b10]{padding-right:30px}[data-v-e8617b10] .el-loading-mask .el-loading-spinner{margin-top:-14px}",
|
|
@@ -4105,21 +4105,21 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
|
4105
4105
|
/* scoped */
|
|
4106
4106
|
|
|
4107
4107
|
|
|
4108
|
-
var __vue_scope_id__$
|
|
4108
|
+
var __vue_scope_id__$z = "data-v-e8617b10";
|
|
4109
4109
|
/* module identifier */
|
|
4110
4110
|
|
|
4111
|
-
var __vue_module_identifier__$
|
|
4111
|
+
var __vue_module_identifier__$z = "data-v-e8617b10";
|
|
4112
4112
|
/* functional template */
|
|
4113
4113
|
|
|
4114
|
-
var __vue_is_functional_template__$
|
|
4114
|
+
var __vue_is_functional_template__$z = false;
|
|
4115
4115
|
/* style inject shadow dom */
|
|
4116
4116
|
|
|
4117
|
-
var __vue_component__$
|
|
4118
|
-
render: __vue_render__$
|
|
4119
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4120
|
-
}, __vue_inject_styles__$
|
|
4117
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
4118
|
+
render: __vue_render__$y,
|
|
4119
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
4120
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);
|
|
4121
4121
|
|
|
4122
|
-
var CascadeField = __vue_component__$
|
|
4122
|
+
var CascadeField = __vue_component__$z;/**
|
|
4123
4123
|
* @param text
|
|
4124
4124
|
* @param unit
|
|
4125
4125
|
years y
|
|
@@ -4171,7 +4171,7 @@ var DisabledDate = {
|
|
|
4171
4171
|
return time.getTime() > Date.now();
|
|
4172
4172
|
}
|
|
4173
4173
|
};//
|
|
4174
|
-
var script$
|
|
4174
|
+
var script$x = {
|
|
4175
4175
|
name: 'ui-field-date',
|
|
4176
4176
|
mixins: [FieldMixin],
|
|
4177
4177
|
props: {
|
|
@@ -4308,10 +4308,10 @@ var script$w = {
|
|
|
4308
4308
|
}
|
|
4309
4309
|
}
|
|
4310
4310
|
};/* script */
|
|
4311
|
-
var __vue_script__$
|
|
4311
|
+
var __vue_script__$y = script$x;
|
|
4312
4312
|
/* template */
|
|
4313
4313
|
|
|
4314
|
-
var __vue_render__$
|
|
4314
|
+
var __vue_render__$x = function __vue_render__() {
|
|
4315
4315
|
var _vm = this;
|
|
4316
4316
|
|
|
4317
4317
|
var _h = _vm.$createElement;
|
|
@@ -4335,10 +4335,10 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
4335
4335
|
}, 'el-date-picker', _vm.$attrs, false), _vm._listeners));
|
|
4336
4336
|
};
|
|
4337
4337
|
|
|
4338
|
-
var __vue_staticRenderFns__$
|
|
4338
|
+
var __vue_staticRenderFns__$x = [];
|
|
4339
4339
|
/* style */
|
|
4340
4340
|
|
|
4341
|
-
var __vue_inject_styles__$
|
|
4341
|
+
var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
4342
4342
|
if (!inject) return;
|
|
4343
4343
|
inject("data-v-768a430c_0", {
|
|
4344
4344
|
source: ".ui-date-field.el-date-editor[data-v-768a430c]{width:100%}",
|
|
@@ -4349,22 +4349,22 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
|
4349
4349
|
/* scoped */
|
|
4350
4350
|
|
|
4351
4351
|
|
|
4352
|
-
var __vue_scope_id__$
|
|
4352
|
+
var __vue_scope_id__$y = "data-v-768a430c";
|
|
4353
4353
|
/* module identifier */
|
|
4354
4354
|
|
|
4355
|
-
var __vue_module_identifier__$
|
|
4355
|
+
var __vue_module_identifier__$y = "data-v-768a430c";
|
|
4356
4356
|
/* functional template */
|
|
4357
4357
|
|
|
4358
|
-
var __vue_is_functional_template__$
|
|
4358
|
+
var __vue_is_functional_template__$y = false;
|
|
4359
4359
|
/* style inject shadow dom */
|
|
4360
4360
|
|
|
4361
|
-
var __vue_component__$
|
|
4362
|
-
render: __vue_render__$
|
|
4363
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4364
|
-
}, __vue_inject_styles__$
|
|
4361
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
4362
|
+
render: __vue_render__$x,
|
|
4363
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
4364
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);
|
|
4365
4365
|
|
|
4366
|
-
var DateField = __vue_component__$
|
|
4367
|
-
var script$
|
|
4366
|
+
var DateField = __vue_component__$y;//
|
|
4367
|
+
var script$w = {
|
|
4368
4368
|
name: 'ui-field-timepicker',
|
|
4369
4369
|
mixins: [FieldMixin],
|
|
4370
4370
|
props: {
|
|
@@ -4425,10 +4425,10 @@ var script$v = {
|
|
|
4425
4425
|
}
|
|
4426
4426
|
}
|
|
4427
4427
|
};/* script */
|
|
4428
|
-
var __vue_script__$
|
|
4428
|
+
var __vue_script__$x = script$w;
|
|
4429
4429
|
/* template */
|
|
4430
4430
|
|
|
4431
|
-
var __vue_render__$
|
|
4431
|
+
var __vue_render__$w = function __vue_render__() {
|
|
4432
4432
|
var _vm = this;
|
|
4433
4433
|
|
|
4434
4434
|
var _h = _vm.$createElement;
|
|
@@ -4450,10 +4450,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
4450
4450
|
}, 'el-time-picker', _vm.$attrs, false), _vm._listeners));
|
|
4451
4451
|
};
|
|
4452
4452
|
|
|
4453
|
-
var __vue_staticRenderFns__$
|
|
4453
|
+
var __vue_staticRenderFns__$w = [];
|
|
4454
4454
|
/* style */
|
|
4455
4455
|
|
|
4456
|
-
var __vue_inject_styles__$
|
|
4456
|
+
var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
4457
4457
|
if (!inject) return;
|
|
4458
4458
|
inject("data-v-18a65ed4_0", {
|
|
4459
4459
|
source: ".ui-timepicker-field.el-date-editor[data-v-18a65ed4]{width:100%}",
|
|
@@ -4464,22 +4464,22 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
|
4464
4464
|
/* scoped */
|
|
4465
4465
|
|
|
4466
4466
|
|
|
4467
|
-
var __vue_scope_id__$
|
|
4467
|
+
var __vue_scope_id__$x = "data-v-18a65ed4";
|
|
4468
4468
|
/* module identifier */
|
|
4469
4469
|
|
|
4470
|
-
var __vue_module_identifier__$
|
|
4470
|
+
var __vue_module_identifier__$x = "data-v-18a65ed4";
|
|
4471
4471
|
/* functional template */
|
|
4472
4472
|
|
|
4473
|
-
var __vue_is_functional_template__$
|
|
4473
|
+
var __vue_is_functional_template__$x = false;
|
|
4474
4474
|
/* style inject shadow dom */
|
|
4475
4475
|
|
|
4476
|
-
var __vue_component__$
|
|
4477
|
-
render: __vue_render__$
|
|
4478
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4479
|
-
}, __vue_inject_styles__$
|
|
4476
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
4477
|
+
render: __vue_render__$w,
|
|
4478
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
4479
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);
|
|
4480
4480
|
|
|
4481
|
-
var TimePickerField = __vue_component__$
|
|
4482
|
-
var script$
|
|
4481
|
+
var TimePickerField = __vue_component__$x;//
|
|
4482
|
+
var script$v = {
|
|
4483
4483
|
name: 'ui-field-timeselect',
|
|
4484
4484
|
mixins: [FieldMixin],
|
|
4485
4485
|
methods: {
|
|
@@ -4489,10 +4489,10 @@ var script$u = {
|
|
|
4489
4489
|
}
|
|
4490
4490
|
}
|
|
4491
4491
|
};/* script */
|
|
4492
|
-
var __vue_script__$
|
|
4492
|
+
var __vue_script__$w = script$v;
|
|
4493
4493
|
/* template */
|
|
4494
4494
|
|
|
4495
|
-
var __vue_render__$
|
|
4495
|
+
var __vue_render__$v = function __vue_render__() {
|
|
4496
4496
|
var _vm = this;
|
|
4497
4497
|
|
|
4498
4498
|
var _h = _vm.$createElement;
|
|
@@ -4507,10 +4507,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
4507
4507
|
}, 'el-time-select', _vm.$attrs, false), _vm.$listeners));
|
|
4508
4508
|
};
|
|
4509
4509
|
|
|
4510
|
-
var __vue_staticRenderFns__$
|
|
4510
|
+
var __vue_staticRenderFns__$v = [];
|
|
4511
4511
|
/* style */
|
|
4512
4512
|
|
|
4513
|
-
var __vue_inject_styles__$
|
|
4513
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
4514
4514
|
if (!inject) return;
|
|
4515
4515
|
inject("data-v-502897fb_0", {
|
|
4516
4516
|
source: ".ui-timeselect-field.el-date-editor[data-v-502897fb]{width:100%}",
|
|
@@ -4521,28 +4521,28 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
4521
4521
|
/* scoped */
|
|
4522
4522
|
|
|
4523
4523
|
|
|
4524
|
-
var __vue_scope_id__$
|
|
4524
|
+
var __vue_scope_id__$w = "data-v-502897fb";
|
|
4525
4525
|
/* module identifier */
|
|
4526
4526
|
|
|
4527
|
-
var __vue_module_identifier__$
|
|
4527
|
+
var __vue_module_identifier__$w = "data-v-502897fb";
|
|
4528
4528
|
/* functional template */
|
|
4529
4529
|
|
|
4530
|
-
var __vue_is_functional_template__$
|
|
4530
|
+
var __vue_is_functional_template__$w = false;
|
|
4531
4531
|
/* style inject shadow dom */
|
|
4532
4532
|
|
|
4533
|
-
var __vue_component__$
|
|
4534
|
-
render: __vue_render__$
|
|
4535
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4536
|
-
}, __vue_inject_styles__$
|
|
4533
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4534
|
+
render: __vue_render__$v,
|
|
4535
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
4536
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);
|
|
4537
4537
|
|
|
4538
|
-
var TimeSelectField = __vue_component__$
|
|
4538
|
+
var TimeSelectField = __vue_component__$w;//
|
|
4539
4539
|
|
|
4540
4540
|
Date.prototype.calendar = function () {
|
|
4541
4541
|
var month = this.getMonth() + 1;
|
|
4542
4542
|
return [this.getFullYear(), month < 10 ? "0" + month : month, this.getDate()].join("-");
|
|
4543
4543
|
};
|
|
4544
4544
|
|
|
4545
|
-
var script$
|
|
4545
|
+
var script$u = {
|
|
4546
4546
|
name: 'ui-field-datse',
|
|
4547
4547
|
mixins: [FieldMixin],
|
|
4548
4548
|
props: {
|
|
@@ -4588,10 +4588,10 @@ var script$t = {
|
|
|
4588
4588
|
}
|
|
4589
4589
|
}
|
|
4590
4590
|
};/* script */
|
|
4591
|
-
var __vue_script__$
|
|
4591
|
+
var __vue_script__$v = script$u;
|
|
4592
4592
|
/* template */
|
|
4593
4593
|
|
|
4594
|
-
var __vue_render__$
|
|
4594
|
+
var __vue_render__$u = function __vue_render__() {
|
|
4595
4595
|
var _vm = this;
|
|
4596
4596
|
|
|
4597
4597
|
var _h = _vm.$createElement;
|
|
@@ -4626,10 +4626,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
4626
4626
|
})], 2);
|
|
4627
4627
|
};
|
|
4628
4628
|
|
|
4629
|
-
var __vue_staticRenderFns__$
|
|
4629
|
+
var __vue_staticRenderFns__$u = [];
|
|
4630
4630
|
/* style */
|
|
4631
4631
|
|
|
4632
|
-
var __vue_inject_styles__$
|
|
4632
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
4633
4633
|
if (!inject) return;
|
|
4634
4634
|
inject("data-v-33f2225c_0", {
|
|
4635
4635
|
source: ".ui-date-field.el-date-editor[data-v-33f2225c]{width:100%}.calendar[data-v-33f2225c]{margin-right:20px}.calendar .calendarItem[data-v-33f2225c]{display:inline-block;box-sizing:border-box;width:45px;height:35px;cursor:pointer;border-right:1px solid #e3e3ee;text-align:center;border:1px solid #e3e3e3;font-size:14px}.calendar .calendarItem[data-v-33f2225c]:first-of-type{border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px}.calendar .calendarItem[data-v-33f2225c]:last-of-type{border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.calendar .calendar-active[data-v-33f2225c]{color:#1890ff;background:#e3e3e3}.separator[data-v-33f2225c]{margin-right:10px;color:#333}",
|
|
@@ -4640,21 +4640,21 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
|
4640
4640
|
/* scoped */
|
|
4641
4641
|
|
|
4642
4642
|
|
|
4643
|
-
var __vue_scope_id__$
|
|
4643
|
+
var __vue_scope_id__$v = "data-v-33f2225c";
|
|
4644
4644
|
/* module identifier */
|
|
4645
4645
|
|
|
4646
|
-
var __vue_module_identifier__$
|
|
4646
|
+
var __vue_module_identifier__$v = "data-v-33f2225c";
|
|
4647
4647
|
/* functional template */
|
|
4648
4648
|
|
|
4649
|
-
var __vue_is_functional_template__$
|
|
4649
|
+
var __vue_is_functional_template__$v = false;
|
|
4650
4650
|
/* style inject shadow dom */
|
|
4651
4651
|
|
|
4652
|
-
var __vue_component__$
|
|
4653
|
-
render: __vue_render__$
|
|
4654
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4655
|
-
}, __vue_inject_styles__$
|
|
4652
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4653
|
+
render: __vue_render__$u,
|
|
4654
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
4655
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);
|
|
4656
4656
|
|
|
4657
|
-
var DatecCalendarField = __vue_component__$
|
|
4657
|
+
var DatecCalendarField = __vue_component__$v;var script$t = {
|
|
4658
4658
|
name: 'ui-field-slider',
|
|
4659
4659
|
mixins: [FieldMixin],
|
|
4660
4660
|
props: {
|
|
@@ -4721,10 +4721,10 @@ var DatecCalendarField = __vue_component__$u;var script$s = {
|
|
|
4721
4721
|
})
|
|
4722
4722
|
}
|
|
4723
4723
|
};/* script */
|
|
4724
|
-
var __vue_script__$
|
|
4724
|
+
var __vue_script__$u = script$t;
|
|
4725
4725
|
/* template */
|
|
4726
4726
|
|
|
4727
|
-
var __vue_render__$
|
|
4727
|
+
var __vue_render__$t = function __vue_render__() {
|
|
4728
4728
|
var _vm = this;
|
|
4729
4729
|
|
|
4730
4730
|
var _h = _vm.$createElement;
|
|
@@ -4750,39 +4750,39 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
4750
4750
|
}, 'el-slider', _vm.$attrs, false), _vm._listeners));
|
|
4751
4751
|
};
|
|
4752
4752
|
|
|
4753
|
-
var __vue_staticRenderFns__$
|
|
4753
|
+
var __vue_staticRenderFns__$t = [];
|
|
4754
4754
|
/* style */
|
|
4755
4755
|
|
|
4756
|
-
var __vue_inject_styles__$
|
|
4756
|
+
var __vue_inject_styles__$u = undefined;
|
|
4757
4757
|
/* scoped */
|
|
4758
4758
|
|
|
4759
|
-
var __vue_scope_id__$
|
|
4759
|
+
var __vue_scope_id__$u = "data-v-8fc41acc";
|
|
4760
4760
|
/* module identifier */
|
|
4761
4761
|
|
|
4762
|
-
var __vue_module_identifier__$
|
|
4762
|
+
var __vue_module_identifier__$u = "data-v-8fc41acc";
|
|
4763
4763
|
/* functional template */
|
|
4764
4764
|
|
|
4765
|
-
var __vue_is_functional_template__$
|
|
4765
|
+
var __vue_is_functional_template__$u = false;
|
|
4766
4766
|
/* style inject */
|
|
4767
4767
|
|
|
4768
4768
|
/* style inject SSR */
|
|
4769
4769
|
|
|
4770
4770
|
/* style inject shadow dom */
|
|
4771
4771
|
|
|
4772
|
-
var __vue_component__$
|
|
4773
|
-
render: __vue_render__$
|
|
4774
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4775
|
-
}, __vue_inject_styles__$
|
|
4772
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4773
|
+
render: __vue_render__$t,
|
|
4774
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
4775
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
4776
4776
|
|
|
4777
|
-
var SliderField = __vue_component__$
|
|
4778
|
-
var script$
|
|
4777
|
+
var SliderField = __vue_component__$u;//
|
|
4778
|
+
var script$s = {
|
|
4779
4779
|
name: 'ui-field-switch',
|
|
4780
4780
|
mixins: [FieldMixin]
|
|
4781
4781
|
};/* script */
|
|
4782
|
-
var __vue_script__$
|
|
4782
|
+
var __vue_script__$t = script$s;
|
|
4783
4783
|
/* template */
|
|
4784
4784
|
|
|
4785
|
-
var __vue_render__$
|
|
4785
|
+
var __vue_render__$s = function __vue_render__() {
|
|
4786
4786
|
var _vm = this;
|
|
4787
4787
|
|
|
4788
4788
|
var _h = _vm.$createElement;
|
|
@@ -4796,32 +4796,32 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
4796
4796
|
}, 'el-switch', _vm.$attrs, false), _vm.$listeners));
|
|
4797
4797
|
};
|
|
4798
4798
|
|
|
4799
|
-
var __vue_staticRenderFns__$
|
|
4799
|
+
var __vue_staticRenderFns__$s = [];
|
|
4800
4800
|
/* style */
|
|
4801
4801
|
|
|
4802
|
-
var __vue_inject_styles__$
|
|
4802
|
+
var __vue_inject_styles__$t = undefined;
|
|
4803
4803
|
/* scoped */
|
|
4804
4804
|
|
|
4805
|
-
var __vue_scope_id__$
|
|
4805
|
+
var __vue_scope_id__$t = "data-v-0a1271ea";
|
|
4806
4806
|
/* module identifier */
|
|
4807
4807
|
|
|
4808
|
-
var __vue_module_identifier__$
|
|
4808
|
+
var __vue_module_identifier__$t = "data-v-0a1271ea";
|
|
4809
4809
|
/* functional template */
|
|
4810
4810
|
|
|
4811
|
-
var __vue_is_functional_template__$
|
|
4811
|
+
var __vue_is_functional_template__$t = false;
|
|
4812
4812
|
/* style inject */
|
|
4813
4813
|
|
|
4814
4814
|
/* style inject SSR */
|
|
4815
4815
|
|
|
4816
4816
|
/* style inject shadow dom */
|
|
4817
4817
|
|
|
4818
|
-
var __vue_component__$
|
|
4819
|
-
render: __vue_render__$
|
|
4820
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4821
|
-
}, __vue_inject_styles__$
|
|
4818
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4819
|
+
render: __vue_render__$s,
|
|
4820
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
4821
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
4822
4822
|
|
|
4823
|
-
var SwitchField = __vue_component__$
|
|
4824
|
-
var script$
|
|
4823
|
+
var SwitchField = __vue_component__$t;//
|
|
4824
|
+
var script$r = {
|
|
4825
4825
|
name: 'ui-field-rate',
|
|
4826
4826
|
mixins: [FieldMixin],
|
|
4827
4827
|
props: {
|
|
@@ -4851,10 +4851,10 @@ var script$q = {
|
|
|
4851
4851
|
}
|
|
4852
4852
|
}
|
|
4853
4853
|
};/* script */
|
|
4854
|
-
var __vue_script__$
|
|
4854
|
+
var __vue_script__$s = script$r;
|
|
4855
4855
|
/* template */
|
|
4856
4856
|
|
|
4857
|
-
var __vue_render__$
|
|
4857
|
+
var __vue_render__$r = function __vue_render__() {
|
|
4858
4858
|
var _vm = this;
|
|
4859
4859
|
|
|
4860
4860
|
var _h = _vm.$createElement;
|
|
@@ -4875,32 +4875,32 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
4875
4875
|
}, 'el-rate', _vm.$attrs, false), _vm._listeners));
|
|
4876
4876
|
};
|
|
4877
4877
|
|
|
4878
|
-
var __vue_staticRenderFns__$
|
|
4878
|
+
var __vue_staticRenderFns__$r = [];
|
|
4879
4879
|
/* style */
|
|
4880
4880
|
|
|
4881
|
-
var __vue_inject_styles__$
|
|
4881
|
+
var __vue_inject_styles__$s = undefined;
|
|
4882
4882
|
/* scoped */
|
|
4883
4883
|
|
|
4884
|
-
var __vue_scope_id__$
|
|
4884
|
+
var __vue_scope_id__$s = "data-v-8027f8f8";
|
|
4885
4885
|
/* module identifier */
|
|
4886
4886
|
|
|
4887
|
-
var __vue_module_identifier__$
|
|
4887
|
+
var __vue_module_identifier__$s = "data-v-8027f8f8";
|
|
4888
4888
|
/* functional template */
|
|
4889
4889
|
|
|
4890
|
-
var __vue_is_functional_template__$
|
|
4890
|
+
var __vue_is_functional_template__$s = false;
|
|
4891
4891
|
/* style inject */
|
|
4892
4892
|
|
|
4893
4893
|
/* style inject SSR */
|
|
4894
4894
|
|
|
4895
4895
|
/* style inject shadow dom */
|
|
4896
4896
|
|
|
4897
|
-
var __vue_component__$
|
|
4898
|
-
render: __vue_render__$
|
|
4899
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4900
|
-
}, __vue_inject_styles__$
|
|
4897
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
4898
|
+
render: __vue_render__$r,
|
|
4899
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
4900
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
4901
4901
|
|
|
4902
|
-
var RateField = __vue_component__$
|
|
4903
|
-
var script$
|
|
4902
|
+
var RateField = __vue_component__$s;//
|
|
4903
|
+
var script$q = {
|
|
4904
4904
|
name: 'ui-field-color',
|
|
4905
4905
|
mixins: [FieldMixin],
|
|
4906
4906
|
props: {
|
|
@@ -4910,10 +4910,10 @@ var script$p = {
|
|
|
4910
4910
|
}
|
|
4911
4911
|
}
|
|
4912
4912
|
};/* script */
|
|
4913
|
-
var __vue_script__$
|
|
4913
|
+
var __vue_script__$r = script$q;
|
|
4914
4914
|
/* template */
|
|
4915
4915
|
|
|
4916
|
-
var __vue_render__$
|
|
4916
|
+
var __vue_render__$q = function __vue_render__() {
|
|
4917
4917
|
var _vm = this;
|
|
4918
4918
|
|
|
4919
4919
|
var _h = _vm.$createElement;
|
|
@@ -4929,10 +4929,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
4929
4929
|
}, 'el-color-picker', _vm.$attrs, false), _vm.$listeners));
|
|
4930
4930
|
};
|
|
4931
4931
|
|
|
4932
|
-
var __vue_staticRenderFns__$
|
|
4932
|
+
var __vue_staticRenderFns__$q = [];
|
|
4933
4933
|
/* style */
|
|
4934
4934
|
|
|
4935
|
-
var __vue_inject_styles__$
|
|
4935
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
4936
4936
|
if (!inject) return;
|
|
4937
4937
|
inject("data-v-ce10c0fa_0", {
|
|
4938
4938
|
source: ".ui-field-color[data-v-ce10c0fa]{width:100%}",
|
|
@@ -4943,21 +4943,21 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
4943
4943
|
/* scoped */
|
|
4944
4944
|
|
|
4945
4945
|
|
|
4946
|
-
var __vue_scope_id__$
|
|
4946
|
+
var __vue_scope_id__$r = "data-v-ce10c0fa";
|
|
4947
4947
|
/* module identifier */
|
|
4948
4948
|
|
|
4949
|
-
var __vue_module_identifier__$
|
|
4949
|
+
var __vue_module_identifier__$r = "data-v-ce10c0fa";
|
|
4950
4950
|
/* functional template */
|
|
4951
4951
|
|
|
4952
|
-
var __vue_is_functional_template__$
|
|
4952
|
+
var __vue_is_functional_template__$r = false;
|
|
4953
4953
|
/* style inject shadow dom */
|
|
4954
4954
|
|
|
4955
|
-
var __vue_component__$
|
|
4956
|
-
render: __vue_render__$
|
|
4957
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4958
|
-
}, __vue_inject_styles__$
|
|
4955
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
4956
|
+
render: __vue_render__$q,
|
|
4957
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
4958
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);
|
|
4959
4959
|
|
|
4960
|
-
var ColorField = __vue_component__$
|
|
4960
|
+
var ColorField = __vue_component__$r;var Upload = {
|
|
4961
4961
|
default: function _default(url) {
|
|
4962
4962
|
var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
4963
4963
|
var file = arguments.length > 2 ? arguments[2] : undefined;
|
|
@@ -5208,10 +5208,10 @@ var RichField$1 = {
|
|
|
5208
5208
|
}
|
|
5209
5209
|
}
|
|
5210
5210
|
};/* script */
|
|
5211
|
-
var __vue_script__$
|
|
5211
|
+
var __vue_script__$q = RichField$1;
|
|
5212
5212
|
/* template */
|
|
5213
5213
|
|
|
5214
|
-
var __vue_render__$
|
|
5214
|
+
var __vue_render__$p = function __vue_render__() {
|
|
5215
5215
|
var _vm = this;
|
|
5216
5216
|
|
|
5217
5217
|
var _h = _vm.$createElement;
|
|
@@ -5229,10 +5229,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
5229
5229
|
});
|
|
5230
5230
|
};
|
|
5231
5231
|
|
|
5232
|
-
var __vue_staticRenderFns__$
|
|
5232
|
+
var __vue_staticRenderFns__$p = [];
|
|
5233
5233
|
/* style */
|
|
5234
5234
|
|
|
5235
|
-
var __vue_inject_styles__$
|
|
5235
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
5236
5236
|
if (!inject) return;
|
|
5237
5237
|
inject("data-v-6d5e5e4c_0", {
|
|
5238
5238
|
source: ".quill-editor .ql-font span[data-value=Arial]::before{content:\"Arial\"!important;font-family:Arial,serif}.quill-editor .ql-font span[data-value=FangSong]::before{content:\"仿宋\"!important;font-family:\"仿宋_GB2312\",FangSong_GB2312,\"宋体\",SimSun,STFangsong,STSong,serif}.quill-editor .ql-font span[data-value=HeiTi]::before{content:\"黑体\"!important;font-family:\"黑体\",SimHei,\"微软正黑体\",\"Microsoft JhengHei\",STHeiti,serif}.quill-editor .ql-font span[data-value=Microsoft]::before{content:\"微软雅黑\"!important;font-family:\"微软雅黑\",\"Microsoft YaHei\",serif}.quill-editor .ql-font-Arial{font-family:Arial,serif}.quill-editor .ql-font-FangSong{font-family:\"仿宋_GB2312\",FangSong_GB2312,\"宋体\",SimSun,STFangsong,STSong,serif}.quill-editor .ql-font-HeiTi{font-family:\"黑体\",SimHei,\"微软正黑体\",\"Microsoft JhengHei\",STHeiti,serif}.quill-editor .ql-font-Microsoft{font-family:\"微软雅黑\",\"Microsoft YaHei\",serif}",
|
|
@@ -5247,21 +5247,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
5247
5247
|
/* scoped */
|
|
5248
5248
|
|
|
5249
5249
|
|
|
5250
|
-
var __vue_scope_id__$
|
|
5250
|
+
var __vue_scope_id__$q = "data-v-6d5e5e4c";
|
|
5251
5251
|
/* module identifier */
|
|
5252
5252
|
|
|
5253
|
-
var __vue_module_identifier__$
|
|
5253
|
+
var __vue_module_identifier__$q = "data-v-6d5e5e4c";
|
|
5254
5254
|
/* functional template */
|
|
5255
5255
|
|
|
5256
|
-
var __vue_is_functional_template__$
|
|
5256
|
+
var __vue_is_functional_template__$q = false;
|
|
5257
5257
|
/* style inject shadow dom */
|
|
5258
5258
|
|
|
5259
|
-
var __vue_component__$
|
|
5260
|
-
render: __vue_render__$
|
|
5261
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5262
|
-
}, __vue_inject_styles__$
|
|
5259
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
5260
|
+
render: __vue_render__$p,
|
|
5261
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
5262
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);
|
|
5263
5263
|
|
|
5264
|
-
var RichField = __vue_component__$
|
|
5264
|
+
var RichField = __vue_component__$q;var getUrlSuffix = function getUrlSuffix(url) {
|
|
5265
5265
|
if (!url) {
|
|
5266
5266
|
return '';
|
|
5267
5267
|
}
|
|
@@ -5275,7 +5275,7 @@ var RichField = __vue_component__$p;var getUrlSuffix = function getUrlSuffix(url
|
|
|
5275
5275
|
return url.substring(index + 1);
|
|
5276
5276
|
};
|
|
5277
5277
|
|
|
5278
|
-
var script$
|
|
5278
|
+
var script$p = {
|
|
5279
5279
|
name: 'ui-field-upload-file',
|
|
5280
5280
|
mixins: [FieldMixin],
|
|
5281
5281
|
props: {
|
|
@@ -5490,10 +5490,10 @@ var script$o = {
|
|
|
5490
5490
|
}
|
|
5491
5491
|
}
|
|
5492
5492
|
};/* script */
|
|
5493
|
-
var __vue_script__$
|
|
5493
|
+
var __vue_script__$p = script$p;
|
|
5494
5494
|
/* template */
|
|
5495
5495
|
|
|
5496
|
-
var __vue_render__$
|
|
5496
|
+
var __vue_render__$o = function __vue_render__() {
|
|
5497
5497
|
var _vm = this;
|
|
5498
5498
|
|
|
5499
5499
|
var _h = _vm.$createElement;
|
|
@@ -5529,10 +5529,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
5529
5529
|
}) + "</div>")], 2);
|
|
5530
5530
|
};
|
|
5531
5531
|
|
|
5532
|
-
var __vue_staticRenderFns__$
|
|
5532
|
+
var __vue_staticRenderFns__$o = [];
|
|
5533
5533
|
/* style */
|
|
5534
5534
|
|
|
5535
|
-
var __vue_inject_styles__$
|
|
5535
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
5536
5536
|
if (!inject) return;
|
|
5537
5537
|
inject("data-v-88ea6810_0", {
|
|
5538
5538
|
source: ".ui-file-upload-field[data-v-88ea6810]{width:100%}.ui-file-upload-field .uploader[data-v-88ea6810]{margin-bottom:5px}.ui-file-upload-field .uploader.disabled[data-v-88ea6810] .el-upload{cursor:not-allowed;pointer-events:none}.ui-file-upload-field .uploader.disabled[data-v-88ea6810] .el-upload .upload-btn{color:#888c94;background-color:#edeef0}.ui-file-upload-field .upload-btn[data-v-88ea6810]{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-88ea6810]:hover{background-color:#0d84ff}.ui-file-upload-field .files[data-v-88ea6810]{max-width:100%}.ui-file-upload-field .files .file[data-v-88ea6810]{color:#606266;font-size:14px;transition:all .3s;cursor:pointer;display:grid;grid-template-columns:14px auto 28px;align-items:center;max-width:100%}.ui-file-upload-field .files .file a[data-v-88ea6810]{color:#606266;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-file-upload-field .files .file .close[data-v-88ea6810]{color:transparent;width:28px;text-align:center;visibility:hidden;transition:color .3s;font-weight:700}.ui-file-upload-field .files .file[data-v-88ea6810]:hover{background-color:#f5f7fa}.ui-file-upload-field .files .file:hover a[data-v-88ea6810]{color:var(--color-primary)}.ui-file-upload-field .files .file:hover .close[data-v-88ea6810]{color:#409eff;visibility:visible}",
|
|
@@ -5543,22 +5543,22 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
5543
5543
|
/* scoped */
|
|
5544
5544
|
|
|
5545
5545
|
|
|
5546
|
-
var __vue_scope_id__$
|
|
5546
|
+
var __vue_scope_id__$p = "data-v-88ea6810";
|
|
5547
5547
|
/* module identifier */
|
|
5548
5548
|
|
|
5549
|
-
var __vue_module_identifier__$
|
|
5549
|
+
var __vue_module_identifier__$p = "data-v-88ea6810";
|
|
5550
5550
|
/* functional template */
|
|
5551
5551
|
|
|
5552
|
-
var __vue_is_functional_template__$
|
|
5552
|
+
var __vue_is_functional_template__$p = false;
|
|
5553
5553
|
/* style inject shadow dom */
|
|
5554
5554
|
|
|
5555
|
-
var __vue_component__$
|
|
5556
|
-
render: __vue_render__$
|
|
5557
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5558
|
-
}, __vue_inject_styles__$
|
|
5555
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
5556
|
+
render: __vue_render__$o,
|
|
5557
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
5558
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);
|
|
5559
5559
|
|
|
5560
|
-
var FileUploadField = __vue_component__$
|
|
5561
|
-
var script$
|
|
5560
|
+
var FileUploadField = __vue_component__$p;//
|
|
5561
|
+
var script$o = {
|
|
5562
5562
|
name: 'ui-field-upload-image',
|
|
5563
5563
|
mixins: [FileUploadField],
|
|
5564
5564
|
props: {
|
|
@@ -5576,10 +5576,10 @@ var script$n = {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
}
|
|
5578
5578
|
};/* script */
|
|
5579
|
-
var __vue_script__$
|
|
5579
|
+
var __vue_script__$o = script$o;
|
|
5580
5580
|
/* template */
|
|
5581
5581
|
|
|
5582
|
-
var __vue_render__$
|
|
5582
|
+
var __vue_render__$n = function __vue_render__() {
|
|
5583
5583
|
var _vm = this;
|
|
5584
5584
|
|
|
5585
5585
|
var _h = _vm.$createElement;
|
|
@@ -5623,10 +5623,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
5623
5623
|
}), _vm._v(" "), _c('span', [_vm._v("上传图片")])])]) : _vm._e()], 2);
|
|
5624
5624
|
};
|
|
5625
5625
|
|
|
5626
|
-
var __vue_staticRenderFns__$
|
|
5626
|
+
var __vue_staticRenderFns__$n = [];
|
|
5627
5627
|
/* style */
|
|
5628
5628
|
|
|
5629
|
-
var __vue_inject_styles__$
|
|
5629
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
5630
5630
|
if (!inject) return;
|
|
5631
5631
|
inject("data-v-65127316_0", {
|
|
5632
5632
|
source: ".ui-image-upload-field[data-v-65127316]{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.ui-image-upload-field .uploader.disabled[data-v-65127316] .el-upload{cursor:not-allowed;pointer-events:none}.ui-image-upload-field .uploader.disabled[data-v-65127316] .el-upload .upload-btn{background:#edeef0;color:#888c94}.ui-image-upload-field .item[data-v-65127316]{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;width:140px;height:140px;margin-bottom:10px;margin-right:10px;border:1px dashed #d0d2d7;padding:8px;border-radius:2px;box-sizing:border-box}.ui-image-upload-field .item .remove[data-v-65127316]{position:absolute;top:0;right:0;width:24px;height:24px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 22px;cursor:pointer}.ui-image-upload-field .item .remove .el-icon-close[data-v-65127316]{position:absolute;top:4px;right:4px;color:#fff;font-size:14px}.ui-image-upload-field .item.upload-btn[data-v-65127316]{background:#f7f8f9;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;color:#409eff}.ui-image-upload-field .item.upload-btn>.el-icon-plus[data-v-65127316]{font-size:1.6em}.ui-image-upload-field .item.upload-btn>span[data-v-65127316]{font-size:16px;line-height:1.2;margin-top:5px}.ui-image-upload-field .item:hover .modal[data-v-65127316]{visibility:visible}.ui-image-upload-field[data-v-65127316] .preview{display:inline-block;width:auto;max-width:60%;left:50%;transform:translateX(-50%)}",
|
|
@@ -5637,22 +5637,22 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
5637
5637
|
/* scoped */
|
|
5638
5638
|
|
|
5639
5639
|
|
|
5640
|
-
var __vue_scope_id__$
|
|
5640
|
+
var __vue_scope_id__$o = "data-v-65127316";
|
|
5641
5641
|
/* module identifier */
|
|
5642
5642
|
|
|
5643
|
-
var __vue_module_identifier__$
|
|
5643
|
+
var __vue_module_identifier__$o = "data-v-65127316";
|
|
5644
5644
|
/* functional template */
|
|
5645
5645
|
|
|
5646
|
-
var __vue_is_functional_template__$
|
|
5646
|
+
var __vue_is_functional_template__$o = false;
|
|
5647
5647
|
/* style inject shadow dom */
|
|
5648
5648
|
|
|
5649
|
-
var __vue_component__$
|
|
5650
|
-
render: __vue_render__$
|
|
5651
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5652
|
-
}, __vue_inject_styles__$
|
|
5649
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
5650
|
+
render: __vue_render__$n,
|
|
5651
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
5652
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);
|
|
5653
5653
|
|
|
5654
|
-
var ImageUploadField = __vue_component__$
|
|
5655
|
-
var script$
|
|
5654
|
+
var ImageUploadField = __vue_component__$o;//
|
|
5655
|
+
var script$n = {
|
|
5656
5656
|
name: 'ui-field-trigger-dialog',
|
|
5657
5657
|
mixins: [FieldMixin],
|
|
5658
5658
|
props: {
|
|
@@ -5686,10 +5686,10 @@ var script$m = {
|
|
|
5686
5686
|
}
|
|
5687
5687
|
}
|
|
5688
5688
|
};/* script */
|
|
5689
|
-
var __vue_script__$
|
|
5689
|
+
var __vue_script__$n = script$n;
|
|
5690
5690
|
/* template */
|
|
5691
5691
|
|
|
5692
|
-
var __vue_render__$
|
|
5692
|
+
var __vue_render__$m = function __vue_render__() {
|
|
5693
5693
|
var _vm = this;
|
|
5694
5694
|
|
|
5695
5695
|
var _h = _vm.$createElement;
|
|
@@ -5731,32 +5731,32 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
5731
5731
|
}, 'ui-dialog', _vm.dialog, false), _vm.$listeners), [_vm._t("default")], 2)], 2);
|
|
5732
5732
|
};
|
|
5733
5733
|
|
|
5734
|
-
var __vue_staticRenderFns__$
|
|
5734
|
+
var __vue_staticRenderFns__$m = [];
|
|
5735
5735
|
/* style */
|
|
5736
5736
|
|
|
5737
|
-
var __vue_inject_styles__$
|
|
5737
|
+
var __vue_inject_styles__$n = undefined;
|
|
5738
5738
|
/* scoped */
|
|
5739
5739
|
|
|
5740
|
-
var __vue_scope_id__$
|
|
5740
|
+
var __vue_scope_id__$n = "data-v-60308614";
|
|
5741
5741
|
/* module identifier */
|
|
5742
5742
|
|
|
5743
|
-
var __vue_module_identifier__$
|
|
5743
|
+
var __vue_module_identifier__$n = "data-v-60308614";
|
|
5744
5744
|
/* functional template */
|
|
5745
5745
|
|
|
5746
|
-
var __vue_is_functional_template__$
|
|
5746
|
+
var __vue_is_functional_template__$n = false;
|
|
5747
5747
|
/* style inject */
|
|
5748
5748
|
|
|
5749
5749
|
/* style inject SSR */
|
|
5750
5750
|
|
|
5751
5751
|
/* style inject shadow dom */
|
|
5752
5752
|
|
|
5753
|
-
var __vue_component__$
|
|
5754
|
-
render: __vue_render__$
|
|
5755
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5756
|
-
}, __vue_inject_styles__$
|
|
5753
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
5754
|
+
render: __vue_render__$m,
|
|
5755
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
5756
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
5757
5757
|
|
|
5758
|
-
var DialogTrigger = __vue_component__$
|
|
5759
|
-
var script$
|
|
5758
|
+
var DialogTrigger = __vue_component__$n;//
|
|
5759
|
+
var script$m = {
|
|
5760
5760
|
name: 'ui-field-trigger-popover',
|
|
5761
5761
|
mixins: [FieldMixin],
|
|
5762
5762
|
props: {
|
|
@@ -5796,10 +5796,10 @@ var script$l = {
|
|
|
5796
5796
|
}, 200)
|
|
5797
5797
|
}
|
|
5798
5798
|
};/* script */
|
|
5799
|
-
var __vue_script__$
|
|
5799
|
+
var __vue_script__$m = script$m;
|
|
5800
5800
|
/* template */
|
|
5801
5801
|
|
|
5802
|
-
var __vue_render__$
|
|
5802
|
+
var __vue_render__$l = function __vue_render__() {
|
|
5803
5803
|
var _vm = this;
|
|
5804
5804
|
|
|
5805
5805
|
var _h = _vm.$createElement;
|
|
@@ -5844,10 +5844,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
5844
5844
|
})], 2)], 2);
|
|
5845
5845
|
};
|
|
5846
5846
|
|
|
5847
|
-
var __vue_staticRenderFns__$
|
|
5847
|
+
var __vue_staticRenderFns__$l = [];
|
|
5848
5848
|
/* style */
|
|
5849
5849
|
|
|
5850
|
-
var __vue_inject_styles__$
|
|
5850
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
5851
5851
|
if (!inject) return;
|
|
5852
5852
|
inject("data-v-5b11db96_0", {
|
|
5853
5853
|
source: ".ui-field-trigger-popover[data-v-5b11db96]{width:100%}",
|
|
@@ -5858,21 +5858,21 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
5858
5858
|
/* scoped */
|
|
5859
5859
|
|
|
5860
5860
|
|
|
5861
|
-
var __vue_scope_id__$
|
|
5861
|
+
var __vue_scope_id__$m = "data-v-5b11db96";
|
|
5862
5862
|
/* module identifier */
|
|
5863
5863
|
|
|
5864
|
-
var __vue_module_identifier__$
|
|
5864
|
+
var __vue_module_identifier__$m = "data-v-5b11db96";
|
|
5865
5865
|
/* functional template */
|
|
5866
5866
|
|
|
5867
|
-
var __vue_is_functional_template__$
|
|
5867
|
+
var __vue_is_functional_template__$m = false;
|
|
5868
5868
|
/* style inject shadow dom */
|
|
5869
5869
|
|
|
5870
|
-
var __vue_component__$
|
|
5871
|
-
render: __vue_render__$
|
|
5872
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5873
|
-
}, __vue_inject_styles__$
|
|
5870
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
5871
|
+
render: __vue_render__$l,
|
|
5872
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
5873
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
5874
5874
|
|
|
5875
|
-
var PopoverTrigger = __vue_component__$
|
|
5875
|
+
var PopoverTrigger = __vue_component__$m;var TriggerField = {
|
|
5876
5876
|
name: 'ui-field-trigger',
|
|
5877
5877
|
functional: true,
|
|
5878
5878
|
render: function render(createElement, content) {
|
|
@@ -5886,7 +5886,7 @@ var PopoverTrigger = __vue_component__$l;var TriggerField = {
|
|
|
5886
5886
|
|
|
5887
5887
|
return createElement(DialogTrigger, data, children);
|
|
5888
5888
|
}
|
|
5889
|
-
};var script$
|
|
5889
|
+
};var script$l = {
|
|
5890
5890
|
name: 'ui-field-icons',
|
|
5891
5891
|
mixins: [FieldMixin],
|
|
5892
5892
|
components: {
|
|
@@ -5956,10 +5956,10 @@ var PopoverTrigger = __vue_component__$l;var TriggerField = {
|
|
|
5956
5956
|
}
|
|
5957
5957
|
}
|
|
5958
5958
|
};/* script */
|
|
5959
|
-
var __vue_script__$
|
|
5959
|
+
var __vue_script__$l = script$l;
|
|
5960
5960
|
/* template */
|
|
5961
5961
|
|
|
5962
|
-
var __vue_render__$
|
|
5962
|
+
var __vue_render__$k = function __vue_render__() {
|
|
5963
5963
|
var _vm = this;
|
|
5964
5964
|
|
|
5965
5965
|
var _h = _vm.$createElement;
|
|
@@ -6029,10 +6029,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
6029
6029
|
}), 0)])], 1)]);
|
|
6030
6030
|
};
|
|
6031
6031
|
|
|
6032
|
-
var __vue_staticRenderFns__$
|
|
6032
|
+
var __vue_staticRenderFns__$k = [];
|
|
6033
6033
|
/* style */
|
|
6034
6034
|
|
|
6035
|
-
var __vue_inject_styles__$
|
|
6035
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
6036
6036
|
if (!inject) return;
|
|
6037
6037
|
inject("data-v-ff53bcba_0", {
|
|
6038
6038
|
source: ".ui-field-icons .filter[data-v-ff53bcba]{margin-bottom:10px}.ui-field-icons .filter[data-v-ff53bcba] .el-input__validateIcon{display:none}.ui-field-icons .scroll[data-v-ff53bcba]{height:200px;overflow:auto}.ui-field-icons .icons[data-v-ff53bcba]{display:flex;flex-wrap:wrap}.ui-field-icons .icons .icon[data-v-ff53bcba]{flex:none;width:150px;height:28px;margin:2px;padding:4px;border-radius:2px;cursor:pointer;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-direction:row;align-items:center}.ui-field-icons .icons .icon[data-v-ff53bcba]:hover{background:#eaeaea}.ui-field-icons .icons .icon.active[data-v-ff53bcba]{color:#409eff;box-shadow:inset 0 0 3px #666}.ui-field-icons .icons .icon .ui-icon[data-v-ff53bcba]{margin-right:4px}.ui-field-icons .icons .icon span[data-v-ff53bcba]{flex:1}",
|
|
@@ -6043,33 +6043,33 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
6043
6043
|
/* scoped */
|
|
6044
6044
|
|
|
6045
6045
|
|
|
6046
|
-
var __vue_scope_id__$
|
|
6046
|
+
var __vue_scope_id__$l = "data-v-ff53bcba";
|
|
6047
6047
|
/* module identifier */
|
|
6048
6048
|
|
|
6049
|
-
var __vue_module_identifier__$
|
|
6049
|
+
var __vue_module_identifier__$l = "data-v-ff53bcba";
|
|
6050
6050
|
/* functional template */
|
|
6051
6051
|
|
|
6052
|
-
var __vue_is_functional_template__$
|
|
6052
|
+
var __vue_is_functional_template__$l = false;
|
|
6053
6053
|
/* style inject shadow dom */
|
|
6054
6054
|
|
|
6055
|
-
var __vue_component__$
|
|
6056
|
-
render: __vue_render__$
|
|
6057
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6058
|
-
}, __vue_inject_styles__$
|
|
6055
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
6056
|
+
render: __vue_render__$k,
|
|
6057
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6058
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
6059
6059
|
|
|
6060
|
-
var IconsField = __vue_component__$
|
|
6060
|
+
var IconsField = __vue_component__$l;var getAMap = function getAMap() {
|
|
6061
6061
|
var plugins = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
6062
6062
|
var options = arguments.length > 1 ? arguments[1] : undefined;
|
|
6063
6063
|
var setting = getSetting();
|
|
6064
6064
|
return AMapLoader__default["default"].load(Object.assign(_objectSpread2(_objectSpread2({}, setting.amap), {}, {
|
|
6065
6065
|
plugins: plugins
|
|
6066
6066
|
}), options || {}));
|
|
6067
|
-
};var CoordTypes$
|
|
6067
|
+
};var CoordTypes$2 = {
|
|
6068
6068
|
bd09: gcoord__default["default"].BD09,
|
|
6069
6069
|
gcj02: gcoord__default["default"].GCJ02,
|
|
6070
6070
|
wgs84: gcoord__default["default"].WGS84
|
|
6071
6071
|
};
|
|
6072
|
-
var script$
|
|
6072
|
+
var script$k = {
|
|
6073
6073
|
name: 'ui-field-latlng',
|
|
6074
6074
|
mixins: [FieldMixin],
|
|
6075
6075
|
props: {
|
|
@@ -6077,7 +6077,7 @@ var script$j = {
|
|
|
6077
6077
|
type: String,
|
|
6078
6078
|
default: 'wgs84',
|
|
6079
6079
|
validator: function validator(val) {
|
|
6080
|
-
return Object.keys(CoordTypes$
|
|
6080
|
+
return Object.keys(CoordTypes$2).includes(val);
|
|
6081
6081
|
}
|
|
6082
6082
|
}
|
|
6083
6083
|
},
|
|
@@ -6169,7 +6169,7 @@ var script$j = {
|
|
|
6169
6169
|
lng = lnglat.lng; // 当前地图是 GCJ02 坐标系
|
|
6170
6170
|
|
|
6171
6171
|
if (this.coordType !== 'gcj02') {
|
|
6172
|
-
var _gcoord$transform = gcoord__default["default"].transform([lng, lat], gcoord__default["default"].GCJ02, CoordTypes$
|
|
6172
|
+
var _gcoord$transform = gcoord__default["default"].transform([lng, lat], gcoord__default["default"].GCJ02, CoordTypes$2[this.coordType]);
|
|
6173
6173
|
|
|
6174
6174
|
var _gcoord$transform2 = _slicedToArray(_gcoord$transform, 2);
|
|
6175
6175
|
|
|
@@ -6196,7 +6196,7 @@ var script$j = {
|
|
|
6196
6196
|
lat = point.lat; // 当前地图是 GCJ02 坐标系
|
|
6197
6197
|
|
|
6198
6198
|
if (this.coordType !== 'gcj02') {
|
|
6199
|
-
var _gcoord$transform3 = gcoord__default["default"].transform([lng, lat], CoordTypes$
|
|
6199
|
+
var _gcoord$transform3 = gcoord__default["default"].transform([lng, lat], CoordTypes$2[this.coordType], gcoord__default["default"].GCJ02);
|
|
6200
6200
|
|
|
6201
6201
|
var _gcoord$transform4 = _slicedToArray(_gcoord$transform3, 2);
|
|
6202
6202
|
|
|
@@ -6213,10 +6213,10 @@ var script$j = {
|
|
|
6213
6213
|
}
|
|
6214
6214
|
}
|
|
6215
6215
|
};/* script */
|
|
6216
|
-
var __vue_script__$
|
|
6216
|
+
var __vue_script__$k = script$k;
|
|
6217
6217
|
/* template */
|
|
6218
6218
|
|
|
6219
|
-
var __vue_render__$
|
|
6219
|
+
var __vue_render__$j = function __vue_render__() {
|
|
6220
6220
|
var _vm = this;
|
|
6221
6221
|
|
|
6222
6222
|
var _h = _vm.$createElement;
|
|
@@ -6236,10 +6236,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
6236
6236
|
}) + "><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>")]);
|
|
6237
6237
|
};
|
|
6238
6238
|
|
|
6239
|
-
var __vue_staticRenderFns__$
|
|
6239
|
+
var __vue_staticRenderFns__$j = [];
|
|
6240
6240
|
/* style */
|
|
6241
6241
|
|
|
6242
|
-
var __vue_inject_styles__$
|
|
6242
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
6243
6243
|
if (!inject) return;
|
|
6244
6244
|
inject("data-v-4943489f_0", {
|
|
6245
6245
|
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}.ui-field-latlng .amap-ui-control-position-rt,.ui-field-latlng .amap-ui-control-position-tr{top:15px;right:15px}",
|
|
@@ -6250,10 +6250,401 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
6250
6250
|
/* scoped */
|
|
6251
6251
|
|
|
6252
6252
|
|
|
6253
|
+
var __vue_scope_id__$k = undefined;
|
|
6254
|
+
/* module identifier */
|
|
6255
|
+
|
|
6256
|
+
var __vue_module_identifier__$k = "data-v-4943489f";
|
|
6257
|
+
/* functional template */
|
|
6258
|
+
|
|
6259
|
+
var __vue_is_functional_template__$k = false;
|
|
6260
|
+
/* style inject shadow dom */
|
|
6261
|
+
|
|
6262
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
6263
|
+
render: __vue_render__$j,
|
|
6264
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6265
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
6266
|
+
|
|
6267
|
+
var LnglatField = __vue_component__$k;var CoordTypes$1 = {
|
|
6268
|
+
bd09: gcoord__default["default"].BD09,
|
|
6269
|
+
gcj02: gcoord__default["default"].GCJ02,
|
|
6270
|
+
wgs84: gcoord__default["default"].WGS84
|
|
6271
|
+
};
|
|
6272
|
+
var script$j = {
|
|
6273
|
+
name: 'ui-field-latlng-new',
|
|
6274
|
+
mixins: [FieldMixin],
|
|
6275
|
+
props: {
|
|
6276
|
+
coordType: {
|
|
6277
|
+
type: String,
|
|
6278
|
+
default: 'wgs84',
|
|
6279
|
+
validator: function validator(val) {
|
|
6280
|
+
return Object.keys(CoordTypes$1).includes(val);
|
|
6281
|
+
}
|
|
6282
|
+
},
|
|
6283
|
+
showAddress: {
|
|
6284
|
+
type: Boolean,
|
|
6285
|
+
default: true
|
|
6286
|
+
},
|
|
6287
|
+
showlnglat: {
|
|
6288
|
+
type: Boolean,
|
|
6289
|
+
default: true
|
|
6290
|
+
},
|
|
6291
|
+
address: String,
|
|
6292
|
+
|
|
6293
|
+
/**
|
|
6294
|
+
* 地图缩放
|
|
6295
|
+
* 缩放范围 2~20
|
|
6296
|
+
*/
|
|
6297
|
+
zoom: {
|
|
6298
|
+
type: Number,
|
|
6299
|
+
default: 15,
|
|
6300
|
+
validator: function validator(val) {
|
|
6301
|
+
return 2 <= val && val <= 20;
|
|
6302
|
+
}
|
|
6303
|
+
},
|
|
6304
|
+
|
|
6305
|
+
/**
|
|
6306
|
+
* 中心点
|
|
6307
|
+
* 'lng,lat' 字符串
|
|
6308
|
+
*/
|
|
6309
|
+
center: String,
|
|
6310
|
+
disabled: Boolean
|
|
6311
|
+
},
|
|
6312
|
+
data: function data() {
|
|
6313
|
+
return {
|
|
6314
|
+
loading: true,
|
|
6315
|
+
currentTab: 1,
|
|
6316
|
+
tabList: [{
|
|
6317
|
+
label: '按关键字搜索',
|
|
6318
|
+
value: 1
|
|
6319
|
+
}, {
|
|
6320
|
+
label: '按经纬度搜索',
|
|
6321
|
+
value: 2
|
|
6322
|
+
}],
|
|
6323
|
+
crs: 'wgs84',
|
|
6324
|
+
crsList: [{
|
|
6325
|
+
label: '原始坐标系',
|
|
6326
|
+
value: 'wgs84'
|
|
6327
|
+
}, {
|
|
6328
|
+
label: '高德坐标系',
|
|
6329
|
+
value: 'gcj02'
|
|
6330
|
+
}, {
|
|
6331
|
+
label: '百度坐标系',
|
|
6332
|
+
value: 'bd09'
|
|
6333
|
+
}],
|
|
6334
|
+
displayLngLat: ''
|
|
6335
|
+
};
|
|
6336
|
+
},
|
|
6337
|
+
computed: {
|
|
6338
|
+
point: function point() {
|
|
6339
|
+
return this.getCoords(this.value);
|
|
6340
|
+
},
|
|
6341
|
+
lngLat: function lngLat() {
|
|
6342
|
+
return this.transformLngLat(this.value, CoordTypes$1[this.coordType], CoordTypes$1[this.crs]);
|
|
6343
|
+
},
|
|
6344
|
+
lngLatText: function lngLatText() {
|
|
6345
|
+
return (this.lngLat || '').split(',');
|
|
6346
|
+
},
|
|
6347
|
+
toolsVisible: function toolsVisible(_ref) {
|
|
6348
|
+
var disabled = _ref.disabled,
|
|
6349
|
+
loading = _ref.loading;
|
|
6350
|
+
return !disabled && !loading;
|
|
6351
|
+
}
|
|
6352
|
+
},
|
|
6353
|
+
watch: {
|
|
6354
|
+
point: function point(p) {
|
|
6355
|
+
this.onPointChange(p);
|
|
6356
|
+
},
|
|
6357
|
+
lngLat: {
|
|
6358
|
+
immediate: true,
|
|
6359
|
+
handler: function handler(val) {
|
|
6360
|
+
this.displayLngLat = val;
|
|
6361
|
+
}
|
|
6362
|
+
},
|
|
6363
|
+
zoom: 'setMapZoom',
|
|
6364
|
+
center: 'setMapCenter',
|
|
6365
|
+
toolsVisible: function toolsVisible(visible) {
|
|
6366
|
+
if (visible) {
|
|
6367
|
+
var _this$toolbarControl;
|
|
6368
|
+
|
|
6369
|
+
(_this$toolbarControl = this.toolbarControl) === null || _this$toolbarControl === void 0 ? void 0 : _this$toolbarControl.show();
|
|
6370
|
+
this.map.on('click', this.onMapClick);
|
|
6371
|
+
} else {
|
|
6372
|
+
var _this$toolbarControl2;
|
|
6373
|
+
|
|
6374
|
+
this.map.off('click', this.onMapClick);
|
|
6375
|
+
(_this$toolbarControl2 = this.toolbarControl) === null || _this$toolbarControl2 === void 0 ? void 0 : _this$toolbarControl2.hide();
|
|
6376
|
+
}
|
|
6377
|
+
}
|
|
6378
|
+
},
|
|
6379
|
+
methods: {
|
|
6380
|
+
init: function init() {
|
|
6381
|
+
var _this = this;
|
|
6382
|
+
|
|
6383
|
+
getAMap(['AMap.ToolBar', 'AMap.AutoComplete'], {
|
|
6384
|
+
AMapUI: {
|
|
6385
|
+
version: '1.1',
|
|
6386
|
+
plugins: ['control/BasicControl']
|
|
6387
|
+
}
|
|
6388
|
+
}).then(function (AMap) {
|
|
6389
|
+
_this.initMap(AMap);
|
|
6390
|
+
|
|
6391
|
+
_this.loading = false;
|
|
6392
|
+
|
|
6393
|
+
_this.done();
|
|
6394
|
+
});
|
|
6395
|
+
},
|
|
6396
|
+
initMap: function initMap(AMap) {
|
|
6397
|
+
var map = new AMap.Map(this.$el.querySelector('.map'), {
|
|
6398
|
+
zoom: this.zoom
|
|
6399
|
+
});
|
|
6400
|
+
this.toolbarControl = new AMap.ToolBar({
|
|
6401
|
+
position: 'LB'
|
|
6402
|
+
});
|
|
6403
|
+
this.layerSwitcherControl = new AMapUI.BasicControl.LayerSwitcher({
|
|
6404
|
+
position: 'RT'
|
|
6405
|
+
});
|
|
6406
|
+
map.addControl(this.toolbarControl);
|
|
6407
|
+
map.addControl(this.layerSwitcherControl);
|
|
6408
|
+
|
|
6409
|
+
if (!this.toolsVisible) {
|
|
6410
|
+
this.toolbarControl.hide();
|
|
6411
|
+
}
|
|
6412
|
+
|
|
6413
|
+
var auto = new AMap.AutoComplete({
|
|
6414
|
+
input: this.$refs.input,
|
|
6415
|
+
output: this.$refs.output
|
|
6416
|
+
});
|
|
6417
|
+
map.on('click', this.onMapClick);
|
|
6418
|
+
auto.on('select', function (event) {
|
|
6419
|
+
if (!event.poi || !event.poi.location) {
|
|
6420
|
+
return;
|
|
6421
|
+
}
|
|
6422
|
+
|
|
6423
|
+
map.setZoomAndCenter(16, event.poi.location);
|
|
6424
|
+
});
|
|
6425
|
+
this.map = map;
|
|
6426
|
+
this.onPointChange(this.point); // 初始化地图中心点
|
|
6427
|
+
|
|
6428
|
+
this.setMapCenter();
|
|
6429
|
+
},
|
|
6430
|
+
isValidPoint: function isValidPoint(val) {
|
|
6431
|
+
var _val$split = val.split(','),
|
|
6432
|
+
_val$split2 = _slicedToArray(_val$split, 2),
|
|
6433
|
+
lng = _val$split2[0],
|
|
6434
|
+
lat = _val$split2[1];
|
|
6435
|
+
|
|
6436
|
+
return !(isNaN(+lng) || isNaN(+lat));
|
|
6437
|
+
},
|
|
6438
|
+
onMapClick: function onMapClick(_ref2) {
|
|
6439
|
+
var lnglat = _ref2.lnglat;
|
|
6440
|
+
var lat = lnglat.lat,
|
|
6441
|
+
lng = lnglat.lng; // 当前地图是 GCJ02 坐标系
|
|
6442
|
+
|
|
6443
|
+
if (this.coordType !== 'gcj02') {
|
|
6444
|
+
var _gcoord$transform = gcoord__default["default"].transform([lng, lat], gcoord__default["default"].GCJ02, CoordTypes$1[this.coordType]);
|
|
6445
|
+
|
|
6446
|
+
var _gcoord$transform2 = _slicedToArray(_gcoord$transform, 2);
|
|
6447
|
+
|
|
6448
|
+
lng = _gcoord$transform2[0];
|
|
6449
|
+
lat = _gcoord$transform2[1];
|
|
6450
|
+
lng = lng.toFixed(7) / 1;
|
|
6451
|
+
lat = lat.toFixed(7) / 1;
|
|
6452
|
+
}
|
|
6453
|
+
|
|
6454
|
+
this.onChange([lng, lat].join(','));
|
|
6455
|
+
},
|
|
6456
|
+
handleLngLat: function handleLngLat() {
|
|
6457
|
+
var point = this.getCoords(this.displayLngLat);
|
|
6458
|
+
|
|
6459
|
+
if (!point) {
|
|
6460
|
+
this.$message.error('请输入正常的经纬度');
|
|
6461
|
+
return;
|
|
6462
|
+
}
|
|
6463
|
+
|
|
6464
|
+
var value = this.transformLngLat(this.displayLngLat, CoordTypes$1[this.crs], CoordTypes$1[this.coordType]);
|
|
6465
|
+
this.onChange(value);
|
|
6466
|
+
var mapCoords = this.getCoords(value);
|
|
6467
|
+
this.map.setCenter(mapCoords);
|
|
6468
|
+
},
|
|
6469
|
+
onPointChange: function onPointChange(point) {
|
|
6470
|
+
if (!this.map) {
|
|
6471
|
+
return;
|
|
6472
|
+
}
|
|
6473
|
+
|
|
6474
|
+
this.map.clearMap();
|
|
6475
|
+
|
|
6476
|
+
if (!point) {
|
|
6477
|
+
return;
|
|
6478
|
+
}
|
|
6479
|
+
|
|
6480
|
+
var _point = _slicedToArray(point, 2),
|
|
6481
|
+
lng = _point[0],
|
|
6482
|
+
lat = _point[1]; // 当前地图是 GCJ02 坐标系
|
|
6483
|
+
|
|
6484
|
+
|
|
6485
|
+
if (this.coordType !== 'gcj02') {
|
|
6486
|
+
var _gcoord$transform3 = gcoord__default["default"].transform([lng, lat], CoordTypes$1[this.coordType], gcoord__default["default"].GCJ02);
|
|
6487
|
+
|
|
6488
|
+
var _gcoord$transform4 = _slicedToArray(_gcoord$transform3, 2);
|
|
6489
|
+
|
|
6490
|
+
lng = _gcoord$transform4[0];
|
|
6491
|
+
lat = _gcoord$transform4[1];
|
|
6492
|
+
} // eslint-disable-next-line no-undef
|
|
6493
|
+
|
|
6494
|
+
|
|
6495
|
+
var marker = new AMap.Marker({
|
|
6496
|
+
position: new AMap.LngLat(lng, lat)
|
|
6497
|
+
});
|
|
6498
|
+
this.map.add(marker);
|
|
6499
|
+
this.map.setCenter([lng, lat]);
|
|
6500
|
+
},
|
|
6501
|
+
setMapCenter: function setMapCenter() {
|
|
6502
|
+
if (!this.center || !this.map) {
|
|
6503
|
+
return;
|
|
6504
|
+
}
|
|
6505
|
+
|
|
6506
|
+
var _this$center$split = this.center.split(','),
|
|
6507
|
+
_this$center$split2 = _slicedToArray(_this$center$split, 2),
|
|
6508
|
+
lng = _this$center$split2[0],
|
|
6509
|
+
lat = _this$center$split2[1];
|
|
6510
|
+
|
|
6511
|
+
if (!lng || !lat) {
|
|
6512
|
+
return;
|
|
6513
|
+
}
|
|
6514
|
+
|
|
6515
|
+
this.map.setCenter([+lng, +lat]);
|
|
6516
|
+
this.setMapZoom();
|
|
6517
|
+
},
|
|
6518
|
+
setMapZoom: function setMapZoom() {
|
|
6519
|
+
if (!this.zoom || !this.map) {
|
|
6520
|
+
return;
|
|
6521
|
+
}
|
|
6522
|
+
|
|
6523
|
+
this.map.setZoom(this.zoom);
|
|
6524
|
+
},
|
|
6525
|
+
getCoords: function getCoords(lngLat) {
|
|
6526
|
+
if (!lngLat) {
|
|
6527
|
+
return null;
|
|
6528
|
+
}
|
|
6529
|
+
|
|
6530
|
+
if (!this.isValidPoint(lngLat)) {
|
|
6531
|
+
return null;
|
|
6532
|
+
}
|
|
6533
|
+
|
|
6534
|
+
var _lngLat$split = lngLat.split(','),
|
|
6535
|
+
_lngLat$split2 = _slicedToArray(_lngLat$split, 2),
|
|
6536
|
+
lng = _lngLat$split2[0],
|
|
6537
|
+
lat = _lngLat$split2[1];
|
|
6538
|
+
|
|
6539
|
+
return [+lng, +lat];
|
|
6540
|
+
},
|
|
6541
|
+
transformLngLat: function transformLngLat(lngLat, crsFrom, crsTo) {
|
|
6542
|
+
if (crsFrom === crsTo) {
|
|
6543
|
+
return lngLat;
|
|
6544
|
+
}
|
|
6545
|
+
|
|
6546
|
+
var coords = this.getCoords(lngLat);
|
|
6547
|
+
|
|
6548
|
+
if (!coords) {
|
|
6549
|
+
return '';
|
|
6550
|
+
}
|
|
6551
|
+
|
|
6552
|
+
var transformedCoords = gcoord__default["default"].transform(coords, crsFrom, crsTo);
|
|
6553
|
+
return transformedCoords.map(function (item) {
|
|
6554
|
+
return item.toFixed(7) / 1;
|
|
6555
|
+
}).join(',');
|
|
6556
|
+
}
|
|
6557
|
+
}
|
|
6558
|
+
};/* script */
|
|
6559
|
+
var __vue_script__$j = script$j;
|
|
6560
|
+
/* template */
|
|
6561
|
+
|
|
6562
|
+
var __vue_render__$i = function __vue_render__() {
|
|
6563
|
+
var _vm = this;
|
|
6564
|
+
|
|
6565
|
+
var _h = _vm.$createElement;
|
|
6566
|
+
|
|
6567
|
+
var _c = _vm._self._c || _h;
|
|
6568
|
+
|
|
6569
|
+
return _c('div', {
|
|
6570
|
+
directives: [{
|
|
6571
|
+
name: "loading",
|
|
6572
|
+
rawName: "v-loading",
|
|
6573
|
+
value: _vm.loading,
|
|
6574
|
+
expression: "loading"
|
|
6575
|
+
}],
|
|
6576
|
+
staticClass: "ui-field-latlng-new"
|
|
6577
|
+
}, [_vm._ssrNode("<div class=\"tabs\">" + _vm._ssrList(_vm.tabList, function (tab) {
|
|
6578
|
+
return "<div" + _vm._ssrClass(null, ['tab', _vm.currentTab === tab.value ? 'active' : '']) + ">" + _vm._ssrEscape("\n " + _vm._s(tab.label) + "\n ") + "</div>";
|
|
6579
|
+
}) + "</div> <div class=\"map\"></div> <div class=\"info\"" + _vm._ssrStyle(null, null, {
|
|
6580
|
+
display: _vm.toolsVisible && _vm.currentTab === 1 ? '' : 'none'
|
|
6581
|
+
}) + "><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> "), _vm.currentTab === 2 ? _vm._ssrNode("<div class=\"lnglat\">", "</div>", [_c('el-input', {
|
|
6582
|
+
attrs: {
|
|
6583
|
+
"placeholder": "请输入经纬度",
|
|
6584
|
+
"size": "mini",
|
|
6585
|
+
"disabled": _vm.disabled
|
|
6586
|
+
},
|
|
6587
|
+
model: {
|
|
6588
|
+
value: _vm.displayLngLat,
|
|
6589
|
+
callback: function callback($$v) {
|
|
6590
|
+
_vm.displayLngLat = $$v;
|
|
6591
|
+
},
|
|
6592
|
+
expression: "displayLngLat"
|
|
6593
|
+
}
|
|
6594
|
+
}, [_c('el-select', {
|
|
6595
|
+
attrs: {
|
|
6596
|
+
"slot": "prepend",
|
|
6597
|
+
"disabled": _vm.disabled,
|
|
6598
|
+
"size": "mini"
|
|
6599
|
+
},
|
|
6600
|
+
slot: "prepend",
|
|
6601
|
+
model: {
|
|
6602
|
+
value: _vm.crs,
|
|
6603
|
+
callback: function callback($$v) {
|
|
6604
|
+
_vm.crs = $$v;
|
|
6605
|
+
},
|
|
6606
|
+
expression: "crs"
|
|
6607
|
+
}
|
|
6608
|
+
}, _vm._l(_vm.crsList, function (item) {
|
|
6609
|
+
return _c('el-option', {
|
|
6610
|
+
key: item.value,
|
|
6611
|
+
attrs: {
|
|
6612
|
+
"label": item.label,
|
|
6613
|
+
"value": item.value
|
|
6614
|
+
}
|
|
6615
|
+
});
|
|
6616
|
+
}), 1), _vm._v(" "), _c('el-button', {
|
|
6617
|
+
attrs: {
|
|
6618
|
+
"slot": "append",
|
|
6619
|
+
"icon": "el-icon-position",
|
|
6620
|
+
"size": "mini",
|
|
6621
|
+
"disabled": _vm.disabled
|
|
6622
|
+
},
|
|
6623
|
+
on: {
|
|
6624
|
+
"click": _vm.handleLngLat
|
|
6625
|
+
},
|
|
6626
|
+
slot: "append"
|
|
6627
|
+
})], 1)], 1) : _vm._e(), _vm._ssrNode(" " + (_vm.showAddress ? "<div class=\"address\"><div class=\"address-label\">地址:</div> <div" + _vm._ssrAttr("title", _vm.address) + " class=\"address-box\">" + _vm._ssrEscape(_vm._s(_vm.address || '-')) + "</div></div>" : "<!---->") + " " + (_vm.showlnglat ? "<div class=\"lnglat-text\"><div class=\"lng\"><div class=\"label\">经度:</div> <div class=\"value\">" + _vm._ssrEscape(_vm._s(_vm.lngLatText && _vm.lngLatText[0] || '-')) + "</div></div> <div class=\"lat\"><div class=\"label\">纬度:</div> <div class=\"value\">" + _vm._ssrEscape(_vm._s(_vm.lngLatText && _vm.lngLatText[1] || '-')) + "</div></div></div>" : "<!---->"))], 2);
|
|
6628
|
+
};
|
|
6629
|
+
|
|
6630
|
+
var __vue_staticRenderFns__$i = [];
|
|
6631
|
+
/* style */
|
|
6632
|
+
|
|
6633
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
6634
|
+
if (!inject) return;
|
|
6635
|
+
inject("data-v-2e6905bd_0", {
|
|
6636
|
+
source: ".ui-field-latlng-new{position:relative;font-size:12px;display:flex;flex-direction:column}.ui-field-latlng-new .tabs{width:100%;display:flex;align-items:center}.ui-field-latlng-new .tabs .tab{padding:0 10px;cursor:pointer}.ui-field-latlng-new .tabs .tab.active{color:#fff;background:#02cbff}.ui-field-latlng-new .map{width:100%;height:280px;background-color:#f5f7fa}.ui-field-latlng-new .lnglat{position:absolute;top:36px;left:0;right:0;bottom:0}.ui-field-latlng-new .lnglat .el-input .el-select{width:120px}.ui-field-latlng-new .info{position:absolute;top:36px;left:0;right:0;bottom:0;pointer-events:none}.ui-field-latlng-new .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-new .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-new .info .searchbox .search-result .auto-item{white-space:nowrap;font-size:12px;cursor:pointer;padding:4px;line-height:14px}.ui-field-latlng-new .input-item{position:relative;display:inline-flex;align-items:center;width:220px;font-size:12px}.ui-field-latlng-new .input-item .input-item-prepend{margin-right:-1px}.ui-field-latlng-new .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-new .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-new .input-item input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .1rem rgba(128,189,255,.1)}.ui-field-latlng-new .address{width:100%;display:flex}.ui-field-latlng-new .address .address-label{flex:none;margin-right:5px}.ui-field-latlng-new .address .address-box{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-field-latlng-new .lnglat-text{width:100%;display:flex;align-items:center}.ui-field-latlng-new .lnglat-text .lat,.ui-field-latlng-new .lnglat-text .lng{flex:1;display:flex;align-items:center}.ui-field-latlng-new .lnglat-text .label{flex:none;margin-right:5px}.ui-field-latlng-new .amap-copyright,.ui-field-latlng-new .amap-logo{display:none!important}.ui-field-latlng-new .amap-ui-control-position-rt,.ui-field-latlng-new .amap-ui-control-position-tr{top:46px;right:15px}",
|
|
6637
|
+
map: undefined,
|
|
6638
|
+
media: undefined
|
|
6639
|
+
});
|
|
6640
|
+
};
|
|
6641
|
+
/* scoped */
|
|
6642
|
+
|
|
6643
|
+
|
|
6253
6644
|
var __vue_scope_id__$j = undefined;
|
|
6254
6645
|
/* module identifier */
|
|
6255
6646
|
|
|
6256
|
-
var __vue_module_identifier__$j = "data-v-
|
|
6647
|
+
var __vue_module_identifier__$j = "data-v-2e6905bd";
|
|
6257
6648
|
/* functional template */
|
|
6258
6649
|
|
|
6259
6650
|
var __vue_is_functional_template__$j = false;
|
|
@@ -6264,7 +6655,7 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
6264
6655
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
6265
6656
|
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
|
|
6266
6657
|
|
|
6267
|
-
var
|
|
6658
|
+
var NewLnglatField = __vue_component__$j;var CoordTypes = {
|
|
6268
6659
|
bd09: gcoord__default["default"].BD09,
|
|
6269
6660
|
gcj02: gcoord__default["default"].GCJ02,
|
|
6270
6661
|
wgs84: gcoord__default["default"].WGS84
|
|
@@ -7152,6 +7543,7 @@ var FormFields = {
|
|
|
7152
7543
|
TriggerField: TriggerField,
|
|
7153
7544
|
IconsField: IconsField,
|
|
7154
7545
|
LnglatField: LnglatField,
|
|
7546
|
+
NewLnglatField: NewLnglatField,
|
|
7155
7547
|
FenceField: FenceField
|
|
7156
7548
|
};
|
|
7157
7549
|
/**
|
|
@@ -7202,6 +7594,7 @@ var initDefaultField = function initDefaultField() {
|
|
|
7202
7594
|
addFieldType('trigger', TriggerField);
|
|
7203
7595
|
addFieldType('icons', IconsField);
|
|
7204
7596
|
addFieldType('lnglat', LnglatField);
|
|
7597
|
+
addFieldType('newlnglat', NewLnglatField);
|
|
7205
7598
|
addFieldType('fence', FenceField);
|
|
7206
7599
|
};
|
|
7207
7600
|
|