yqform-edit 1.1.3 → 1.1.5
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/yqform-edit.common.js +1428 -209
- package/dist/yqform-edit.css +1 -1
- package/dist/yqform-edit.umd.js +1428 -209
- package/dist/yqform-edit.umd.min.js +6 -6
- package/package.json +65 -65
- package/src/App.vue +2 -23
- package/src/components/common/content/components/form-item/form-item.vue +15 -34
- package/src/components/dynamic-form/components/component-options.vue +6 -6
- package/src/components/dynamic-form/dynamic-form.vue +1 -31
|
@@ -87,21 +87,17 @@ module.exports =
|
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/ "
|
|
91
|
-
/***/ (function(module, exports) {
|
|
90
|
+
/***/ "0261":
|
|
91
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
// extracted by mini-css-extract-plugin
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/ "
|
|
98
|
-
/***/ (function(module,
|
|
99
|
-
|
|
100
|
-
"use strict";
|
|
101
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_form_item_vue_vue_type_style_index_0_id_55ba7aa9_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3e33");
|
|
102
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_form_item_vue_vue_type_style_index_0_id_55ba7aa9_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_form_item_vue_vue_type_style_index_0_id_55ba7aa9_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
103
|
-
/* unused harmony reexport * */
|
|
97
|
+
/***/ "04ac":
|
|
98
|
+
/***/ (function(module, exports) {
|
|
104
99
|
|
|
100
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHFSURBVHic7ZxZlsIgEEWhT++rcWVWVkZ6ZdU/ydGTlnkoCO9+OUTgXTUUMVEpAAAAw6KlB9AKZqbj5q613gWHMh7MTPzCSo9nKC5yIOkdZrYf5ECSUkE5JyQ9ThEi5awniZlNopx1JB1ySjDSGZpRQU60pK8OeUbmKT2Aqry/4xU/RfeY/vlVANKHx0ohd88T8EEEeZ5bS5BHAEVss6ycE5Ow7e3k2MiQJuM1y8jJlWTcvQ8M5y8d7KUdXxtGKF4ZXF7X2EBbdmU5IUnzFoMV5ZzQpe2p5dSqhJ2SpqWhnBMjnTGbDnJIOmM2kOMBcjxwXgEIOZUw0hmzgRwHnL+uWkZOSyzkeORIZ8yG20/jkOOBpDNmAzkeIMcD5HiAHA+MdZWbDnKMdMZsGEcB/TQUY0eV8x27YcMAu9b60ajtYlLOMDMN+h9ajlKyp+ANL0epNEE/FfvdZpCTRMUdMklnqQ7XO8ZD0llSif2KmQp9bVprqtBOV3rtpKeUEw2XLS+M9Pibs7KcYCUdGXK/3P9VN7lWNHap8a9muUN4AAAYHec/Lxyz17y/ZKbxcE06q19xGASCAkBQgFChuHUZhTAoegEAo/IH7yRuzcYOlasAAAAASUVORK5CYII="
|
|
105
101
|
|
|
106
102
|
/***/ }),
|
|
107
103
|
|
|
@@ -1218,17 +1214,6 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
|
1218
1214
|
};
|
|
1219
1215
|
|
|
1220
1216
|
|
|
1221
|
-
/***/ }),
|
|
1222
|
-
|
|
1223
|
-
/***/ "2521":
|
|
1224
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1225
|
-
|
|
1226
|
-
"use strict";
|
|
1227
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_component_options_vue_vue_type_style_index_0_id_423ab354_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("502b");
|
|
1228
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_component_options_vue_vue_type_style_index_0_id_423ab354_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_component_options_vue_vue_type_style_index_0_id_423ab354_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
1229
|
-
/* unused harmony reexport * */
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
1217
|
/***/ }),
|
|
1233
1218
|
|
|
1234
1219
|
/***/ "2638":
|
|
@@ -20232,13 +20217,6 @@ var index = {
|
|
|
20232
20217
|
|
|
20233
20218
|
/***/ }),
|
|
20234
20219
|
|
|
20235
|
-
/***/ "316f":
|
|
20236
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
20237
|
-
|
|
20238
|
-
// extracted by mini-css-extract-plugin
|
|
20239
|
-
|
|
20240
|
-
/***/ }),
|
|
20241
|
-
|
|
20242
20220
|
/***/ "342f":
|
|
20243
20221
|
/***/ (function(module, exports, __webpack_require__) {
|
|
20244
20222
|
|
|
@@ -20320,6 +20298,13 @@ var uncurryThis = __webpack_require__("e330");
|
|
|
20320
20298
|
module.exports = uncurryThis({}.isPrototypeOf);
|
|
20321
20299
|
|
|
20322
20300
|
|
|
20301
|
+
/***/ }),
|
|
20302
|
+
|
|
20303
|
+
/***/ "3c47":
|
|
20304
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
20305
|
+
|
|
20306
|
+
// extracted by mini-css-extract-plugin
|
|
20307
|
+
|
|
20323
20308
|
/***/ }),
|
|
20324
20309
|
|
|
20325
20310
|
/***/ "3c4e":
|
|
@@ -20476,13 +20461,6 @@ $({ target: 'Array', proto: true, arity: 1, forced: INCORRECT_RESULT || SILENT_O
|
|
|
20476
20461
|
});
|
|
20477
20462
|
|
|
20478
20463
|
|
|
20479
|
-
/***/ }),
|
|
20480
|
-
|
|
20481
|
-
/***/ "3e33":
|
|
20482
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
20483
|
-
|
|
20484
|
-
// extracted by mini-css-extract-plugin
|
|
20485
|
-
|
|
20486
20464
|
/***/ }),
|
|
20487
20465
|
|
|
20488
20466
|
/***/ "4010":
|
|
@@ -20549,17 +20527,6 @@ var removeResizeListener = exports.removeResizeListener = function removeResizeL
|
|
|
20549
20527
|
}
|
|
20550
20528
|
};
|
|
20551
20529
|
|
|
20552
|
-
/***/ }),
|
|
20553
|
-
|
|
20554
|
-
/***/ "4030":
|
|
20555
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
20556
|
-
|
|
20557
|
-
"use strict";
|
|
20558
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_id_65282659_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("c9d5");
|
|
20559
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_id_65282659_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_id_65282659_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
20560
|
-
/* unused harmony reexport * */
|
|
20561
|
-
|
|
20562
|
-
|
|
20563
20530
|
/***/ }),
|
|
20564
20531
|
|
|
20565
20532
|
/***/ "40d5":
|
|
@@ -24881,13 +24848,6 @@ src_select.install = function (Vue) {
|
|
|
24881
24848
|
|
|
24882
24849
|
/***/ }),
|
|
24883
24850
|
|
|
24884
|
-
/***/ "502b":
|
|
24885
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
24886
|
-
|
|
24887
|
-
// extracted by mini-css-extract-plugin
|
|
24888
|
-
|
|
24889
|
-
/***/ }),
|
|
24890
|
-
|
|
24891
24851
|
/***/ "504b":
|
|
24892
24852
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24893
24853
|
|
|
@@ -34192,6 +34152,13 @@ module.exports = {
|
|
|
34192
34152
|
};
|
|
34193
34153
|
|
|
34194
34154
|
|
|
34155
|
+
/***/ }),
|
|
34156
|
+
|
|
34157
|
+
/***/ "9776":
|
|
34158
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
34159
|
+
|
|
34160
|
+
// extracted by mini-css-extract-plugin
|
|
34161
|
+
|
|
34195
34162
|
/***/ }),
|
|
34196
34163
|
|
|
34197
34164
|
/***/ "9a8f":
|
|
@@ -34518,6 +34485,17 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA/CAYAAAAY
|
|
|
34518
34485
|
|
|
34519
34486
|
// extracted by mini-css-extract-plugin
|
|
34520
34487
|
|
|
34488
|
+
/***/ }),
|
|
34489
|
+
|
|
34490
|
+
/***/ "a8d8":
|
|
34491
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
34492
|
+
|
|
34493
|
+
"use strict";
|
|
34494
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_form_item_vue_vue_type_style_index_0_id_6ddd90a2_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0261");
|
|
34495
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_form_item_vue_vue_type_style_index_0_id_6ddd90a2_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_form_item_vue_vue_type_style_index_0_id_6ddd90a2_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
34496
|
+
/* unused harmony reexport * */
|
|
34497
|
+
|
|
34498
|
+
|
|
34521
34499
|
/***/ }),
|
|
34522
34500
|
|
|
34523
34501
|
/***/ "aa47":
|
|
@@ -38249,12 +38227,12 @@ Sortable.mount(Remove, Revert);
|
|
|
38249
38227
|
|
|
38250
38228
|
/***/ }),
|
|
38251
38229
|
|
|
38252
|
-
/***/ "
|
|
38230
|
+
/***/ "acc5":
|
|
38253
38231
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
38254
38232
|
|
|
38255
38233
|
"use strict";
|
|
38256
|
-
/* harmony import */ var
|
|
38257
|
-
/* harmony import */ var
|
|
38234
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_dynamic_form_vue_vue_type_style_index_0_id_3e18dd85_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9776");
|
|
38235
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_dynamic_form_vue_vue_type_style_index_0_id_3e18dd85_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_dynamic_form_vue_vue_type_style_index_0_id_3e18dd85_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
38258
38236
|
/* unused harmony reexport * */
|
|
38259
38237
|
|
|
38260
38238
|
|
|
@@ -52672,13 +52650,6 @@ try {
|
|
|
52672
52650
|
module.exports = g;
|
|
52673
52651
|
|
|
52674
52652
|
|
|
52675
|
-
/***/ }),
|
|
52676
|
-
|
|
52677
|
-
/***/ "c9d5":
|
|
52678
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
52679
|
-
|
|
52680
|
-
// extracted by mini-css-extract-plugin
|
|
52681
|
-
|
|
52682
52653
|
/***/ }),
|
|
52683
52654
|
|
|
52684
52655
|
/***/ "ca84":
|
|
@@ -52757,6 +52728,17 @@ module.exports = function (it) {
|
|
|
52757
52728
|
};
|
|
52758
52729
|
|
|
52759
52730
|
|
|
52731
|
+
/***/ }),
|
|
52732
|
+
|
|
52733
|
+
/***/ "cd3e":
|
|
52734
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
52735
|
+
|
|
52736
|
+
"use strict";
|
|
52737
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_component_options_vue_vue_type_style_index_0_id_2fe4306a_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e0d3");
|
|
52738
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_component_options_vue_vue_type_style_index_0_id_2fe4306a_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_component_options_vue_vue_type_style_index_0_id_2fe4306a_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
52739
|
+
/* unused harmony reexport * */
|
|
52740
|
+
|
|
52741
|
+
|
|
52760
52742
|
/***/ }),
|
|
52761
52743
|
|
|
52762
52744
|
/***/ "cdce":
|
|
@@ -53206,6 +53188,17 @@ function isKorean(text) {
|
|
|
53206
53188
|
return reg.test(text);
|
|
53207
53189
|
}
|
|
53208
53190
|
|
|
53191
|
+
/***/ }),
|
|
53192
|
+
|
|
53193
|
+
/***/ "d3c8":
|
|
53194
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
53195
|
+
|
|
53196
|
+
"use strict";
|
|
53197
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_id_bab5e7e0_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3c47");
|
|
53198
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_id_bab5e7e0_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_id_bab5e7e0_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
53199
|
+
/* unused harmony reexport * */
|
|
53200
|
+
|
|
53201
|
+
|
|
53209
53202
|
/***/ }),
|
|
53210
53203
|
|
|
53211
53204
|
/***/ "d44e":
|
|
@@ -55265,6 +55258,13 @@ src_component.install = function (Vue) {
|
|
|
55265
55258
|
|
|
55266
55259
|
/***/ }),
|
|
55267
55260
|
|
|
55261
|
+
/***/ "e0d3":
|
|
55262
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55263
|
+
|
|
55264
|
+
// extracted by mini-css-extract-plugin
|
|
55265
|
+
|
|
55266
|
+
/***/ }),
|
|
55267
|
+
|
|
55268
55268
|
/***/ "e330":
|
|
55269
55269
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55270
55270
|
|
|
@@ -68177,8 +68177,8 @@ var field_createNamespace = Object(utils_create["a" /* createNamespace */])('fie
|
|
|
68177
68177
|
|
|
68178
68178
|
|
|
68179
68179
|
|
|
68180
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=
|
|
68181
|
-
var
|
|
68180
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=bab5e7e0&scoped=true&
|
|
68181
|
+
var Appvue_type_template_id_bab5e7e0_scoped_true_render = function render() {
|
|
68182
68182
|
var _vm = this,
|
|
68183
68183
|
_c = _vm._self._c;
|
|
68184
68184
|
|
|
@@ -68189,7 +68189,7 @@ var Appvue_type_template_id_65282659_scoped_true_render = function render() {
|
|
|
68189
68189
|
}, [_c('DynamicForm', {
|
|
68190
68190
|
ref: "dynamicForm",
|
|
68191
68191
|
attrs: {
|
|
68192
|
-
"form": _vm.
|
|
68192
|
+
"form": _vm.formData,
|
|
68193
68193
|
"singlePage": _vm.singlePage,
|
|
68194
68194
|
"exclude": _vm.exclude
|
|
68195
68195
|
}
|
|
@@ -68198,10 +68198,10 @@ var Appvue_type_template_id_65282659_scoped_true_render = function render() {
|
|
|
68198
68198
|
|
|
68199
68199
|
var staticRenderFns = [];
|
|
68200
68200
|
|
|
68201
|
-
// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=
|
|
68201
|
+
// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=bab5e7e0&scoped=true&
|
|
68202
68202
|
|
|
68203
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dynamic-form/dynamic-form.vue?vue&type=template&id=
|
|
68204
|
-
var
|
|
68203
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dynamic-form/dynamic-form.vue?vue&type=template&id=3e18dd85&scoped=true&
|
|
68204
|
+
var dynamic_formvue_type_template_id_3e18dd85_scoped_true_render = function render() {
|
|
68205
68205
|
var _vm = this,
|
|
68206
68206
|
_c = _vm._self._c;
|
|
68207
68207
|
|
|
@@ -68243,9 +68243,9 @@ var dynamic_formvue_type_template_id_bcd9d518_scoped_true_render = function rend
|
|
|
68243
68243
|
})], 1);
|
|
68244
68244
|
};
|
|
68245
68245
|
|
|
68246
|
-
var
|
|
68246
|
+
var dynamic_formvue_type_template_id_3e18dd85_scoped_true_staticRenderFns = [];
|
|
68247
68247
|
|
|
68248
|
-
// CONCATENATED MODULE: ./src/components/dynamic-form/dynamic-form.vue?vue&type=template&id=
|
|
68248
|
+
// CONCATENATED MODULE: ./src/components/dynamic-form/dynamic-form.vue?vue&type=template&id=3e18dd85&scoped=true&
|
|
68249
68249
|
|
|
68250
68250
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dynamic-form/components/component-type.vue?vue&type=template&id=00710a01&scoped=true&
|
|
68251
68251
|
var component_typevue_type_template_id_00710a01_scoped_true_render = function render() {
|
|
@@ -68867,8 +68867,8 @@ var contentvue_type_template_id_d5565490_scoped_true_staticRenderFns = [];
|
|
|
68867
68867
|
|
|
68868
68868
|
// CONCATENATED MODULE: ./src/components/common/content/content.vue?vue&type=template&id=d5565490&scoped=true&
|
|
68869
68869
|
|
|
68870
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/common/content/components/form-item/form-item.vue?vue&type=template&id=
|
|
68871
|
-
var
|
|
68870
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/common/content/components/form-item/form-item.vue?vue&type=template&id=6ddd90a2&scoped=true&
|
|
68871
|
+
var form_itemvue_type_template_id_6ddd90a2_scoped_true_render = function render() {
|
|
68872
68872
|
var _vm$typeMap$_vm$item$, _vm$item$range, _vm$item$range2;
|
|
68873
68873
|
|
|
68874
68874
|
var _vm = this,
|
|
@@ -69373,9 +69373,9 @@ var form_itemvue_type_template_id_55ba7aa9_scoped_true_render = function render(
|
|
|
69373
69373
|
}, [_vm._v("确认")])], 1)])])])], 1);
|
|
69374
69374
|
};
|
|
69375
69375
|
|
|
69376
|
-
var
|
|
69376
|
+
var form_itemvue_type_template_id_6ddd90a2_scoped_true_staticRenderFns = [];
|
|
69377
69377
|
|
|
69378
|
-
// CONCATENATED MODULE: ./src/components/common/content/components/form-item/form-item.vue?vue&type=template&id=
|
|
69378
|
+
// CONCATENATED MODULE: ./src/components/common/content/components/form-item/form-item.vue?vue&type=template&id=6ddd90a2&scoped=true&
|
|
69379
69379
|
|
|
69380
69380
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/common/content/components/input-box/input-box.vue?vue&type=template&id=3438c619&scoped=true&
|
|
69381
69381
|
var input_boxvue_type_template_id_3438c619_scoped_true_render = function render() {
|
|
@@ -76264,25 +76264,22 @@ const service = (method, url, params, customHeaders) => new Promise((resolve, re
|
|
|
76264
76264
|
|
|
76265
76265
|
deep: true,
|
|
76266
76266
|
immediate: true
|
|
76267
|
-
}
|
|
76268
|
-
|
|
76269
|
-
|
|
76270
|
-
|
|
76271
|
-
|
|
76272
|
-
|
|
76273
|
-
|
|
76274
|
-
|
|
76275
|
-
|
|
76276
|
-
|
|
76277
|
-
|
|
76278
|
-
|
|
76279
|
-
|
|
76280
|
-
|
|
76281
|
-
|
|
76282
|
-
},
|
|
76267
|
+
} // isShow: {
|
|
76268
|
+
// handler(newValue) {
|
|
76269
|
+
// if (!newValue) {
|
|
76270
|
+
// if (this.item.type === 'radio') {
|
|
76271
|
+
// this.radioValue = ''
|
|
76272
|
+
// }
|
|
76273
|
+
// if (this.item.type === 'checkbox') {
|
|
76274
|
+
// this.checkboxValue = []
|
|
76275
|
+
// }
|
|
76276
|
+
// const index = this.dependValues.findIndex((depend) => depend.key === this.item.key)
|
|
76277
|
+
// if (index > -1 && this.dependValues[index]) this.dependValues.splice(index, 1)
|
|
76278
|
+
// }
|
|
76279
|
+
// },
|
|
76280
|
+
// immediate: true,
|
|
76281
|
+
// },
|
|
76283
76282
|
|
|
76284
|
-
immediate: true
|
|
76285
|
-
}
|
|
76286
76283
|
},
|
|
76287
76284
|
computed: {
|
|
76288
76285
|
// 最大输入长度属性
|
|
@@ -76335,30 +76332,6 @@ const service = (method, url, params, customHeaders) => new Promise((resolve, re
|
|
|
76335
76332
|
return ['text', 'integer', 'float', 'phone', 'password', 'picker', 'instant', 'period', 'area'].includes(this.item.type);
|
|
76336
76333
|
},
|
|
76337
76334
|
|
|
76338
|
-
// 根据所依赖的值变化
|
|
76339
|
-
isShow() {
|
|
76340
|
-
var _this$item$depends;
|
|
76341
|
-
|
|
76342
|
-
if ((_this$item$depends = this.item.depends) !== null && _this$item$depends !== void 0 && _this$item$depends.length) {
|
|
76343
|
-
return this.item.depends.some(depend => {
|
|
76344
|
-
// 去已经被记录的依赖数组中查询,找到自己依赖的那条数据
|
|
76345
|
-
const dependData = this.dependValues.find(item => depend.item === item.key && depend.group === item.gid); // 查看自己的值是否与依赖的值相等
|
|
76346
|
-
|
|
76347
|
-
const isValid = depend === null || depend === void 0 ? void 0 : depend.vals.find(item => {
|
|
76348
|
-
// 依赖的值是数组证明是复选框
|
|
76349
|
-
if (Array.isArray(dependData === null || dependData === void 0 ? void 0 : dependData.value)) {
|
|
76350
|
-
return dependData.value.some(dpData => dpData === item.id);
|
|
76351
|
-
}
|
|
76352
|
-
|
|
76353
|
-
return item.id === (dependData === null || dependData === void 0 ? void 0 : dependData.value);
|
|
76354
|
-
});
|
|
76355
|
-
return isValid;
|
|
76356
|
-
});
|
|
76357
|
-
}
|
|
76358
|
-
|
|
76359
|
-
return true;
|
|
76360
|
-
},
|
|
76361
|
-
|
|
76362
76335
|
gid() {
|
|
76363
76336
|
return this.form.groups.find(group => group.items.find(item => item.key === this.item.key)).gid;
|
|
76364
76337
|
}
|
|
@@ -76706,8 +76679,8 @@ const service = (method, url, params, customHeaders) => new Promise((resolve, re
|
|
|
76706
76679
|
});
|
|
76707
76680
|
// CONCATENATED MODULE: ./src/components/common/content/components/form-item/form-item.vue?vue&type=script&lang=js&
|
|
76708
76681
|
/* harmony default export */ var form_item_form_itemvue_type_script_lang_js_ = (form_itemvue_type_script_lang_js_);
|
|
76709
|
-
// EXTERNAL MODULE: ./src/components/common/content/components/form-item/form-item.vue?vue&type=style&index=0&id=
|
|
76710
|
-
var
|
|
76682
|
+
// EXTERNAL MODULE: ./src/components/common/content/components/form-item/form-item.vue?vue&type=style&index=0&id=6ddd90a2&prod&scoped=true&lang=scss&
|
|
76683
|
+
var form_itemvue_type_style_index_0_id_6ddd90a2_prod_scoped_true_lang_scss_ = __webpack_require__("a8d8");
|
|
76711
76684
|
|
|
76712
76685
|
// CONCATENATED MODULE: ./src/components/common/content/components/form-item/form-item.vue
|
|
76713
76686
|
|
|
@@ -76720,11 +76693,11 @@ var form_itemvue_type_style_index_0_id_55ba7aa9_prod_scoped_true_lang_scss_ = __
|
|
|
76720
76693
|
|
|
76721
76694
|
var form_item_component = normalizeComponent(
|
|
76722
76695
|
form_item_form_itemvue_type_script_lang_js_,
|
|
76723
|
-
|
|
76724
|
-
|
|
76696
|
+
form_itemvue_type_template_id_6ddd90a2_scoped_true_render,
|
|
76697
|
+
form_itemvue_type_template_id_6ddd90a2_scoped_true_staticRenderFns,
|
|
76725
76698
|
false,
|
|
76726
76699
|
null,
|
|
76727
|
-
"
|
|
76700
|
+
"6ddd90a2",
|
|
76728
76701
|
null
|
|
76729
76702
|
|
|
76730
76703
|
)
|
|
@@ -77516,8 +77489,8 @@ var component_content_component = normalizeComponent(
|
|
|
77516
77489
|
)
|
|
77517
77490
|
|
|
77518
77491
|
/* harmony default export */ var component_content = (component_content_component.exports);
|
|
77519
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dynamic-form/components/component-options.vue?vue&type=template&id=
|
|
77520
|
-
var
|
|
77492
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"41c58e37-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dynamic-form/components/component-options.vue?vue&type=template&id=2fe4306a&scoped=true&
|
|
77493
|
+
var component_optionsvue_type_template_id_2fe4306a_scoped_true_render = function render() {
|
|
77521
77494
|
var _vm = this,
|
|
77522
77495
|
_c = _vm._self._c;
|
|
77523
77496
|
|
|
@@ -78417,7 +78390,7 @@ var component_optionsvue_type_template_id_423ab354_scoped_true_render = function
|
|
|
78417
78390
|
})], 1) : _vm._e()])]) : _vm._e()])], 1);
|
|
78418
78391
|
};
|
|
78419
78392
|
|
|
78420
|
-
var
|
|
78393
|
+
var component_optionsvue_type_template_id_2fe4306a_scoped_true_staticRenderFns = [function () {
|
|
78421
78394
|
var _vm = this,
|
|
78422
78395
|
_c = _vm._self._c;
|
|
78423
78396
|
|
|
@@ -78453,7 +78426,7 @@ var component_optionsvue_type_template_id_423ab354_scoped_true_staticRenderFns =
|
|
|
78453
78426
|
}, [_c('span', [_vm._v("依赖题目")]), _c('span', [_vm._v("选项")]), _c('span', [_vm._v("操作")])]);
|
|
78454
78427
|
}];
|
|
78455
78428
|
|
|
78456
|
-
// CONCATENATED MODULE: ./src/components/dynamic-form/components/component-options.vue?vue&type=template&id=
|
|
78429
|
+
// CONCATENATED MODULE: ./src/components/dynamic-form/components/component-options.vue?vue&type=template&id=2fe4306a&scoped=true&
|
|
78457
78430
|
|
|
78458
78431
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/theme-chalk/message.css
|
|
78459
78432
|
var theme_chalk_message = __webpack_require__("0fb7");
|
|
@@ -79057,19 +79030,20 @@ var formConfig_component = normalizeComponent(
|
|
|
79057
79030
|
|
|
79058
79031
|
computed: {
|
|
79059
79032
|
question() {
|
|
79060
|
-
var _this$item, _this$item2;
|
|
79033
|
+
var _this$item, _this$item2, _this$item3;
|
|
79061
79034
|
|
|
79062
|
-
if (!this.item
|
|
79035
|
+
if (!this.item) return {};
|
|
79036
|
+
if (!this.item.rename && ['idPicture', 'file', 'image'].includes((_this$item = this.item) === null || _this$item === void 0 ? void 0 : _this$item.type)) this.item.rename = {
|
|
79063
79037
|
connector: '-',
|
|
79064
79038
|
keys: []
|
|
79065
79039
|
};
|
|
79066
79040
|
|
|
79067
|
-
if ((_this$
|
|
79068
|
-
var _this$
|
|
79041
|
+
if ((_this$item2 = this.item) !== null && _this$item2 !== void 0 && _this$item2.rename && Array.isArray((_this$item3 = this.item) === null || _this$item3 === void 0 ? void 0 : _this$item3.rename)) {
|
|
79042
|
+
var _this$item4;
|
|
79069
79043
|
|
|
79070
79044
|
this.item.rename = {
|
|
79071
79045
|
connector: '-',
|
|
79072
|
-
keys: ((_this$
|
|
79046
|
+
keys: ((_this$item4 = this.item) === null || _this$item4 === void 0 ? void 0 : _this$item4.rename) || []
|
|
79073
79047
|
};
|
|
79074
79048
|
}
|
|
79075
79049
|
|
|
@@ -79471,14 +79445,11 @@ var formConfig_component = normalizeComponent(
|
|
|
79471
79445
|
if (((_treeObj$children2 = treeObj.children) === null || _treeObj$children2 === void 0 ? void 0 : _treeObj$children2.length) > 0) {
|
|
79472
79446
|
this.dependsData.push(treeObj);
|
|
79473
79447
|
}
|
|
79474
|
-
|
|
79475
|
-
if (this.dependsData.length === 1) {
|
|
79476
|
-
this.dependsData = this.dependsData[0].children;
|
|
79477
|
-
}
|
|
79478
79448
|
});
|
|
79479
79449
|
this.showAddDepend = true; // 题目切换时默认选中已经存在的依赖项
|
|
79480
79450
|
|
|
79481
79451
|
this.question.depends.forEach(item => {
|
|
79452
|
+
console.log('[ item ] >', item);
|
|
79482
79453
|
let dependStr = item.group + ',' + item.item;
|
|
79483
79454
|
item.vals.forEach(i => {
|
|
79484
79455
|
this.defaultCheck.push(dependStr + ',' + i.id);
|
|
@@ -79488,12 +79459,12 @@ var formConfig_component = normalizeComponent(
|
|
|
79488
79459
|
|
|
79489
79460
|
// 重命名依赖项获取及保存
|
|
79490
79461
|
setQuestionRename() {
|
|
79491
|
-
var _this$question$rename;
|
|
79462
|
+
var _this$question$rename, _this$question$rename2;
|
|
79492
79463
|
|
|
79493
79464
|
// 切换题目时清空已选项
|
|
79494
79465
|
this.checkedRename = [];
|
|
79495
79466
|
|
|
79496
|
-
if (((_this$question$rename = this.question.rename
|
|
79467
|
+
if (((_this$question$rename = this.question.rename) === null || _this$question$rename === void 0 ? void 0 : (_this$question$rename2 = _this$question$rename.keys) === null || _this$question$rename2 === void 0 ? void 0 : _this$question$rename2.length) > 0) {
|
|
79497
79468
|
this.checkedRename = this.question.rename.keys;
|
|
79498
79469
|
}
|
|
79499
79470
|
},
|
|
@@ -79545,9 +79516,9 @@ var formConfig_component = normalizeComponent(
|
|
|
79545
79516
|
i--;
|
|
79546
79517
|
}
|
|
79547
79518
|
}
|
|
79548
|
-
}
|
|
79549
|
-
|
|
79519
|
+
}
|
|
79550
79520
|
|
|
79521
|
+
console.log('依赖数组', depends);
|
|
79551
79522
|
this.question.depends = depends;
|
|
79552
79523
|
},
|
|
79553
79524
|
|
|
@@ -79790,8 +79761,8 @@ var formConfig_component = normalizeComponent(
|
|
|
79790
79761
|
});
|
|
79791
79762
|
// CONCATENATED MODULE: ./src/components/dynamic-form/components/component-options.vue?vue&type=script&lang=js&
|
|
79792
79763
|
/* harmony default export */ var components_component_optionsvue_type_script_lang_js_ = (component_optionsvue_type_script_lang_js_);
|
|
79793
|
-
// EXTERNAL MODULE: ./src/components/dynamic-form/components/component-options.vue?vue&type=style&index=0&id=
|
|
79794
|
-
var
|
|
79764
|
+
// EXTERNAL MODULE: ./src/components/dynamic-form/components/component-options.vue?vue&type=style&index=0&id=2fe4306a&prod&scoped=true&lang=scss&
|
|
79765
|
+
var component_optionsvue_type_style_index_0_id_2fe4306a_prod_scoped_true_lang_scss_ = __webpack_require__("cd3e");
|
|
79795
79766
|
|
|
79796
79767
|
// CONCATENATED MODULE: ./src/components/dynamic-form/components/component-options.vue
|
|
79797
79768
|
|
|
@@ -79804,11 +79775,11 @@ var component_optionsvue_type_style_index_0_id_423ab354_prod_scoped_true_lang_sc
|
|
|
79804
79775
|
|
|
79805
79776
|
var component_options_component = normalizeComponent(
|
|
79806
79777
|
components_component_optionsvue_type_script_lang_js_,
|
|
79807
|
-
|
|
79808
|
-
|
|
79778
|
+
component_optionsvue_type_template_id_2fe4306a_scoped_true_render,
|
|
79779
|
+
component_optionsvue_type_template_id_2fe4306a_scoped_true_staticRenderFns,
|
|
79809
79780
|
false,
|
|
79810
79781
|
null,
|
|
79811
|
-
"
|
|
79782
|
+
"2fe4306a",
|
|
79812
79783
|
null
|
|
79813
79784
|
|
|
79814
79785
|
)
|
|
@@ -80269,7 +80240,6 @@ var component_type_component = normalizeComponent(
|
|
|
80269
80240
|
|
|
80270
80241
|
|
|
80271
80242
|
|
|
80272
|
-
|
|
80273
80243
|
/* harmony default export */ var dynamic_formvue_type_script_lang_js_ = ({
|
|
80274
80244
|
name: 'DynamicForm',
|
|
80275
80245
|
inject: ['showPage'],
|
|
@@ -80332,20 +80302,6 @@ var component_type_component = normalizeComponent(
|
|
|
80332
80302
|
computed: {
|
|
80333
80303
|
currentFormSpec() {
|
|
80334
80304
|
return this.form.spec;
|
|
80335
|
-
},
|
|
80336
|
-
|
|
80337
|
-
// 根据分组依赖项显示的表单项
|
|
80338
|
-
formVisible() {
|
|
80339
|
-
const obj = { ...this.form
|
|
80340
|
-
};
|
|
80341
|
-
const groups = [];
|
|
80342
|
-
if (!this.form.groups) return;
|
|
80343
|
-
this.form.groups.forEach(group => {
|
|
80344
|
-
const show = this.isShow(group);
|
|
80345
|
-
if (show) groups.push(group);
|
|
80346
|
-
});
|
|
80347
|
-
obj.groups = groups;
|
|
80348
|
-
return obj;
|
|
80349
80305
|
}
|
|
80350
80306
|
|
|
80351
80307
|
},
|
|
@@ -80381,29 +80337,6 @@ var component_type_component = normalizeComponent(
|
|
|
80381
80337
|
|
|
80382
80338
|
},
|
|
80383
80339
|
methods: {
|
|
80384
|
-
isShow(dependItem) {
|
|
80385
|
-
var _dependItem$depends;
|
|
80386
|
-
|
|
80387
|
-
if (((_dependItem$depends = dependItem.depends) === null || _dependItem$depends === void 0 ? void 0 : _dependItem$depends.length) > 0) {
|
|
80388
|
-
return dependItem.depends.some(depend => {
|
|
80389
|
-
// 去已经被记录的依赖数组中查询,找到自己依赖的那条数据
|
|
80390
|
-
const dependData = this.dependValues.find(item => depend.item === item.key && depend.group === item.gid); // 查看自己的值是否与依赖的值相等
|
|
80391
|
-
|
|
80392
|
-
const isValid = depend === null || depend === void 0 ? void 0 : depend.vals.find(item => {
|
|
80393
|
-
// 依赖的值是数组证明是复选框
|
|
80394
|
-
if (Array.isArray(dependData === null || dependData === void 0 ? void 0 : dependData.value)) {
|
|
80395
|
-
return dependData.value.some(dpData => dpData === item.id);
|
|
80396
|
-
}
|
|
80397
|
-
|
|
80398
|
-
return item.id === (dependData === null || dependData === void 0 ? void 0 : dependData.value);
|
|
80399
|
-
});
|
|
80400
|
-
return isValid;
|
|
80401
|
-
});
|
|
80402
|
-
}
|
|
80403
|
-
|
|
80404
|
-
return true;
|
|
80405
|
-
},
|
|
80406
|
-
|
|
80407
80340
|
setItemIndex(index) {
|
|
80408
80341
|
this.showPageConfig = false;
|
|
80409
80342
|
this.showGroupConfig = false;
|
|
@@ -80451,8 +80384,8 @@ var component_type_component = normalizeComponent(
|
|
|
80451
80384
|
});
|
|
80452
80385
|
// CONCATENATED MODULE: ./src/components/dynamic-form/dynamic-form.vue?vue&type=script&lang=js&
|
|
80453
80386
|
/* harmony default export */ var dynamic_form_dynamic_formvue_type_script_lang_js_ = (dynamic_formvue_type_script_lang_js_);
|
|
80454
|
-
// EXTERNAL MODULE: ./src/components/dynamic-form/dynamic-form.vue?vue&type=style&index=0&id=
|
|
80455
|
-
var
|
|
80387
|
+
// EXTERNAL MODULE: ./src/components/dynamic-form/dynamic-form.vue?vue&type=style&index=0&id=3e18dd85&prod&scoped=true&lang=scss&
|
|
80388
|
+
var dynamic_formvue_type_style_index_0_id_3e18dd85_prod_scoped_true_lang_scss_ = __webpack_require__("acc5");
|
|
80456
80389
|
|
|
80457
80390
|
// CONCATENATED MODULE: ./src/components/dynamic-form/dynamic-form.vue
|
|
80458
80391
|
|
|
@@ -80465,11 +80398,11 @@ var dynamic_formvue_type_style_index_0_id_bcd9d518_prod_scoped_true_lang_scss_ =
|
|
|
80465
80398
|
|
|
80466
80399
|
var dynamic_form_component = normalizeComponent(
|
|
80467
80400
|
dynamic_form_dynamic_formvue_type_script_lang_js_,
|
|
80468
|
-
|
|
80469
|
-
|
|
80401
|
+
dynamic_formvue_type_template_id_3e18dd85_scoped_true_render,
|
|
80402
|
+
dynamic_formvue_type_template_id_3e18dd85_scoped_true_staticRenderFns,
|
|
80470
80403
|
false,
|
|
80471
80404
|
null,
|
|
80472
|
-
"
|
|
80405
|
+
"3e18dd85",
|
|
80473
80406
|
null
|
|
80474
80407
|
|
|
80475
80408
|
)
|
|
@@ -80550,26 +80483,1312 @@ var dynamic_form_component = normalizeComponent(
|
|
|
80550
80483
|
data() {
|
|
80551
80484
|
return {
|
|
80552
80485
|
formData: {
|
|
80553
|
-
|
|
80554
|
-
|
|
80555
|
-
|
|
80556
|
-
|
|
80557
|
-
|
|
80558
|
-
|
|
80559
|
-
footer: ''
|
|
80486
|
+
"groups": [{
|
|
80487
|
+
"gid": "g9gnf1s",
|
|
80488
|
+
"spec": {
|
|
80489
|
+
"unit": "页",
|
|
80490
|
+
"title": "第一部分:慢病患者基本情况",
|
|
80491
|
+
"subtitle": ""
|
|
80560
80492
|
},
|
|
80561
|
-
|
|
80562
|
-
|
|
80563
|
-
|
|
80564
|
-
|
|
80565
|
-
|
|
80566
|
-
title:
|
|
80567
|
-
|
|
80568
|
-
|
|
80493
|
+
"items": [{
|
|
80494
|
+
"key": "keyu2ru9w",
|
|
80495
|
+
"emsg": "",
|
|
80496
|
+
"only": false,
|
|
80497
|
+
"type": "radio",
|
|
80498
|
+
"title": "就诊患者的年龄范围是? ",
|
|
80499
|
+
"rename": {
|
|
80500
|
+
"keys": [],
|
|
80501
|
+
"connector": "-"
|
|
80502
|
+
},
|
|
80503
|
+
"weight": false,
|
|
80504
|
+
"depends": [],
|
|
80505
|
+
"options": [{
|
|
80506
|
+
"id": "9ry2ua",
|
|
80507
|
+
"content": "A.18岁以下",
|
|
80508
|
+
"default": true
|
|
80509
|
+
}, {
|
|
80510
|
+
"id": "zb5rrw",
|
|
80511
|
+
"content": "B.18~30岁",
|
|
80512
|
+
"default": true
|
|
80513
|
+
}, {
|
|
80514
|
+
"id": "7qxf83",
|
|
80515
|
+
"content": "C.30~40岁",
|
|
80516
|
+
"default": true
|
|
80517
|
+
}, {
|
|
80518
|
+
"id": "1qvg95",
|
|
80519
|
+
"content": "D.40~50岁",
|
|
80520
|
+
"default": true
|
|
80521
|
+
}, {
|
|
80522
|
+
"id": "8wbuu5",
|
|
80523
|
+
"content": "E.50~60岁",
|
|
80524
|
+
"default": true
|
|
80525
|
+
}, {
|
|
80526
|
+
"id": "kr041h",
|
|
80527
|
+
"content": "F.60~70岁",
|
|
80528
|
+
"default": true
|
|
80529
|
+
}, {
|
|
80530
|
+
"id": "7wsxmd",
|
|
80531
|
+
"content": "G.70~80岁",
|
|
80532
|
+
"default": true
|
|
80533
|
+
}, {
|
|
80534
|
+
"id": "7dzm4m",
|
|
80535
|
+
"content": "H.80岁以上",
|
|
80536
|
+
"default": true
|
|
80537
|
+
}],
|
|
80538
|
+
"summary": false,
|
|
80539
|
+
"required": true,
|
|
80540
|
+
"subtitle": "",
|
|
80541
|
+
"placeholder": ""
|
|
80542
|
+
}, {
|
|
80543
|
+
"key": "keyt2rxuq",
|
|
80544
|
+
"emsg": "",
|
|
80545
|
+
"only": false,
|
|
80546
|
+
"type": "radio",
|
|
80547
|
+
"title": "就诊患者的性别?",
|
|
80548
|
+
"rename": {
|
|
80549
|
+
"keys": [],
|
|
80550
|
+
"connector": "-"
|
|
80551
|
+
},
|
|
80552
|
+
"weight": false,
|
|
80553
|
+
"depends": [],
|
|
80554
|
+
"options": [{
|
|
80555
|
+
"id": "15vv0h",
|
|
80556
|
+
"content": "A.男",
|
|
80557
|
+
"default": true
|
|
80558
|
+
}, {
|
|
80559
|
+
"id": "dme7cq",
|
|
80560
|
+
"content": "B.女",
|
|
80561
|
+
"default": true
|
|
80562
|
+
}],
|
|
80563
|
+
"summary": false,
|
|
80564
|
+
"required": true,
|
|
80565
|
+
"subtitle": "",
|
|
80566
|
+
"placeholder": ""
|
|
80567
|
+
}, {
|
|
80568
|
+
"key": "key0h8p34",
|
|
80569
|
+
"emsg": "",
|
|
80570
|
+
"only": false,
|
|
80571
|
+
"type": "checkbox",
|
|
80572
|
+
"title": "就诊患者是否患有下列慢性疾病?(可多选)",
|
|
80573
|
+
"rename": {
|
|
80574
|
+
"keys": [],
|
|
80575
|
+
"connector": "-"
|
|
80576
|
+
},
|
|
80577
|
+
"weight": false,
|
|
80578
|
+
"depends": [],
|
|
80579
|
+
"options": [{
|
|
80580
|
+
"id": "dqs81h",
|
|
80581
|
+
"content": "A. 高血压",
|
|
80582
|
+
"default": true
|
|
80583
|
+
}, {
|
|
80584
|
+
"id": "aku2pl",
|
|
80585
|
+
"content": "B. 糖尿病",
|
|
80586
|
+
"default": true
|
|
80587
|
+
}, {
|
|
80588
|
+
"id": "gje167",
|
|
80589
|
+
"content": "C. 心脏病",
|
|
80590
|
+
"default": true
|
|
80591
|
+
}, {
|
|
80592
|
+
"id": "17mz89",
|
|
80593
|
+
"content": "D. 脑血管疾病",
|
|
80594
|
+
"default": true
|
|
80595
|
+
}, {
|
|
80596
|
+
"id": "32se83",
|
|
80597
|
+
"content": "E. 呼吸系统疾病",
|
|
80598
|
+
"default": true
|
|
80599
|
+
}, {
|
|
80600
|
+
"id": "rjd1h5",
|
|
80601
|
+
"content": "F.白内障,青光眼等眼部疾病",
|
|
80602
|
+
"default": true
|
|
80603
|
+
}, {
|
|
80604
|
+
"id": "ayiglb",
|
|
80605
|
+
"content": "G.恶性肿瘤",
|
|
80606
|
+
"default": true
|
|
80607
|
+
}, {
|
|
80608
|
+
"id": "0z0phv",
|
|
80609
|
+
"content": "H.慢性肾脏病",
|
|
80610
|
+
"default": true
|
|
80611
|
+
}, {
|
|
80612
|
+
"id": "3orapx",
|
|
80613
|
+
"content": "I.泌尿系统疾病",
|
|
80614
|
+
"default": true
|
|
80615
|
+
}, {
|
|
80616
|
+
"id": "9d7vzv",
|
|
80617
|
+
"content": "J.慢性阻塞性肺疾病",
|
|
80618
|
+
"default": true
|
|
80619
|
+
}, {
|
|
80620
|
+
"id": "pv31s2",
|
|
80621
|
+
"content": "K.关节炎/骨质疏松",
|
|
80622
|
+
"default": true
|
|
80623
|
+
}, {
|
|
80624
|
+
"id": "2r95go",
|
|
80625
|
+
"content": "L. 消化系统疾病",
|
|
80626
|
+
"default": true
|
|
80627
|
+
}, {
|
|
80628
|
+
"id": "qlqfkf",
|
|
80629
|
+
"content": "M. 其他",
|
|
80630
|
+
"default": true
|
|
80631
|
+
}],
|
|
80632
|
+
"summary": false,
|
|
80633
|
+
"required": true,
|
|
80634
|
+
"subtitle": "",
|
|
80635
|
+
"placeholder": ""
|
|
80636
|
+
}, {
|
|
80637
|
+
"key": "keydx5mii",
|
|
80638
|
+
"emsg": "",
|
|
80639
|
+
"only": false,
|
|
80640
|
+
"type": "radio",
|
|
80641
|
+
"title": "就诊患者是否存在慢性共病情况?",
|
|
80642
|
+
"weight": false,
|
|
80643
|
+
"depends": [],
|
|
80644
|
+
"options": [{
|
|
80645
|
+
"id": "lbv52e",
|
|
80646
|
+
"content": "A.是(跳转5题)",
|
|
80647
|
+
"default": true
|
|
80648
|
+
}, {
|
|
80649
|
+
"id": "gp1inv",
|
|
80650
|
+
"content": "B.否",
|
|
80651
|
+
"default": true
|
|
80652
|
+
}],
|
|
80653
|
+
"summary": false,
|
|
80654
|
+
"required": true,
|
|
80655
|
+
"subtitle": "",
|
|
80656
|
+
"placeholder": ""
|
|
80657
|
+
}, {
|
|
80658
|
+
"key": "key944syv",
|
|
80659
|
+
"emsg": "",
|
|
80660
|
+
"only": false,
|
|
80661
|
+
"type": "radio",
|
|
80662
|
+
"title": "就诊患者患有几种慢性疾病?",
|
|
80663
|
+
"rename": {
|
|
80664
|
+
"keys": [],
|
|
80665
|
+
"connector": "-"
|
|
80666
|
+
},
|
|
80667
|
+
"weight": false,
|
|
80668
|
+
"depends": [{
|
|
80669
|
+
"item": "lbv52e",
|
|
80670
|
+
"group": "keydx5mii"
|
|
80671
|
+
}],
|
|
80672
|
+
"options": [{
|
|
80673
|
+
"id": "q42efn",
|
|
80674
|
+
"content": "A.患2种慢性病(跳转6题)",
|
|
80675
|
+
"default": true
|
|
80676
|
+
}, {
|
|
80677
|
+
"id": "z51dqq",
|
|
80678
|
+
"content": "B.患3种慢性病(跳转7题)",
|
|
80679
|
+
"default": true
|
|
80680
|
+
}, {
|
|
80681
|
+
"id": "u99oqf",
|
|
80682
|
+
"content": "C.患3种以上慢性病(跳转8题)",
|
|
80683
|
+
"default": true
|
|
80684
|
+
}],
|
|
80685
|
+
"summary": false,
|
|
80686
|
+
"required": true,
|
|
80687
|
+
"subtitle": "",
|
|
80688
|
+
"placeholder": ""
|
|
80689
|
+
}, {
|
|
80690
|
+
"key": "keyg1pcbh",
|
|
80691
|
+
"emsg": "",
|
|
80692
|
+
"only": false,
|
|
80693
|
+
"type": "radio",
|
|
80694
|
+
"title": "就诊患者患有哪两种慢病?(只能选择两项)",
|
|
80695
|
+
"rename": {
|
|
80696
|
+
"keys": [],
|
|
80697
|
+
"connector": "-"
|
|
80698
|
+
},
|
|
80699
|
+
"weight": false,
|
|
80700
|
+
"depends": [{
|
|
80701
|
+
"item": "q42efn",
|
|
80702
|
+
"group": "key944syv"
|
|
80703
|
+
}],
|
|
80704
|
+
"options": [{
|
|
80705
|
+
"id": "8ko2b5",
|
|
80706
|
+
"content": "A. 高血压",
|
|
80707
|
+
"default": true
|
|
80708
|
+
}, {
|
|
80709
|
+
"id": "s4upf6",
|
|
80710
|
+
"content": "B. 糖尿病",
|
|
80711
|
+
"default": true
|
|
80712
|
+
}, {
|
|
80713
|
+
"id": "o4dm7h",
|
|
80714
|
+
"content": "C. 心脏病",
|
|
80715
|
+
"default": true
|
|
80716
|
+
}, {
|
|
80717
|
+
"id": "h7v83i",
|
|
80718
|
+
"content": "D. 脑血管疾病",
|
|
80719
|
+
"default": true
|
|
80720
|
+
}, {
|
|
80721
|
+
"id": "2ybkke",
|
|
80722
|
+
"content": "E. 呼吸系统疾病",
|
|
80723
|
+
"default": true
|
|
80724
|
+
}, {
|
|
80725
|
+
"id": "eylevs",
|
|
80726
|
+
"content": "F. 白内障,青光眼等眼部疾病",
|
|
80727
|
+
"default": true
|
|
80728
|
+
}, {
|
|
80729
|
+
"id": "aj990g",
|
|
80730
|
+
"content": "G. 恶性肿瘤",
|
|
80731
|
+
"default": true
|
|
80732
|
+
}, {
|
|
80733
|
+
"id": "bad8oq",
|
|
80734
|
+
"content": "H. 慢性肾脏病",
|
|
80735
|
+
"default": true
|
|
80736
|
+
}, {
|
|
80737
|
+
"id": "7wbcth",
|
|
80738
|
+
"content": "I. 泌尿系统疾病",
|
|
80739
|
+
"default": true
|
|
80740
|
+
}, {
|
|
80741
|
+
"id": "vcace4",
|
|
80742
|
+
"content": "J. 慢性阻塞性肺疾病",
|
|
80743
|
+
"default": true
|
|
80744
|
+
}, {
|
|
80745
|
+
"id": "iaoeoq",
|
|
80746
|
+
"content": "K. 关节炎/骨质疏松",
|
|
80747
|
+
"default": true
|
|
80748
|
+
}, {
|
|
80749
|
+
"id": "ncpohn",
|
|
80750
|
+
"content": "L. 消化系统疾病",
|
|
80751
|
+
"default": true
|
|
80752
|
+
}, {
|
|
80753
|
+
"id": "d3da3v",
|
|
80754
|
+
"content": "M. 其他",
|
|
80755
|
+
"default": true
|
|
80756
|
+
}],
|
|
80757
|
+
"summary": false,
|
|
80758
|
+
"required": true,
|
|
80759
|
+
"subtitle": "",
|
|
80760
|
+
"placeholder": ""
|
|
80761
|
+
}, {
|
|
80762
|
+
"key": "keyo61tua",
|
|
80763
|
+
"emsg": "",
|
|
80764
|
+
"only": false,
|
|
80765
|
+
"type": "radio",
|
|
80766
|
+
"title": "就诊患者患有哪三种慢病?(只能选择三项)",
|
|
80767
|
+
"rename": {
|
|
80768
|
+
"keys": [],
|
|
80769
|
+
"connector": "-"
|
|
80770
|
+
},
|
|
80771
|
+
"weight": false,
|
|
80772
|
+
"depends": [{
|
|
80773
|
+
"item": "z51dqq",
|
|
80774
|
+
"group": "key944syv"
|
|
80775
|
+
}],
|
|
80776
|
+
"options": [{
|
|
80777
|
+
"id": "pusuro",
|
|
80778
|
+
"content": "A. 高血压",
|
|
80779
|
+
"default": true
|
|
80780
|
+
}, {
|
|
80781
|
+
"id": "9nm5ij",
|
|
80782
|
+
"content": "B. 糖尿病",
|
|
80783
|
+
"default": true
|
|
80784
|
+
}, {
|
|
80785
|
+
"id": "0c16z6",
|
|
80786
|
+
"content": "C. 心脏病",
|
|
80787
|
+
"default": true
|
|
80788
|
+
}, {
|
|
80789
|
+
"id": "co5f6v",
|
|
80790
|
+
"content": "D. 脑血管疾病",
|
|
80791
|
+
"default": true
|
|
80792
|
+
}, {
|
|
80793
|
+
"id": "egybxw",
|
|
80794
|
+
"content": "E. 呼吸系统疾病",
|
|
80795
|
+
"default": true
|
|
80796
|
+
}, {
|
|
80797
|
+
"id": "qpgf36",
|
|
80798
|
+
"content": "F. 白内障,青光眼等眼部疾病",
|
|
80799
|
+
"default": true
|
|
80800
|
+
}, {
|
|
80801
|
+
"id": "5p5l9r",
|
|
80802
|
+
"content": "G. 恶性肿瘤",
|
|
80803
|
+
"default": true
|
|
80804
|
+
}, {
|
|
80805
|
+
"id": "r796vc",
|
|
80806
|
+
"content": "H. 慢性肾脏病",
|
|
80807
|
+
"default": true
|
|
80808
|
+
}, {
|
|
80809
|
+
"id": "idj7v7",
|
|
80810
|
+
"content": "I. 泌尿系统疾病",
|
|
80811
|
+
"default": true
|
|
80812
|
+
}, {
|
|
80813
|
+
"id": "nu8xpi",
|
|
80814
|
+
"content": "J. 慢性阻塞性肺疾病",
|
|
80815
|
+
"default": true
|
|
80816
|
+
}, {
|
|
80817
|
+
"id": "n4k2vv",
|
|
80818
|
+
"content": "K. 关节炎/骨质疏松",
|
|
80819
|
+
"default": true
|
|
80820
|
+
}, {
|
|
80821
|
+
"id": "j2y5n2",
|
|
80822
|
+
"content": "L. 消化系统疾病",
|
|
80823
|
+
"default": true
|
|
80824
|
+
}, {
|
|
80825
|
+
"id": "a78aoa",
|
|
80826
|
+
"content": "M. 其他",
|
|
80827
|
+
"default": true
|
|
80828
|
+
}],
|
|
80829
|
+
"summary": false,
|
|
80830
|
+
"required": true,
|
|
80831
|
+
"subtitle": "",
|
|
80832
|
+
"placeholder": ""
|
|
80833
|
+
}, {
|
|
80834
|
+
"key": "keygfef0h",
|
|
80835
|
+
"emsg": "",
|
|
80836
|
+
"only": false,
|
|
80837
|
+
"type": "radio",
|
|
80838
|
+
"title": "就诊患者患有哪些慢病?(可选择三项以上)",
|
|
80839
|
+
"rename": {
|
|
80840
|
+
"keys": [],
|
|
80841
|
+
"connector": "-"
|
|
80842
|
+
},
|
|
80843
|
+
"weight": false,
|
|
80844
|
+
"depends": [{
|
|
80845
|
+
"item": "u99oqf",
|
|
80846
|
+
"group": "key944syv"
|
|
80847
|
+
}],
|
|
80848
|
+
"options": [{
|
|
80849
|
+
"id": "r0iqk3",
|
|
80850
|
+
"content": "A. 高血压",
|
|
80851
|
+
"default": true
|
|
80852
|
+
}, {
|
|
80853
|
+
"id": "8awd0r",
|
|
80854
|
+
"content": "B. 糖尿病",
|
|
80855
|
+
"default": true
|
|
80856
|
+
}, {
|
|
80857
|
+
"id": "qneh8n",
|
|
80858
|
+
"content": "C. 心脏病",
|
|
80859
|
+
"default": true
|
|
80860
|
+
}, {
|
|
80861
|
+
"id": "mbwfi4",
|
|
80862
|
+
"content": "D. 脑血管疾病",
|
|
80863
|
+
"default": true
|
|
80864
|
+
}, {
|
|
80865
|
+
"id": "pznas7",
|
|
80866
|
+
"content": "E. 呼吸系统疾病",
|
|
80867
|
+
"default": true
|
|
80868
|
+
}, {
|
|
80869
|
+
"id": "pbn4vy",
|
|
80870
|
+
"content": "F. 白内障,青光眼等眼部疾病",
|
|
80871
|
+
"default": true
|
|
80872
|
+
}, {
|
|
80873
|
+
"id": "yv8c04",
|
|
80874
|
+
"content": "G. 恶性肿瘤",
|
|
80875
|
+
"default": true
|
|
80876
|
+
}, {
|
|
80877
|
+
"id": "t4ldo3",
|
|
80878
|
+
"content": "H. 慢性肾脏病",
|
|
80879
|
+
"default": true
|
|
80880
|
+
}, {
|
|
80881
|
+
"id": "2ywwpq",
|
|
80882
|
+
"content": "I. 泌尿系统疾病",
|
|
80883
|
+
"default": true
|
|
80884
|
+
}, {
|
|
80885
|
+
"id": "ddhlic",
|
|
80886
|
+
"content": "J. 慢性阻塞性肺疾病",
|
|
80887
|
+
"default": true
|
|
80888
|
+
}, {
|
|
80889
|
+
"id": "8t920y",
|
|
80890
|
+
"content": "K. 关节炎/骨质疏松",
|
|
80891
|
+
"default": true
|
|
80892
|
+
}, {
|
|
80893
|
+
"id": "f6qs76",
|
|
80894
|
+
"content": "L. 消化系统疾病",
|
|
80895
|
+
"default": true
|
|
80896
|
+
}, {
|
|
80897
|
+
"id": "4qbk96",
|
|
80898
|
+
"content": "M. 其他",
|
|
80899
|
+
"default": true
|
|
80900
|
+
}],
|
|
80901
|
+
"summary": false,
|
|
80902
|
+
"required": true,
|
|
80903
|
+
"subtitle": "",
|
|
80904
|
+
"placeholder": ""
|
|
80905
|
+
}],
|
|
80906
|
+
"depends": []
|
|
80907
|
+
}, {
|
|
80908
|
+
"gid": "go2v4o0",
|
|
80909
|
+
"spec": {
|
|
80910
|
+
"unit": "页",
|
|
80911
|
+
"title": "第二部分:慢病诊疗临床现状",
|
|
80912
|
+
"subtitle": ""
|
|
80569
80913
|
},
|
|
80570
|
-
items: [
|
|
80571
|
-
|
|
80572
|
-
|
|
80914
|
+
"items": [{
|
|
80915
|
+
"key": "key70oje6",
|
|
80916
|
+
"emsg": "",
|
|
80917
|
+
"only": false,
|
|
80918
|
+
"type": "radio",
|
|
80919
|
+
"title": "就诊患者近1年因慢病而住院的累计时间?",
|
|
80920
|
+
"rename": {
|
|
80921
|
+
"keys": [],
|
|
80922
|
+
"connector": "-"
|
|
80923
|
+
},
|
|
80924
|
+
"weight": false,
|
|
80925
|
+
"depends": [],
|
|
80926
|
+
"options": [{
|
|
80927
|
+
"id": "dhdp7b",
|
|
80928
|
+
"content": "A.<1个月",
|
|
80929
|
+
"default": true
|
|
80930
|
+
}, {
|
|
80931
|
+
"id": "dzoag2",
|
|
80932
|
+
"content": "B.1-3个月",
|
|
80933
|
+
"default": true
|
|
80934
|
+
}, {
|
|
80935
|
+
"id": "caps7q",
|
|
80936
|
+
"content": "C.3-6个月",
|
|
80937
|
+
"default": true
|
|
80938
|
+
}, {
|
|
80939
|
+
"id": "z8a7nb",
|
|
80940
|
+
"content": "D.>6个月",
|
|
80941
|
+
"default": true
|
|
80942
|
+
}, {
|
|
80943
|
+
"id": "saptyt",
|
|
80944
|
+
"content": "E.不确定",
|
|
80945
|
+
"default": true
|
|
80946
|
+
}],
|
|
80947
|
+
"summary": false,
|
|
80948
|
+
"required": true,
|
|
80949
|
+
"subtitle": "",
|
|
80950
|
+
"placeholder": ""
|
|
80951
|
+
}, {
|
|
80952
|
+
"key": "keyz3p9qw",
|
|
80953
|
+
"emsg": "",
|
|
80954
|
+
"only": false,
|
|
80955
|
+
"type": "radio",
|
|
80956
|
+
"title": "就诊患者近1年因为慢病的住院次数?",
|
|
80957
|
+
"weight": false,
|
|
80958
|
+
"depends": [],
|
|
80959
|
+
"options": [{
|
|
80960
|
+
"id": "pxj0o6",
|
|
80961
|
+
"content": "A.0次",
|
|
80962
|
+
"default": true
|
|
80963
|
+
}, {
|
|
80964
|
+
"id": "0770rm",
|
|
80965
|
+
"content": "B.1-2次",
|
|
80966
|
+
"default": true
|
|
80967
|
+
}, {
|
|
80968
|
+
"id": "xqur96",
|
|
80969
|
+
"content": "C.3-4次",
|
|
80970
|
+
"default": true
|
|
80971
|
+
}, {
|
|
80972
|
+
"id": "1nsdru",
|
|
80973
|
+
"content": "D.5次以上",
|
|
80974
|
+
"default": true
|
|
80975
|
+
}],
|
|
80976
|
+
"summary": false,
|
|
80977
|
+
"required": true,
|
|
80978
|
+
"subtitle": "",
|
|
80979
|
+
"placeholder": ""
|
|
80980
|
+
}, {
|
|
80981
|
+
"key": "keyzimo10",
|
|
80982
|
+
"emsg": "",
|
|
80983
|
+
"only": false,
|
|
80984
|
+
"type": "radio",
|
|
80985
|
+
"title": "就诊患者平时的用药情况?",
|
|
80986
|
+
"weight": false,
|
|
80987
|
+
"depends": [],
|
|
80988
|
+
"options": [{
|
|
80989
|
+
"id": "qo3c1x",
|
|
80990
|
+
"content": "A.需长期用药",
|
|
80991
|
+
"default": true
|
|
80992
|
+
}, {
|
|
80993
|
+
"id": "9liogi",
|
|
80994
|
+
"content": "B.间歇用药",
|
|
80995
|
+
"default": true
|
|
80996
|
+
}, {
|
|
80997
|
+
"id": "jt32tu",
|
|
80998
|
+
"content": "C.仅发作用药",
|
|
80999
|
+
"default": true
|
|
81000
|
+
}, {
|
|
81001
|
+
"id": "rnfn2b",
|
|
81002
|
+
"content": "D.仅每年住院期间用药 ",
|
|
81003
|
+
"default": true
|
|
81004
|
+
}, {
|
|
81005
|
+
"id": "g9oxrq",
|
|
81006
|
+
"content": "E.从不用药",
|
|
81007
|
+
"default": true
|
|
81008
|
+
}, {
|
|
81009
|
+
"id": "4x4x8q",
|
|
81010
|
+
"content": "F.其他",
|
|
81011
|
+
"default": true
|
|
81012
|
+
}],
|
|
81013
|
+
"summary": false,
|
|
81014
|
+
"required": true,
|
|
81015
|
+
"subtitle": "",
|
|
81016
|
+
"placeholder": ""
|
|
81017
|
+
}, {
|
|
81018
|
+
"key": "key5naa8r",
|
|
81019
|
+
"emsg": "",
|
|
81020
|
+
"only": false,
|
|
81021
|
+
"type": "radio",
|
|
81022
|
+
"title": "就诊患者平时的用药种类?",
|
|
81023
|
+
"weight": false,
|
|
81024
|
+
"depends": [],
|
|
81025
|
+
"options": [{
|
|
81026
|
+
"id": "ve3f9b",
|
|
81027
|
+
"content": "A.仅使用1种药物",
|
|
81028
|
+
"default": true
|
|
81029
|
+
}, {
|
|
81030
|
+
"id": "3ifa6o",
|
|
81031
|
+
"content": "B.同时使用2种药物(跳转13题)",
|
|
81032
|
+
"default": true
|
|
81033
|
+
}, {
|
|
81034
|
+
"id": "8ug4og",
|
|
81035
|
+
"content": "C.同时使用3种药物(跳转13题)",
|
|
81036
|
+
"default": true
|
|
81037
|
+
}, {
|
|
81038
|
+
"id": "9qjgh0",
|
|
81039
|
+
"content": "D.同时使用4种药物(跳转13题)",
|
|
81040
|
+
"default": true
|
|
81041
|
+
}, {
|
|
81042
|
+
"id": "fnhnvw",
|
|
81043
|
+
"content": "E.同时使用5种及以上的药物(跳转13题)",
|
|
81044
|
+
"default": true
|
|
81045
|
+
}],
|
|
81046
|
+
"summary": false,
|
|
81047
|
+
"required": true,
|
|
81048
|
+
"subtitle": "",
|
|
81049
|
+
"placeholder": ""
|
|
81050
|
+
}, {
|
|
81051
|
+
"key": "keygewptl",
|
|
81052
|
+
"emsg": "",
|
|
81053
|
+
"only": false,
|
|
81054
|
+
"type": "checkbox",
|
|
81055
|
+
"title": "就诊患者是否出现过以下情况?(可多选)",
|
|
81056
|
+
"rename": {
|
|
81057
|
+
"keys": [],
|
|
81058
|
+
"connector": "-"
|
|
81059
|
+
},
|
|
81060
|
+
"weight": false,
|
|
81061
|
+
"depends": [{
|
|
81062
|
+
"item": "key5naa8r",
|
|
81063
|
+
"vals": [{
|
|
81064
|
+
"id": "9qjgh0",
|
|
81065
|
+
"option": "D.同时使用4种药物(跳转13题)"
|
|
81066
|
+
}, {
|
|
81067
|
+
"id": "3ifa6o",
|
|
81068
|
+
"option": "B.同时使用2种药物(跳转13题)"
|
|
81069
|
+
}, {
|
|
81070
|
+
"id": "8ug4og",
|
|
81071
|
+
"option": "C.同时使用3种药物(跳转13题)"
|
|
81072
|
+
}, {
|
|
81073
|
+
"id": "fnhnvw",
|
|
81074
|
+
"option": "E.同时使用5种及以上的药物(跳转13题)"
|
|
81075
|
+
}],
|
|
81076
|
+
"group": "go2v4o0"
|
|
81077
|
+
}],
|
|
81078
|
+
"options": [{
|
|
81079
|
+
"id": "f5c80x",
|
|
81080
|
+
"content": "A.发生药物不良反应",
|
|
81081
|
+
"default": true
|
|
81082
|
+
}, {
|
|
81083
|
+
"id": "n8yajj",
|
|
81084
|
+
"content": "B.发生药物相互作用",
|
|
81085
|
+
"default": true
|
|
81086
|
+
}, {
|
|
81087
|
+
"id": "revu5z",
|
|
81088
|
+
"content": "C.用药依从性差(跳转14题)",
|
|
81089
|
+
"default": true
|
|
81090
|
+
}, {
|
|
81091
|
+
"id": "g9v06o",
|
|
81092
|
+
"content": "D.增加住院时间",
|
|
81093
|
+
"default": true
|
|
81094
|
+
}, {
|
|
81095
|
+
"id": "n1utn0",
|
|
81096
|
+
"content": "E.增加死亡风险",
|
|
81097
|
+
"default": true
|
|
81098
|
+
}],
|
|
81099
|
+
"summary": false,
|
|
81100
|
+
"required": true,
|
|
81101
|
+
"subtitle": "",
|
|
81102
|
+
"placeholder": ""
|
|
81103
|
+
}, {
|
|
81104
|
+
"key": "keycs72l9",
|
|
81105
|
+
"emsg": "",
|
|
81106
|
+
"only": false,
|
|
81107
|
+
"type": "checkbox",
|
|
81108
|
+
"title": "就诊患者用药依从性差的主要原因有哪些?(多选)",
|
|
81109
|
+
"weight": false,
|
|
81110
|
+
"depends": [],
|
|
81111
|
+
"options": [{
|
|
81112
|
+
"id": "54ycbp",
|
|
81113
|
+
"content": "A. 忘记服药",
|
|
81114
|
+
"default": true
|
|
81115
|
+
}, {
|
|
81116
|
+
"id": "ma7arz",
|
|
81117
|
+
"content": "B. 根据症状自行调整药量或停药",
|
|
81118
|
+
"default": true
|
|
81119
|
+
}, {
|
|
81120
|
+
"id": "2pu1xu",
|
|
81121
|
+
"content": "C. 服药种类多产生抗拒",
|
|
81122
|
+
"default": true
|
|
81123
|
+
}, {
|
|
81124
|
+
"id": "u7wxph",
|
|
81125
|
+
"content": "D. 药物价格等经济原因",
|
|
81126
|
+
"default": true
|
|
81127
|
+
}, {
|
|
81128
|
+
"id": "awcden",
|
|
81129
|
+
"content": "E. 发生药物不良反应",
|
|
81130
|
+
"default": true
|
|
81131
|
+
}, {
|
|
81132
|
+
"id": "1cvzdj",
|
|
81133
|
+
"content": "F. 看不到明显疗效",
|
|
81134
|
+
"default": true
|
|
81135
|
+
}, {
|
|
81136
|
+
"id": "zo13f0",
|
|
81137
|
+
"content": "G. 配药不方便",
|
|
81138
|
+
"default": true
|
|
81139
|
+
}, {
|
|
81140
|
+
"id": "n40s98",
|
|
81141
|
+
"content": "H. 其他___________",
|
|
81142
|
+
"default": true
|
|
81143
|
+
}],
|
|
81144
|
+
"summary": false,
|
|
81145
|
+
"required": true,
|
|
81146
|
+
"subtitle": "",
|
|
81147
|
+
"placeholder": ""
|
|
81148
|
+
}, {
|
|
81149
|
+
"key": "keyk90pzj",
|
|
81150
|
+
"emsg": "",
|
|
81151
|
+
"only": false,
|
|
81152
|
+
"type": "checkbox",
|
|
81153
|
+
"title": "就诊患者选择药物的主要考虑因素是?(多选)",
|
|
81154
|
+
"rename": {
|
|
81155
|
+
"keys": [],
|
|
81156
|
+
"connector": "-"
|
|
81157
|
+
},
|
|
81158
|
+
"weight": false,
|
|
81159
|
+
"depends": [{
|
|
81160
|
+
"item": "keygewptl",
|
|
81161
|
+
"vals": [{
|
|
81162
|
+
"id": "revu5z",
|
|
81163
|
+
"option": "C.用药依从性差(跳转14题)"
|
|
81164
|
+
}],
|
|
81165
|
+
"group": "go2v4o0"
|
|
81166
|
+
}],
|
|
81167
|
+
"options": [{
|
|
81168
|
+
"id": "rsdgnw",
|
|
81169
|
+
"content": "A. 药物疗效",
|
|
81170
|
+
"default": true
|
|
81171
|
+
}, {
|
|
81172
|
+
"id": "hzcxwa",
|
|
81173
|
+
"content": "B. 药物价格",
|
|
81174
|
+
"default": true
|
|
81175
|
+
}, {
|
|
81176
|
+
"id": "fu67e8",
|
|
81177
|
+
"content": "C. 医生推荐",
|
|
81178
|
+
"default": true
|
|
81179
|
+
}, {
|
|
81180
|
+
"id": "7p9wqv",
|
|
81181
|
+
"content": "D. 医保报销情况",
|
|
81182
|
+
"default": true
|
|
81183
|
+
}, {
|
|
81184
|
+
"id": "8hb3km",
|
|
81185
|
+
"content": "E. 国产药还是进口药",
|
|
81186
|
+
"default": true
|
|
81187
|
+
}, {
|
|
81188
|
+
"id": "ilhmbm",
|
|
81189
|
+
"content": "F. 服用是否方便",
|
|
81190
|
+
"default": true
|
|
81191
|
+
}, {
|
|
81192
|
+
"id": "wz89gz",
|
|
81193
|
+
"content": "G. 配药是否方便",
|
|
81194
|
+
"default": true
|
|
81195
|
+
}, {
|
|
81196
|
+
"id": "4ei5dn",
|
|
81197
|
+
"content": "H. 药物副作用",
|
|
81198
|
+
"default": true
|
|
81199
|
+
}, {
|
|
81200
|
+
"id": "en0fve",
|
|
81201
|
+
"content": "I. 药物相互左右",
|
|
81202
|
+
"default": true
|
|
81203
|
+
}, {
|
|
81204
|
+
"id": "rxcu3h",
|
|
81205
|
+
"content": "G. 其他___________",
|
|
81206
|
+
"default": true
|
|
81207
|
+
}],
|
|
81208
|
+
"summary": false,
|
|
81209
|
+
"required": true,
|
|
81210
|
+
"subtitle": "",
|
|
81211
|
+
"placeholder": ""
|
|
81212
|
+
}, {
|
|
81213
|
+
"key": "keyvtvqtt",
|
|
81214
|
+
"emsg": "",
|
|
81215
|
+
"only": false,
|
|
81216
|
+
"type": "radio",
|
|
81217
|
+
"title": "就诊患者是否定期复查?",
|
|
81218
|
+
"weight": false,
|
|
81219
|
+
"depends": [],
|
|
81220
|
+
"options": [{
|
|
81221
|
+
"id": "gm3fx1",
|
|
81222
|
+
"content": "A. 大部分是",
|
|
81223
|
+
"default": true
|
|
81224
|
+
}, {
|
|
81225
|
+
"id": "88g3nu",
|
|
81226
|
+
"content": "B. 部分是",
|
|
81227
|
+
"default": true
|
|
81228
|
+
}, {
|
|
81229
|
+
"id": "pkvhv3",
|
|
81230
|
+
"content": "C. 少部分是",
|
|
81231
|
+
"default": true
|
|
81232
|
+
}, {
|
|
81233
|
+
"id": "0vj700",
|
|
81234
|
+
"content": "D. 基本都不是",
|
|
81235
|
+
"default": true
|
|
81236
|
+
}],
|
|
81237
|
+
"summary": false,
|
|
81238
|
+
"required": true,
|
|
81239
|
+
"subtitle": "",
|
|
81240
|
+
"placeholder": ""
|
|
81241
|
+
}, {
|
|
81242
|
+
"key": "keyxixuai",
|
|
81243
|
+
"emsg": "",
|
|
81244
|
+
"only": false,
|
|
81245
|
+
"type": "checkbox",
|
|
81246
|
+
"title": "就诊患者不按时复查的主要原因有哪些?(多选)",
|
|
81247
|
+
"weight": false,
|
|
81248
|
+
"depends": [],
|
|
81249
|
+
"options": [{
|
|
81250
|
+
"id": "buctkb",
|
|
81251
|
+
"content": "A. 自觉症状好转,不需要复查",
|
|
81252
|
+
"default": true
|
|
81253
|
+
}, {
|
|
81254
|
+
"id": "mwk33k",
|
|
81255
|
+
"content": "B. 工作忙,没时间",
|
|
81256
|
+
"default": true
|
|
81257
|
+
}, {
|
|
81258
|
+
"id": "24jxw9",
|
|
81259
|
+
"content": "C. 经济原因",
|
|
81260
|
+
"default": true
|
|
81261
|
+
}, {
|
|
81262
|
+
"id": "rrfuzq",
|
|
81263
|
+
"content": "D. 交通不便",
|
|
81264
|
+
"default": true
|
|
81265
|
+
}, {
|
|
81266
|
+
"id": "5vbnvj",
|
|
81267
|
+
"content": "E. 对医院/医生不信任",
|
|
81268
|
+
"default": true
|
|
81269
|
+
}, {
|
|
81270
|
+
"id": "stahv3",
|
|
81271
|
+
"content": "F. 其他___________",
|
|
81272
|
+
"default": true
|
|
81273
|
+
}],
|
|
81274
|
+
"summary": false,
|
|
81275
|
+
"required": true,
|
|
81276
|
+
"subtitle": "",
|
|
81277
|
+
"placeholder": ""
|
|
81278
|
+
}, {
|
|
81279
|
+
"key": "keynfezp5",
|
|
81280
|
+
"emsg": "",
|
|
81281
|
+
"only": false,
|
|
81282
|
+
"type": "radio",
|
|
81283
|
+
"title": "就诊患者每次慢病发作时选择的就医场所?",
|
|
81284
|
+
"weight": false,
|
|
81285
|
+
"depends": [],
|
|
81286
|
+
"options": [{
|
|
81287
|
+
"id": "2obkw2",
|
|
81288
|
+
"content": "A.就近选择",
|
|
81289
|
+
"default": true
|
|
81290
|
+
}, {
|
|
81291
|
+
"id": "yxbwjb",
|
|
81292
|
+
"content": "B.选择等级较高医院",
|
|
81293
|
+
"default": true
|
|
81294
|
+
}, {
|
|
81295
|
+
"id": "y1kkve",
|
|
81296
|
+
"content": "C.选择社区医院/乡镇卫生院",
|
|
81297
|
+
"default": true
|
|
81298
|
+
}, {
|
|
81299
|
+
"id": "bxs23e",
|
|
81300
|
+
"content": "D.选择费用较低的医院",
|
|
81301
|
+
"default": true
|
|
81302
|
+
}, {
|
|
81303
|
+
"id": "zkyihh",
|
|
81304
|
+
"content": "E.选择环境较好的私立医院",
|
|
81305
|
+
"default": true
|
|
81306
|
+
}, {
|
|
81307
|
+
"id": "6wb62x",
|
|
81308
|
+
"content": "F.根据医保报销情况选择",
|
|
81309
|
+
"default": true
|
|
81310
|
+
}, {
|
|
81311
|
+
"id": "vauwrx",
|
|
81312
|
+
"content": "G.其他",
|
|
81313
|
+
"default": true
|
|
81314
|
+
}],
|
|
81315
|
+
"summary": false,
|
|
81316
|
+
"required": true,
|
|
81317
|
+
"subtitle": "",
|
|
81318
|
+
"placeholder": ""
|
|
81319
|
+
}, {
|
|
81320
|
+
"key": "keyhi9wem",
|
|
81321
|
+
"emsg": "",
|
|
81322
|
+
"only": false,
|
|
81323
|
+
"type": "radio",
|
|
81324
|
+
"title": "您在诊疗中是否遇到过因多病共存导致的治疗冲突?",
|
|
81325
|
+
"weight": false,
|
|
81326
|
+
"depends": [],
|
|
81327
|
+
"options": [{
|
|
81328
|
+
"id": "h3ecpt",
|
|
81329
|
+
"content": "A. 经常遇到",
|
|
81330
|
+
"default": true
|
|
81331
|
+
}, {
|
|
81332
|
+
"id": "flgarw",
|
|
81333
|
+
"content": "B. 偶尔遇到",
|
|
81334
|
+
"default": true
|
|
81335
|
+
}, {
|
|
81336
|
+
"id": "woj6yy",
|
|
81337
|
+
"content": "C. 很少遇到",
|
|
81338
|
+
"default": true
|
|
81339
|
+
}, {
|
|
81340
|
+
"id": "rbporx",
|
|
81341
|
+
"content": "D. 从未遇到",
|
|
81342
|
+
"default": true
|
|
81343
|
+
}],
|
|
81344
|
+
"summary": false,
|
|
81345
|
+
"required": true,
|
|
81346
|
+
"subtitle": "",
|
|
81347
|
+
"placeholder": ""
|
|
81348
|
+
}, {
|
|
81349
|
+
"key": "key7cftd1",
|
|
81350
|
+
"emsg": "",
|
|
81351
|
+
"only": false,
|
|
81352
|
+
"type": "radio",
|
|
81353
|
+
"title": "您是否经常为共病患者制定整合性治疗计划?",
|
|
81354
|
+
"weight": false,
|
|
81355
|
+
"depends": [],
|
|
81356
|
+
"options": [{
|
|
81357
|
+
"id": "z06tgr",
|
|
81358
|
+
"content": "A. 总是",
|
|
81359
|
+
"default": true
|
|
81360
|
+
}, {
|
|
81361
|
+
"id": "v0yxpx",
|
|
81362
|
+
"content": "B. 经常",
|
|
81363
|
+
"default": true
|
|
81364
|
+
}, {
|
|
81365
|
+
"id": "u1shh2",
|
|
81366
|
+
"content": "C. 有时",
|
|
81367
|
+
"default": true
|
|
81368
|
+
}, {
|
|
81369
|
+
"id": "z31jta",
|
|
81370
|
+
"content": "D. 很少",
|
|
81371
|
+
"default": true
|
|
81372
|
+
}, {
|
|
81373
|
+
"id": "tft1jp",
|
|
81374
|
+
"content": "E. 从不",
|
|
81375
|
+
"default": true
|
|
81376
|
+
}],
|
|
81377
|
+
"summary": false,
|
|
81378
|
+
"required": true,
|
|
81379
|
+
"subtitle": "",
|
|
81380
|
+
"placeholder": ""
|
|
81381
|
+
}, {
|
|
81382
|
+
"key": "key7nb920",
|
|
81383
|
+
"emsg": "",
|
|
81384
|
+
"only": false,
|
|
81385
|
+
"type": "checkbox",
|
|
81386
|
+
"title": "您通常为慢病患者制定诊疗方案的依据是?(多选)",
|
|
81387
|
+
"weight": false,
|
|
81388
|
+
"depends": [],
|
|
81389
|
+
"options": [{
|
|
81390
|
+
"id": "e1pyj3",
|
|
81391
|
+
"content": "A. 单一病种临床指南",
|
|
81392
|
+
"default": true
|
|
81393
|
+
}, {
|
|
81394
|
+
"id": "xemdg6",
|
|
81395
|
+
"content": "B. 多病共存相关指南或共识",
|
|
81396
|
+
"default": true
|
|
81397
|
+
}, {
|
|
81398
|
+
"id": "jmg71j",
|
|
81399
|
+
"content": "C. 个人临床经验",
|
|
81400
|
+
"default": true
|
|
81401
|
+
}, {
|
|
81402
|
+
"id": "rneexj",
|
|
81403
|
+
"content": "D. 多学科会诊意见",
|
|
81404
|
+
"default": true
|
|
81405
|
+
}, {
|
|
81406
|
+
"id": "a13vnb",
|
|
81407
|
+
"content": "E. 患者既往用药反应",
|
|
81408
|
+
"default": true
|
|
81409
|
+
}, {
|
|
81410
|
+
"id": "gd7ggc",
|
|
81411
|
+
"content": "F. 患者意愿与经济状况",
|
|
81412
|
+
"default": true
|
|
81413
|
+
}, {
|
|
81414
|
+
"id": "kt9oyi",
|
|
81415
|
+
"content": "G. 其他",
|
|
81416
|
+
"default": true
|
|
81417
|
+
}],
|
|
81418
|
+
"summary": false,
|
|
81419
|
+
"required": true,
|
|
81420
|
+
"subtitle": "",
|
|
81421
|
+
"placeholder": ""
|
|
81422
|
+
}],
|
|
81423
|
+
"depends": []
|
|
81424
|
+
}, {
|
|
81425
|
+
"gid": "g1bedyn",
|
|
81426
|
+
"spec": {
|
|
81427
|
+
"unit": "页",
|
|
81428
|
+
"title": "第三部分:慢病管理核心痛点",
|
|
81429
|
+
"subtitle": ""
|
|
81430
|
+
},
|
|
81431
|
+
"items": [{
|
|
81432
|
+
"key": "keyk0abdi",
|
|
81433
|
+
"emsg": "",
|
|
81434
|
+
"only": false,
|
|
81435
|
+
"type": "checkbox",
|
|
81436
|
+
"title": "您在管理慢病患者过程中,最常遇到的诊疗难点是?(多选)",
|
|
81437
|
+
"rename": {
|
|
81438
|
+
"keys": [],
|
|
81439
|
+
"connector": "-"
|
|
81440
|
+
},
|
|
81441
|
+
"weight": false,
|
|
81442
|
+
"depends": [],
|
|
81443
|
+
"options": [{
|
|
81444
|
+
"id": "cp5oeu",
|
|
81445
|
+
"content": "A. 缺乏统一的诊疗路径或标准流程",
|
|
81446
|
+
"default": true
|
|
81447
|
+
}, {
|
|
81448
|
+
"id": "9ey663",
|
|
81449
|
+
"content": "B. 多重用药管理与药物相互作用",
|
|
81450
|
+
"default": true
|
|
81451
|
+
}, {
|
|
81452
|
+
"id": "6j9ic2",
|
|
81453
|
+
"content": "C. 患者依从性差(如不按时服药、自行停药)",
|
|
81454
|
+
"default": true
|
|
81455
|
+
}, {
|
|
81456
|
+
"id": "puybkl",
|
|
81457
|
+
"content": "D. 跨科室协作不畅(跳转23题)",
|
|
81458
|
+
"default": true
|
|
81459
|
+
}, {
|
|
81460
|
+
"id": "mi3h6p",
|
|
81461
|
+
"content": "E. 患者心理健康问题未被重视",
|
|
81462
|
+
"default": true
|
|
81463
|
+
}, {
|
|
81464
|
+
"id": "fybrsg",
|
|
81465
|
+
"content": "F. 患者经济负担影响治疗方案执行",
|
|
81466
|
+
"default": true
|
|
81467
|
+
}, {
|
|
81468
|
+
"id": "2z31oj",
|
|
81469
|
+
"content": "G. 医保政策限制",
|
|
81470
|
+
"default": true
|
|
81471
|
+
}, {
|
|
81472
|
+
"id": "jkj5f6",
|
|
81473
|
+
"content": "H. 其他___________",
|
|
81474
|
+
"default": true
|
|
81475
|
+
}],
|
|
81476
|
+
"summary": false,
|
|
81477
|
+
"required": true,
|
|
81478
|
+
"subtitle": "",
|
|
81479
|
+
"placeholder": ""
|
|
81480
|
+
}, {
|
|
81481
|
+
"key": "keyru66dh",
|
|
81482
|
+
"emsg": "",
|
|
81483
|
+
"only": false,
|
|
81484
|
+
"type": "checkbox",
|
|
81485
|
+
"title": "您认为影响多学科协作的主要因素是?(多选)",
|
|
81486
|
+
"rename": {
|
|
81487
|
+
"keys": [],
|
|
81488
|
+
"connector": "-"
|
|
81489
|
+
},
|
|
81490
|
+
"weight": false,
|
|
81491
|
+
"depends": [{
|
|
81492
|
+
"item": "keyk0abdi",
|
|
81493
|
+
"vals": [{
|
|
81494
|
+
"id": "puybkl",
|
|
81495
|
+
"option": "D. 跨科室协作不畅(跳转23题)"
|
|
81496
|
+
}],
|
|
81497
|
+
"group": "g1bedyn"
|
|
81498
|
+
}],
|
|
81499
|
+
"options": [{
|
|
81500
|
+
"id": "h97eh3",
|
|
81501
|
+
"content": "A. 科室间沟通机制不完善",
|
|
81502
|
+
"default": true
|
|
81503
|
+
}, {
|
|
81504
|
+
"id": "z9futx",
|
|
81505
|
+
"content": "B. 缺乏统一的病历共享平台",
|
|
81506
|
+
"default": true
|
|
81507
|
+
}, {
|
|
81508
|
+
"id": "uau8kv",
|
|
81509
|
+
"content": "C. 时间与人力成本高",
|
|
81510
|
+
"default": true
|
|
81511
|
+
}, {
|
|
81512
|
+
"id": "thaix1",
|
|
81513
|
+
"content": "D. 缺乏激励与考核机制",
|
|
81514
|
+
"default": true
|
|
81515
|
+
}, {
|
|
81516
|
+
"id": "eync8q",
|
|
81517
|
+
"content": "E. 其他___________",
|
|
81518
|
+
"default": true
|
|
81519
|
+
}],
|
|
81520
|
+
"summary": false,
|
|
81521
|
+
"required": true,
|
|
81522
|
+
"subtitle": "",
|
|
81523
|
+
"placeholder": ""
|
|
81524
|
+
}, {
|
|
81525
|
+
"key": "key0n93je",
|
|
81526
|
+
"emsg": "",
|
|
81527
|
+
"only": false,
|
|
81528
|
+
"type": "checkbox",
|
|
81529
|
+
"title": "您认为目前慢病诊疗管理中最缺乏的支持是?(多选)",
|
|
81530
|
+
"weight": false,
|
|
81531
|
+
"depends": [],
|
|
81532
|
+
"options": [{
|
|
81533
|
+
"id": "1jof2b",
|
|
81534
|
+
"content": "A. 多病共存诊疗指南",
|
|
81535
|
+
"default": true
|
|
81536
|
+
}, {
|
|
81537
|
+
"id": "4emrw3",
|
|
81538
|
+
"content": "B. 临床决策支持系统",
|
|
81539
|
+
"default": true
|
|
81540
|
+
}, {
|
|
81541
|
+
"id": "rkno5q",
|
|
81542
|
+
"content": "C. 患者教育与随访工具",
|
|
81543
|
+
"default": true
|
|
81544
|
+
}, {
|
|
81545
|
+
"id": "vpaep7",
|
|
81546
|
+
"content": "D. 多学科协作平台",
|
|
81547
|
+
"default": true
|
|
81548
|
+
}, {
|
|
81549
|
+
"id": "cowvdr",
|
|
81550
|
+
"content": "E. 医保政策支持",
|
|
81551
|
+
"default": true
|
|
81552
|
+
}, {
|
|
81553
|
+
"id": "hheqdp",
|
|
81554
|
+
"content": "F. 其他___________",
|
|
81555
|
+
"default": true
|
|
81556
|
+
}],
|
|
81557
|
+
"summary": false,
|
|
81558
|
+
"required": true,
|
|
81559
|
+
"subtitle": "",
|
|
81560
|
+
"placeholder": ""
|
|
81561
|
+
}, {
|
|
81562
|
+
"key": "key5jqv6b",
|
|
81563
|
+
"emsg": "",
|
|
81564
|
+
"only": false,
|
|
81565
|
+
"type": "checkbox",
|
|
81566
|
+
"title": "您认为慢病患者长期管理中最难控制的因素是?(多选)",
|
|
81567
|
+
"weight": false,
|
|
81568
|
+
"depends": [],
|
|
81569
|
+
"options": [{
|
|
81570
|
+
"id": "xe77tz",
|
|
81571
|
+
"content": "A. 用药依从性",
|
|
81572
|
+
"default": true
|
|
81573
|
+
}, {
|
|
81574
|
+
"id": "3ms1bt",
|
|
81575
|
+
"content": "B. 生活方式干预",
|
|
81576
|
+
"default": true
|
|
81577
|
+
}, {
|
|
81578
|
+
"id": "ts9zt5",
|
|
81579
|
+
"content": "C. 心理健康管理",
|
|
81580
|
+
"default": true
|
|
81581
|
+
}, {
|
|
81582
|
+
"id": "hsizm9",
|
|
81583
|
+
"content": "D. 多病种协同治疗",
|
|
81584
|
+
"default": true
|
|
81585
|
+
}, {
|
|
81586
|
+
"id": "9c7lu3",
|
|
81587
|
+
"content": "E. 经济与医保限制",
|
|
81588
|
+
"default": true
|
|
81589
|
+
}],
|
|
81590
|
+
"summary": false,
|
|
81591
|
+
"required": true,
|
|
81592
|
+
"subtitle": "",
|
|
81593
|
+
"placeholder": ""
|
|
81594
|
+
}, {
|
|
81595
|
+
"key": "keyd2e7v4",
|
|
81596
|
+
"emsg": "",
|
|
81597
|
+
"only": false,
|
|
81598
|
+
"type": "checkbox",
|
|
81599
|
+
"title": "您认为就诊患者更希望获得哪些健康服务?(多选)",
|
|
81600
|
+
"weight": false,
|
|
81601
|
+
"depends": [],
|
|
81602
|
+
"options": [{
|
|
81603
|
+
"id": "5q0a64",
|
|
81604
|
+
"content": "A.定期上门访视",
|
|
81605
|
+
"default": true
|
|
81606
|
+
}, {
|
|
81607
|
+
"id": "huleb1",
|
|
81608
|
+
"content": "B.用药指导",
|
|
81609
|
+
"default": true
|
|
81610
|
+
}, {
|
|
81611
|
+
"id": "wgbji6",
|
|
81612
|
+
"content": "C.康复训练指导",
|
|
81613
|
+
"default": true
|
|
81614
|
+
}, {
|
|
81615
|
+
"id": "2kgjux",
|
|
81616
|
+
"content": "D.营养咨询",
|
|
81617
|
+
"default": true
|
|
81618
|
+
}, {
|
|
81619
|
+
"id": "a5aq43",
|
|
81620
|
+
"content": "E.心理疏导",
|
|
81621
|
+
"default": true
|
|
81622
|
+
}, {
|
|
81623
|
+
"id": "o34sp9",
|
|
81624
|
+
"content": "F.紧急呼叫装置",
|
|
81625
|
+
"default": true
|
|
81626
|
+
}, {
|
|
81627
|
+
"id": "0vcgec",
|
|
81628
|
+
"content": "G.疾病相关知识科普",
|
|
81629
|
+
"default": true
|
|
81630
|
+
}, {
|
|
81631
|
+
"id": "vwn3v4",
|
|
81632
|
+
"content": "H.其他",
|
|
81633
|
+
"default": true
|
|
81634
|
+
}],
|
|
81635
|
+
"summary": false,
|
|
81636
|
+
"required": true,
|
|
81637
|
+
"subtitle": "",
|
|
81638
|
+
"placeholder": ""
|
|
81639
|
+
}, {
|
|
81640
|
+
"key": "keyh6dstz",
|
|
81641
|
+
"emsg": "",
|
|
81642
|
+
"only": false,
|
|
81643
|
+
"type": "checkbox",
|
|
81644
|
+
"title": "您接诊的慢病患者是否存在以下错误观念?(多选)",
|
|
81645
|
+
"weight": false,
|
|
81646
|
+
"depends": [],
|
|
81647
|
+
"options": [{
|
|
81648
|
+
"id": "bbjev9",
|
|
81649
|
+
"content": "A. 担心耐药性,不愿意过早服药",
|
|
81650
|
+
"default": true
|
|
81651
|
+
}, {
|
|
81652
|
+
"id": "uc6qof",
|
|
81653
|
+
"content": "B. 认为长期服药会伤肾/伤肝",
|
|
81654
|
+
"default": true
|
|
81655
|
+
}, {
|
|
81656
|
+
"id": "nez6fh",
|
|
81657
|
+
"content": "C. 认为血压/血糖等正常后可以停药",
|
|
81658
|
+
"default": true
|
|
81659
|
+
}, {
|
|
81660
|
+
"id": "nc5e1b",
|
|
81661
|
+
"content": "D. 认为症状好转就是病好了",
|
|
81662
|
+
"default": true
|
|
81663
|
+
}, {
|
|
81664
|
+
"id": "32wfiv",
|
|
81665
|
+
"content": "E. 认为中药可以根治慢病",
|
|
81666
|
+
"default": true
|
|
81667
|
+
}, {
|
|
81668
|
+
"id": "lrhc2j",
|
|
81669
|
+
"content": "F. 认为保健品可以替代药物",
|
|
81670
|
+
"default": true
|
|
81671
|
+
}, {
|
|
81672
|
+
"id": "lpi7kd",
|
|
81673
|
+
"content": "G. 其他___________",
|
|
81674
|
+
"default": true
|
|
81675
|
+
}],
|
|
81676
|
+
"summary": false,
|
|
81677
|
+
"required": true,
|
|
81678
|
+
"subtitle": "",
|
|
81679
|
+
"placeholder": ""
|
|
81680
|
+
}, {
|
|
81681
|
+
"key": "key6gkqzy",
|
|
81682
|
+
"emsg": "",
|
|
81683
|
+
"only": false,
|
|
81684
|
+
"type": "radio",
|
|
81685
|
+
"title": "您是否接受过慢病诊疗管理的系统培训?",
|
|
81686
|
+
"weight": false,
|
|
81687
|
+
"depends": [],
|
|
81688
|
+
"options": [{
|
|
81689
|
+
"id": "996aei",
|
|
81690
|
+
"content": "A. 是",
|
|
81691
|
+
"default": true
|
|
81692
|
+
}, {
|
|
81693
|
+
"id": "lcz818",
|
|
81694
|
+
"content": "B. 否",
|
|
81695
|
+
"default": true
|
|
81696
|
+
}],
|
|
81697
|
+
"summary": false,
|
|
81698
|
+
"required": true,
|
|
81699
|
+
"subtitle": "",
|
|
81700
|
+
"placeholder": ""
|
|
81701
|
+
}, {
|
|
81702
|
+
"key": "keysgez8n",
|
|
81703
|
+
"emsg": "",
|
|
81704
|
+
"only": false,
|
|
81705
|
+
"type": "checkbox",
|
|
81706
|
+
"title": "您希望在哪些方面获得更多支持?(多选)",
|
|
81707
|
+
"weight": false,
|
|
81708
|
+
"depends": [],
|
|
81709
|
+
"options": [{
|
|
81710
|
+
"id": "1o7agt",
|
|
81711
|
+
"content": "A. 患者沟通与行为干预技巧",
|
|
81712
|
+
"default": true
|
|
81713
|
+
}, {
|
|
81714
|
+
"id": "mbd267",
|
|
81715
|
+
"content": "B. 多重用药管理",
|
|
81716
|
+
"default": true
|
|
81717
|
+
}, {
|
|
81718
|
+
"id": "erswjq",
|
|
81719
|
+
"content": "C. 慢病随访流程优化",
|
|
81720
|
+
"default": true
|
|
81721
|
+
}, {
|
|
81722
|
+
"id": "d0pl9f",
|
|
81723
|
+
"content": "D. 多学科协作经验",
|
|
81724
|
+
"default": true
|
|
81725
|
+
}, {
|
|
81726
|
+
"id": "dzj9hz",
|
|
81727
|
+
"content": "E. 临床决策工具",
|
|
81728
|
+
"default": true
|
|
81729
|
+
}, {
|
|
81730
|
+
"id": "i7ezzn",
|
|
81731
|
+
"content": "F. 其他___________",
|
|
81732
|
+
"default": true
|
|
81733
|
+
}],
|
|
81734
|
+
"summary": false,
|
|
81735
|
+
"required": true,
|
|
81736
|
+
"subtitle": "",
|
|
81737
|
+
"placeholder": ""
|
|
81738
|
+
}, {
|
|
81739
|
+
"key": "keyzzblfk",
|
|
81740
|
+
"emsg": "",
|
|
81741
|
+
"only": false,
|
|
81742
|
+
"type": "radio",
|
|
81743
|
+
"title": "您所在医疗机构的慢病管理模式为?",
|
|
81744
|
+
"weight": false,
|
|
81745
|
+
"depends": [],
|
|
81746
|
+
"options": [{
|
|
81747
|
+
"id": "o2ru1i",
|
|
81748
|
+
"content": "A.医院主导的传统管理模式",
|
|
81749
|
+
"default": true
|
|
81750
|
+
}, {
|
|
81751
|
+
"id": "xyvakg",
|
|
81752
|
+
"content": "B.医联体协同管理模式",
|
|
81753
|
+
"default": true
|
|
81754
|
+
}, {
|
|
81755
|
+
"id": "748yg3",
|
|
81756
|
+
"content": "C.家庭医生签约服务模式",
|
|
81757
|
+
"default": true
|
|
81758
|
+
}, {
|
|
81759
|
+
"id": "2pqmmq",
|
|
81760
|
+
"content": "D.“互联网+”模式",
|
|
81761
|
+
"default": true
|
|
81762
|
+
}, {
|
|
81763
|
+
"id": "fadwz5",
|
|
81764
|
+
"content": "E.基于全科医生的社区健康管理模式",
|
|
81765
|
+
"default": true
|
|
81766
|
+
}, {
|
|
81767
|
+
"id": "9id2ot",
|
|
81768
|
+
"content": "F.院店联动共管模式",
|
|
81769
|
+
"default": true
|
|
81770
|
+
}, {
|
|
81771
|
+
"id": "054hq6",
|
|
81772
|
+
"content": "G.其他___________",
|
|
81773
|
+
"default": true
|
|
81774
|
+
}],
|
|
81775
|
+
"summary": false,
|
|
81776
|
+
"required": true,
|
|
81777
|
+
"subtitle": "",
|
|
81778
|
+
"placeholder": ""
|
|
81779
|
+
}],
|
|
81780
|
+
"depends": []
|
|
81781
|
+
}],
|
|
81782
|
+
"spec": {
|
|
81783
|
+
"name": "",
|
|
81784
|
+
"unit": "部分",
|
|
81785
|
+
"theme": {
|
|
81786
|
+
"name": "show",
|
|
81787
|
+
"color": "#07c160",
|
|
81788
|
+
"footer": "",
|
|
81789
|
+
"header": ""
|
|
81790
|
+
}
|
|
81791
|
+
}
|
|
80573
81792
|
}
|
|
80574
81793
|
};
|
|
80575
81794
|
},
|
|
@@ -80620,8 +81839,8 @@ var dynamic_form_component = normalizeComponent(
|
|
|
80620
81839
|
});
|
|
80621
81840
|
// CONCATENATED MODULE: ./src/App.vue?vue&type=script&lang=js&
|
|
80622
81841
|
/* harmony default export */ var src_Appvue_type_script_lang_js_ = (Appvue_type_script_lang_js_);
|
|
80623
|
-
// EXTERNAL MODULE: ./src/App.vue?vue&type=style&index=0&id=
|
|
80624
|
-
var
|
|
81842
|
+
// EXTERNAL MODULE: ./src/App.vue?vue&type=style&index=0&id=bab5e7e0&prod&lang=scss&scoped=true&
|
|
81843
|
+
var Appvue_type_style_index_0_id_bab5e7e0_prod_lang_scss_scoped_true_ = __webpack_require__("d3c8");
|
|
80625
81844
|
|
|
80626
81845
|
// CONCATENATED MODULE: ./src/App.vue
|
|
80627
81846
|
|
|
@@ -80634,11 +81853,11 @@ var Appvue_type_style_index_0_id_65282659_prod_lang_scss_scoped_true_ = __webpac
|
|
|
80634
81853
|
|
|
80635
81854
|
var App_component = normalizeComponent(
|
|
80636
81855
|
src_Appvue_type_script_lang_js_,
|
|
80637
|
-
|
|
81856
|
+
Appvue_type_template_id_bab5e7e0_scoped_true_render,
|
|
80638
81857
|
staticRenderFns,
|
|
80639
81858
|
false,
|
|
80640
81859
|
null,
|
|
80641
|
-
"
|
|
81860
|
+
"bab5e7e0",
|
|
80642
81861
|
null
|
|
80643
81862
|
|
|
80644
81863
|
)
|