|
@@ -130040,9 +130040,9 @@ define(['exports'], function (exports) { 'use strict';
|
|
//# sourceMappingURL=Report.js.map
|
|
//# sourceMappingURL=Report.js.map
|
|
|
|
|
|
function initGridDialog(config) {
|
|
function initGridDialog(config) {
|
|
- var detailMode = lodash.get(config, 'behavior.detailMode');
|
|
|
|
|
|
+ var detailDialog = lodash.get(config, 'detailDialog');
|
|
var detailButtonConfig = lodash.get(config, 'behavior.detailButtonConfig');
|
|
var detailButtonConfig = lodash.get(config, 'behavior.detailButtonConfig');
|
|
- if (detailMode === true) {
|
|
|
|
|
|
+ if (lodash.isPlainObject(detailDialog)) {
|
|
var tbar = [
|
|
var tbar = [
|
|
__assign({ xtype: 'button', text: '详情', iconCls: 'x-fa fa-id-card-o', listeners: {
|
|
__assign({ xtype: 'button', text: '详情', iconCls: 'x-fa fa-id-card-o', listeners: {
|
|
click: 'system.showGridRowDetail()',
|
|
click: 'system.showGridRowDetail()',
|
|
@@ -130312,7 +130312,6 @@ define(['exports'], function (exports) { 'use strict';
|
|
delete ret.wrap;
|
|
delete ret.wrap;
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
- //# sourceMappingURL=grid_dialog.js.map
|
|
|
|
|
|
|
|
window["EXPORT_DATA_HOST"] = "http://127.0.0.1:30000/exportData";
|
|
window["EXPORT_DATA_HOST"] = "http://127.0.0.1:30000/exportData";
|
|
var hexToString = function (hex) {
|
|
var hexToString = function (hex) {
|
|
@@ -135074,6 +135073,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
initSqlEditor();
|
|
initSqlEditor();
|
|
initSqlComplex();
|
|
initSqlComplex();
|
|
}
|
|
}
|
|
|
|
+ //# sourceMappingURL=init.js.map
|
|
|
|
|
|
exports.Defaults = Defaults;
|
|
exports.Defaults = Defaults;
|
|
exports.ExcelImportDialog = ExcelImportDialog;
|
|
exports.ExcelImportDialog = ExcelImportDialog;
|