centaline-data-driven 1.5.91 → 1.5.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/release-log.md +6 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +9 -0
- package/src/centaline/dynamicSearchList/src/dynamicTableStats.vue +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +17 -9
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/release-log.md
CHANGED
|
@@ -2151,6 +2151,15 @@ export default {
|
|
|
2151
2151
|
self.currentRow.children[i].classList.remove("select");
|
|
2152
2152
|
}
|
|
2153
2153
|
}
|
|
2154
|
+
if (!data.content.columns || data.content.columns.length < 1)
|
|
2155
|
+
{
|
|
2156
|
+
this.$message({
|
|
2157
|
+
message: "请配置展示列",
|
|
2158
|
+
type: 'error',
|
|
2159
|
+
showClose:true,
|
|
2160
|
+
});
|
|
2161
|
+
return ;
|
|
2162
|
+
}
|
|
2154
2163
|
if (typeof self.$refs.tableParent !== "undefined") {
|
|
2155
2164
|
self.$refs.tableParent.scrollTop = 0;
|
|
2156
2165
|
self.$refs.tableParent.scrollLeft = 0;
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
239
239
|
handleClick(ev, obj, flagRefreshTable, type, index) {
|
|
240
240
|
var self = this;
|
|
241
241
|
self.flagClick = true;
|
|
242
|
-
self.FlagStatistics = false;
|
|
242
|
+
//self.FlagStatistics = false;
|
|
243
243
|
self.selectStats = obj.key;
|
|
244
244
|
|
|
245
245
|
var model = this.getSearchFields(obj)
|
|
@@ -38321,7 +38321,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
38321
38321
|
"use strict";
|
|
38322
38322
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(302);
|
|
38323
38323
|
/* unused harmony namespace reexport */
|
|
38324
|
-
/* harmony import */ var
|
|
38324
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9f1b3488_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(606);
|
|
38325
38325
|
function injectStyle (ssrContext) {
|
|
38326
38326
|
__webpack_require__(568)
|
|
38327
38327
|
}
|
|
@@ -38341,7 +38341,7 @@ var __vue_scopeId__ = null
|
|
|
38341
38341
|
var __vue_module_identifier__ = null
|
|
38342
38342
|
var Component = normalizeComponent(
|
|
38343
38343
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
38344
|
-
|
|
38344
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9f1b3488_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
38345
38345
|
__vue_template_functional__,
|
|
38346
38346
|
__vue_styles__,
|
|
38347
38347
|
__vue_scopeId__,
|
|
@@ -40378,6 +40378,14 @@ var Component = normalizeComponent(
|
|
|
40378
40378
|
self.currentRow.children[i].classList.remove("select");
|
|
40379
40379
|
}
|
|
40380
40380
|
}
|
|
40381
|
+
if (!data.content.columns || data.content.columns.length < 1) {
|
|
40382
|
+
this.$message({
|
|
40383
|
+
message: "请配置展示列",
|
|
40384
|
+
type: 'error',
|
|
40385
|
+
showClose: true
|
|
40386
|
+
});
|
|
40387
|
+
return;
|
|
40388
|
+
}
|
|
40381
40389
|
if (typeof self.$refs.tableParent !== "undefined") {
|
|
40382
40390
|
self.$refs.tableParent.scrollTop = 0;
|
|
40383
40391
|
self.$refs.tableParent.scrollLeft = 0;
|
|
@@ -40870,7 +40878,7 @@ module.exports = function (KEY, exec) {
|
|
|
40870
40878
|
handleClick: function handleClick(ev, obj, flagRefreshTable, type, index) {
|
|
40871
40879
|
var self = this;
|
|
40872
40880
|
self.flagClick = true;
|
|
40873
|
-
self.FlagStatistics = false;
|
|
40881
|
+
//self.FlagStatistics = false;
|
|
40874
40882
|
self.selectStats = obj.key;
|
|
40875
40883
|
|
|
40876
40884
|
var model = this.getSearchFields(obj);
|
|
@@ -72532,7 +72540,7 @@ var content = __webpack_require__(569);
|
|
|
72532
72540
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72533
72541
|
if(content.locals) module.exports = content.locals;
|
|
72534
72542
|
// add the styles to the DOM
|
|
72535
|
-
var update = __webpack_require__(3)("
|
|
72543
|
+
var update = __webpack_require__(3)("9c41f8ae", content, true, {});
|
|
72536
72544
|
|
|
72537
72545
|
/***/ }),
|
|
72538
72546
|
/* 569 */
|
|
@@ -72739,7 +72747,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
72739
72747
|
"use strict";
|
|
72740
72748
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTableStats_vue__ = __webpack_require__(306);
|
|
72741
72749
|
/* unused harmony namespace reexport */
|
|
72742
|
-
/* harmony import */ var
|
|
72750
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_55728fcb_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTableStats_vue__ = __webpack_require__(589);
|
|
72743
72751
|
function injectStyle (ssrContext) {
|
|
72744
72752
|
__webpack_require__(583)
|
|
72745
72753
|
__webpack_require__(585)
|
|
@@ -72761,7 +72769,7 @@ var __vue_scopeId__ = null
|
|
|
72761
72769
|
var __vue_module_identifier__ = null
|
|
72762
72770
|
var Component = normalizeComponent(
|
|
72763
72771
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTableStats_vue__["a" /* default */],
|
|
72764
|
-
|
|
72772
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_55728fcb_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTableStats_vue__["a" /* default */],
|
|
72765
72773
|
__vue_template_functional__,
|
|
72766
72774
|
__vue_styles__,
|
|
72767
72775
|
__vue_scopeId__,
|
|
@@ -72782,7 +72790,7 @@ var content = __webpack_require__(584);
|
|
|
72782
72790
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72783
72791
|
if(content.locals) module.exports = content.locals;
|
|
72784
72792
|
// add the styles to the DOM
|
|
72785
|
-
var update = __webpack_require__(3)("
|
|
72793
|
+
var update = __webpack_require__(3)("210e95f2", content, true, {});
|
|
72786
72794
|
|
|
72787
72795
|
/***/ }),
|
|
72788
72796
|
/* 584 */
|
|
@@ -72809,7 +72817,7 @@ var content = __webpack_require__(586);
|
|
|
72809
72817
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72810
72818
|
if(content.locals) module.exports = content.locals;
|
|
72811
72819
|
// add the styles to the DOM
|
|
72812
|
-
var update = __webpack_require__(3)("
|
|
72820
|
+
var update = __webpack_require__(3)("0a165af3", content, true, {});
|
|
72813
72821
|
|
|
72814
72822
|
/***/ }),
|
|
72815
72823
|
/* 586 */
|
|
@@ -72836,7 +72844,7 @@ var content = __webpack_require__(588);
|
|
|
72836
72844
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72837
72845
|
if(content.locals) module.exports = content.locals;
|
|
72838
72846
|
// add the styles to the DOM
|
|
72839
|
-
var update = __webpack_require__(3)("
|
|
72847
|
+
var update = __webpack_require__(3)("19c3c018", content, true, {});
|
|
72840
72848
|
|
|
72841
72849
|
/***/ }),
|
|
72842
72850
|
/* 588 */
|