gds-plus-design-vue 1.1.52 → 1.1.57

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.
@@ -646,7 +646,7 @@ const constantRouterMap = [{
646
646
  {
647
647
  path: "login",
648
648
  name: "login",
649
- component: () => import("./main.164ba8ec.mjs"),
649
+ component: () => import("./main.ce7d9310.mjs"),
650
650
  meta: {
651
651
  title: "\u767B\u5F55",
652
652
  transKey: "gd.login.title"
@@ -1367,26 +1367,20 @@ async function copyTextToClipboard(s, t) {
1367
1367
  async function clipboardContent(s) {
1368
1368
  let t = "";
1369
1369
  if (navigator.clipboard && navigator.clipboard.readText)
1370
- t = await navigator.clipboard.readText();
1371
- else {
1372
- let a = document.createElement("textarea");
1373
- document.body.appendChild(a), a.focus(), document.execCommand("paste"), t = a.value, document.body.removeChild(a);
1374
- }
1370
+ try {
1371
+ t = await navigator.clipboard.readText();
1372
+ } catch {
1373
+ t = clipboardAppend();
1374
+ }
1375
+ else
1376
+ t = clipboardAppend();
1375
1377
  typeof s == "function" && s(t);
1376
1378
  }
1377
- function getWeekNumber(s) {
1378
- const t = new Date(s), a = new Date(t.getFullYear(), 0, 1), r = 864e5, o = Math.floor((t - a) / r) + 1, l = Math.ceil(o / 7), d = t.getFullYear();
1379
- return {
1380
- week: l,
1381
- year: d
1382
- };
1383
- }
1384
- function getQuarterNumber(s) {
1385
- const t = new Date(s), a = t.getMonth(), r = Math.floor(a / 3) + 1, o = t.getFullYear();
1386
- return {
1387
- quarter: r,
1388
- year: o
1389
- };
1379
+ function clipboardAppend() {
1380
+ let s = document.createElement("textarea");
1381
+ document.body.appendChild(s), s.focus(), document.execCommand("paste");
1382
+ let t = s.value;
1383
+ return document.body.removeChild(s), t;
1390
1384
  }
1391
1385
  const userLogo_vue_vue_type_style_index_0_scoped_494b8635_lang = "", _sfc_main$6i = {
1392
1386
  props: {
@@ -5251,7 +5245,7 @@ var _sfc_render$6e = function() {
5251
5245
  null,
5252
5246
  null
5253
5247
  );
5254
- const EffectTypeIcon = __component__$6e.exports, fieldMapping_vue_vue_type_style_index_0_scoped_d756aa96_lang = "", _sfc_main$6d = {
5248
+ const EffectTypeIcon = __component__$6e.exports, fieldMapping_vue_vue_type_style_index_0_scoped_3403e6bf_lang = "", _sfc_main$6d = {
5255
5249
  props: {
5256
5250
  configData: {
5257
5251
  type: Array,
@@ -5278,7 +5272,7 @@ const EffectTypeIcon = __component__$6e.exports, fieldMapping_vue_vue_type_style
5278
5272
  record: {},
5279
5273
  columns: [
5280
5274
  {
5281
- type: "",
5275
+ type: "selection-radio",
5282
5276
  width: "60",
5283
5277
  fixed: !0,
5284
5278
  fieIdType: [3, 5, 6]
@@ -5509,7 +5503,7 @@ var _sfc_render$6d = function() {
5509
5503
  _sfc_staticRenderFns$6d,
5510
5504
  !1,
5511
5505
  null,
5512
- "d756aa96",
5506
+ "3403e6bf",
5513
5507
  null,
5514
5508
  null
5515
5509
  );
@@ -6291,7 +6285,7 @@ function sysFileInfoUploadShop(s) {
6291
6285
  }
6292
6286
  });
6293
6287
  }
6294
- const userMenus_vue_vue_type_style_index_0_scoped_ae9f4999_lang = "", _sfc_main$6b = {
6288
+ const userMenus_vue_vue_type_style_index_0_scoped_d66b38a0_lang = "", _sfc_main$6b = {
6295
6289
  props: {
6296
6290
  basicAttribute: {
6297
6291
  type: Object,
@@ -6413,7 +6407,7 @@ const userMenus_vue_vue_type_style_index_0_scoped_ae9f4999_lang = "", _sfc_main$
6413
6407
  var _sfc_render$6b = function() {
6414
6408
  var t = this, a = t._self._c;
6415
6409
  return a("div", { staticClass: "user-wrapper" }, [t._l(t.menus, function(r) {
6416
- return [r.statu ? [r.key === "user" ? a("el-popover", { ref: `popover_${r.key}`, refInFor: !0, attrs: { placement: "bottom-start", trigger: "hover" } }, [a("div", { staticClass: "selectionl-popover", style: { "--dilute": t.fadeColord } }, [a("div", { staticClass: "item", on: { click: function(o) {
6410
+ return [r.statu ? [r.key === "user" ? a("el-popover", { ref: `popover_${r.key}`, refInFor: !0, attrs: { placement: "bottom-start", trigger: "click", tabindex: 9999 } }, [a("div", { staticClass: "selectionl-popover", style: { "--dilute": t.fadeColord } }, [a("div", { staticClass: "item", on: { click: function(o) {
6417
6411
  return t.accountSetting(`popover_${r.key}`);
6418
6412
  } } }, [a("i", { staticClass: "gd-icon-xitongshezhi gd-icons" }), a("span", [t._v(t._s(t.$i18nt("gd.menu.accountSettings", "\u8D26\u53F7\u8BBE\u7F6E")))])]), a("div", { staticClass: "item", on: { click: function(o) {
6419
6413
  return t.echartsManage(`popover_${r.key}`);
@@ -6429,7 +6423,7 @@ var _sfc_render$6b = function() {
6429
6423
  _sfc_staticRenderFns$6b,
6430
6424
  !1,
6431
6425
  null,
6432
- "ae9f4999",
6426
+ "d66b38a0",
6433
6427
  null,
6434
6428
  null
6435
6429
  );
@@ -14819,7 +14813,7 @@ var _sfc_render$5M = function() {
14819
14813
  null,
14820
14814
  null
14821
14815
  );
14822
- const QueryRules = __component__$5M.exports, viewQuery_vue_vue_type_style_index_0_scoped_af78a8bc_lang = "", intervalList$1 = [
14816
+ const QueryRules = __component__$5M.exports, viewQuery_vue_vue_type_style_index_0_scoped_946717cf_lang = "", intervalList$1 = [
14823
14817
  {
14824
14818
  name: "\u4ECA\u5929",
14825
14819
  keyI18n: "gd.view.today",
@@ -15027,6 +15021,9 @@ const QueryRules = __component__$5M.exports, viewQuery_vue_vue_type_style_index_
15027
15021
  ...mapGetters(["tablePageSize", "tableSize", "screenHeight", "tableLists", "primaryColor"])
15028
15022
  },
15029
15023
  methods: {
15024
+ cahngeWidthUnit() {
15025
+ this.options.widthUnit = this.options.widthUnit === "px" ? "%" : "px";
15026
+ },
15030
15027
  hasTimePicker(s) {
15031
15028
  const t = this.timeLongshort.filter((r) => r.code == s.fieldFormat)[0], a = t ? t.name : "yyyy-MM-dd";
15032
15029
  return ["hh:mm:ss", "hh:mm", "mm:ss", "HH:mm:ss", "HH:mm"].includes(a);
@@ -15098,6 +15095,9 @@ const QueryRules = __component__$5M.exports, viewQuery_vue_vue_type_style_index_
15098
15095
  filterList: [],
15099
15096
  hidden: !1,
15100
15097
  required: !1,
15098
+ openWidth: 80,
15099
+ widthUnit: "%",
15100
+ quick: !1,
15101
15101
  defaultInterval: [
15102
15102
  {
15103
15103
  type: "interval",
@@ -15208,11 +15208,15 @@ var _sfc_render$5L = function() {
15208
15208
  } } }, [t._v(" " + t._s(t.$i18nt(l.keyI18n, l.name)) + " ")])];
15209
15209
  })], 2)])]] : [a("el-input", { staticStyle: { width: "100%" }, attrs: { placeholder: t.$i18nt("gd.placeholder.input", "\u8BF7\u8F93\u5165"), clearable: "" }, model: { value: t.options.defaultValue, callback: function(l) {
15210
15210
  t.$set(t.options, "defaultValue", l);
15211
- }, expression: "options.defaultValue" } })]], 2) : t._e(), t.selItem.effecttype === "fk" ? a("el-form-item", { attrs: { label: t.$i18nt("gd.form.cascadingFilter", "\u7EA7\u8054\u7B5B\u9009") } }, [a("FieldFiltering", { attrs: { selectItem: t.options, loadData: t.tableFieldList } })], 1) : t._e(), a("el-form-item", { attrs: { label: t.$i18nt("gd.form.actionProperties", "\u64CD\u4F5C\u5C5E\u6027") } }, [a("el-checkbox", { model: { value: t.options.hidden, callback: function(l) {
15211
+ }, expression: "options.defaultValue" } })]], 2) : t._e(), t.selItem.effecttype === "fk" ? a("el-form-item", { attrs: { label: t.$i18nt("gd.form.cascadingFilter", "\u7EA7\u8054\u7B5B\u9009") } }, [a("FieldFiltering", { attrs: { selectItem: t.options, loadData: t.tableFieldList } })], 1) : t._e(), ["fk", "user", "about", "participants"].includes(t.selItem.effecttype) ? a("el-form-item", { attrs: { label: t.$i18nt("gd.formProperties.modeFrameWidth", "\u6A21\u6001\u6846\u5BBD\u5EA6") } }, [a("div", { staticClass: "operatorl-flex" }, [a("el-input-number", { attrs: { "controls-position": "right", min: 1 }, model: { value: t.options.openWidth, callback: function(l) {
15212
+ t.$set(t.options, "openWidth", l);
15213
+ }, expression: "options.openWidth" } }), a("div", { staticClass: "operatorl-operatorl", on: { click: t.cahngeWidthUnit } }, [t._v(" " + t._s(t.options.widthUnit) + " ")])], 1)]) : t._e(), a("el-form-item", { attrs: { label: t.$i18nt("gd.form.actionProperties", "\u64CD\u4F5C\u5C5E\u6027") } }, [a("el-checkbox", { model: { value: t.options.hidden, callback: function(l) {
15212
15214
  t.$set(t.options, "hidden", l);
15213
15215
  }, expression: "options.hidden" } }, [t._v(" " + t._s(t.$i18nt("gd.form.hide", "\u9690\u85CF")) + " ")]), a("el-checkbox", { model: { value: t.options.required, callback: function(l) {
15214
15216
  t.$set(t.options, "required", l);
15215
- }, expression: "options.required" } }, [t._v(" " + t._s(t.$i18nt("gd.form.required", "\u5FC5\u586B")) + " ")])], 1)], 1)])], 1);
15217
+ }, expression: "options.required" } }, [t._v(" " + t._s(t.$i18nt("gd.form.required", "\u5FC5\u586B")) + " ")]), a("el-checkbox", { model: { value: t.options.quick, callback: function(l) {
15218
+ t.$set(t.options, "quick", l);
15219
+ }, expression: "options.quick" } }, [t._v(" " + t._s(t.$i18nt("gd.form.quick", "\u5FEB\u6377")) + " ")])], 1)], 1)])], 1);
15216
15220
  }), 0)], 1)], 1)]);
15217
15221
  }, _sfc_staticRenderFns$5L = [], __component__$5L = /* @__PURE__ */ normalizeComponent(
15218
15222
  _sfc_main$5L,
@@ -15220,7 +15224,7 @@ var _sfc_render$5L = function() {
15220
15224
  _sfc_staticRenderFns$5L,
15221
15225
  !1,
15222
15226
  null,
15223
- "af78a8bc",
15227
+ "946717cf",
15224
15228
  null,
15225
15229
  null
15226
15230
  );
@@ -16741,7 +16745,7 @@ var _sfc_render$5I = function() {
16741
16745
  null,
16742
16746
  null
16743
16747
  );
16744
- const tcheckboxs = __component__$5I.exports, tcurrency_vue_vue_type_style_index_0_scoped_0b1ce2dd_lang = "", _sfc_main$5H = {
16748
+ const tcheckboxs = __component__$5I.exports, tcurrency_vue_vue_type_style_index_0_scoped_3e2f4447_lang = "", _sfc_main$5H = {
16745
16749
  props: {
16746
16750
  item: {
16747
16751
  type: Object,
@@ -16790,7 +16794,7 @@ const tcheckboxs = __component__$5I.exports, tcurrency_vue_vue_type_style_index_
16790
16794
  s = this.getDisplayMode(a);
16791
16795
  } else
16792
16796
  s = this.text !== null && this.text !== "" && this.text !== void 0 ? String(this.text) : "";
16793
- return s !== null && s !== "" && s !== void 0 && s !== 0 && s !== "0" && (s = Number(s).toFixed(this.item.filedsize)), this.formatter(s);
16797
+ return s !== null && s !== "" && s !== void 0 && s !== 0 && s !== "0" && this.item.displayMode === "none" && (s = Number(s).toFixed(this.item.filedsize)), this.formatter(s);
16794
16798
  },
16795
16799
  ...mapGetters(["primaryColor"])
16796
16800
  },
@@ -16818,11 +16822,11 @@ var _sfc_render$5H = function() {
16818
16822
  _sfc_staticRenderFns$5H,
16819
16823
  !1,
16820
16824
  null,
16821
- "0b1ce2dd",
16825
+ "3e2f4447",
16822
16826
  null,
16823
16827
  null
16824
16828
  );
16825
- const tcurrency = __component__$5H.exports, tdatepicker_vue_vue_type_style_index_0_scoped_a4c36fb1_lang = "", _sfc_main$5G = {
16829
+ const tcurrency = __component__$5H.exports, tdatepicker_vue_vue_type_style_index_0_scoped_26c015f9_lang = "", _sfc_main$5G = {
16826
16830
  props: {
16827
16831
  item: {
16828
16832
  type: Object,
@@ -16855,20 +16859,20 @@ const tcurrency = __component__$5H.exports, tdatepicker_vue_vue_type_style_index
16855
16859
  };
16856
16860
  var _sfc_render$5G = function() {
16857
16861
  var t = this, a = t._self._c;
16858
- return a("div", { style: t.styled, on: { click: function(r) {
16862
+ return a("div", { style: t.styled }, [a("span", { on: { click: function(r) {
16859
16863
  return t.$emit("operatorScope");
16860
- } } }, [t._v(t._s(t._f("formatTime")(t.row[t.item.prop], t.dictSwitch)))]);
16864
+ } } }, [t._v(t._s(t._f("formatTime")(t.row[t.item.prop], t.dictSwitch)))])]);
16861
16865
  }, _sfc_staticRenderFns$5G = [], __component__$5G = /* @__PURE__ */ normalizeComponent(
16862
16866
  _sfc_main$5G,
16863
16867
  _sfc_render$5G,
16864
16868
  _sfc_staticRenderFns$5G,
16865
16869
  !1,
16866
16870
  null,
16867
- "a4c36fb1",
16871
+ "26c015f9",
16868
16872
  null,
16869
16873
  null
16870
16874
  );
16871
- const tdatepicker = __component__$5G.exports, tdictSwitch_vue_vue_type_style_index_0_scoped_f464b58f_lang = "", _sfc_main$5F = {
16875
+ const tdatepicker = __component__$5G.exports, tdictSwitch_vue_vue_type_style_index_0_scoped_c84adc3f_lang = "", _sfc_main$5F = {
16872
16876
  props: {
16873
16877
  item: {
16874
16878
  type: Object,
@@ -16907,16 +16911,18 @@ const tdatepicker = __component__$5G.exports, tdictSwitch_vue_vue_type_style_ind
16907
16911
  };
16908
16912
  var _sfc_render$5F = function() {
16909
16913
  var t = this, a = t._self._c;
16910
- return a("div", { on: { click: function(r) {
16914
+ return a("div", [t.dictSwitch ? a("el-tag", { staticStyle: { "border-color": "transparent" }, attrs: { effect: "dark", size: "mini", color: t.dictSwitch }, on: { click: function(r) {
16915
+ return t.$emit("operatorScope");
16916
+ } } }, [t._v(" " + t._s(t.text) + " ")]) : a("div", { style: t.styled }, [a("span", { on: { click: function(r) {
16911
16917
  return t.$emit("operatorScope");
16912
- } } }, [t.dictSwitch ? a("el-tag", { staticStyle: { "border-color": "transparent" }, attrs: { effect: "dark", size: "mini", color: t.dictSwitch } }, [t._v(" " + t._s(t.text) + " ")]) : a("div", { style: t.styled }, [t._v(t._s(t.text))])], 1);
16918
+ } } }, [t._v(t._s(t.text))])])], 1);
16913
16919
  }, _sfc_staticRenderFns$5F = [], __component__$5F = /* @__PURE__ */ normalizeComponent(
16914
16920
  _sfc_main$5F,
16915
16921
  _sfc_render$5F,
16916
16922
  _sfc_staticRenderFns$5F,
16917
16923
  !1,
16918
16924
  null,
16919
- "f464b58f",
16925
+ "c84adc3f",
16920
16926
  null,
16921
16927
  null
16922
16928
  );
@@ -17024,7 +17030,7 @@ var _sfc_render$5D = function() {
17024
17030
  null,
17025
17031
  null
17026
17032
  );
17027
- const tfile = __component__$5D.exports, main_vue_vue_type_style_index_0_scoped_5a7379c2_lang = "", _sfc_main$5C = {
17033
+ const tfile = __component__$5D.exports, main_vue_vue_type_style_index_0_scoped_1b754c5a_lang = "", _sfc_main$5C = {
17028
17034
  props: {
17029
17035
  item: {
17030
17036
  type: Object,
@@ -17037,6 +17043,10 @@ const tfile = __component__$5D.exports, main_vue_vue_type_style_index_0_scoped_5
17037
17043
  getFristColumn: {
17038
17044
  type: Object,
17039
17045
  default: () => ({})
17046
+ },
17047
+ openMode: {
17048
+ type: [String, Number],
17049
+ default: 1
17040
17050
  }
17041
17051
  },
17042
17052
  data() {
@@ -17093,16 +17103,16 @@ var _sfc_render$5C = function() {
17093
17103
  return [a("img", { directives: [{ name: "lazyImg", rawName: "v-lazyImg", value: r, expression: "ite" }], ref: `img_${r}`, refInFor: !0, staticClass: "img-data", staticStyle: { width: "auto", height: "18px" }, attrs: { "data-class": "el-table__body-wrapper", "data-url": r }, on: { click: function(o) {
17094
17104
  return t.showImg(t.item, t.row, r);
17095
17105
  } } })];
17096
- })], 2) : a("div", { staticClass: "line1", class: t.getFristColumn.prop === t.item.prop || t.item.sourceFk ? "active-color active-items" : "", on: { click: function(r) {
17097
- return t.operatorScope(t.item, t.row);
17098
- } } }, [t._v(" " + t._s(t.row[t.item.prop]) + " ")])], 2);
17106
+ })], 2) : a("div", { staticClass: "line1", class: t.openMode != 2 && t.getFristColumn.prop === t.item.prop || t.item.sourceFk ? "active-color active-items" : "" }, [a("span", { on: { click: function(r) {
17107
+ return r.stopPropagation(), t.operatorScope(t.item, t.row);
17108
+ } } }, [t._v(t._s(t.row[t.item.prop]))])])], 2);
17099
17109
  }, _sfc_staticRenderFns$5C = [], __component__$5C = /* @__PURE__ */ normalizeComponent(
17100
17110
  _sfc_main$5C,
17101
17111
  _sfc_render$5C,
17102
17112
  _sfc_staticRenderFns$5C,
17103
17113
  !1,
17104
17114
  null,
17105
- "5a7379c2",
17115
+ "1b754c5a",
17106
17116
  null,
17107
17117
  null
17108
17118
  );
@@ -21646,7 +21656,7 @@ var _sfc_render$5s = function() {
21646
21656
  null,
21647
21657
  null
21648
21658
  );
21649
- const Column = __component__$5s.exports, main_vue_vue_type_style_index_0_scoped_b7ba27c1_lang = "", _sfc_main$5r = {
21659
+ const Column = __component__$5s.exports, main_vue_vue_type_style_index_0_scoped_60e268df_lang = "", _sfc_main$5r = {
21650
21660
  name: "GdTables",
21651
21661
  props: Object.assign(
21652
21662
  {},
@@ -22160,17 +22170,17 @@ var _sfc_render$5r = function() {
22160
22170
  var t = this, a = t._self._c;
22161
22171
  return a("div", [t.visibleFilter ? a("div", { staticClass: "tables-tool-meng", on: { click: function(r) {
22162
22172
  t.visibleFilter = !1;
22163
- } } }) : t._e(), a("div", { ref: "reftables", staticClass: "gd-tables", style: { "--theme": t.primaryColor, "--fadecolor": t.fadeColord }, attrs: { id: "reftables" } }, [a("div", { staticClass: "tables-tool" }, [a("div", { staticClass: "tables-tool-l" }, [t._t("operator")], 2), a("div", { staticClass: "tables-tool-r" }, [t.hasClear ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.reset", "\u91CD\u7F6E"), placement: "top" } }, [a("i", { staticClass: "el-icon-brush", on: { click: t.clearAll } })]) : t._e(), t.filtering ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.screen", "\u7B5B\u9009"), placement: "top" } }, [a("el-popover", { ref: "filterdropdown", attrs: { tabindex: 2025, trigger: t.triggerFilter, placement: "bottom" }, on: { show: function(r) {
22173
+ } } }) : t._e(), a("div", { ref: "reftables", staticClass: "gd-tables", style: { "--theme": t.primaryColor, "--fadecolor": t.fadeColord }, attrs: { id: "reftables" } }, [a("div", { staticClass: "tables-tool" }, [a("div", { staticClass: "tables-tool-l" }, [t._t("operator")], 2), a("div", { staticClass: "tables-tool-r" }, [t.hasClear ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.reset", "\u91CD\u7F6E"), placement: "bottom" } }, [a("i", { staticClass: "el-icon-brush", on: { click: t.clearAll } })]) : t._e(), t.filtering ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.screen", "\u7B5B\u9009"), placement: "bottom" } }, [a("el-popover", { ref: "filterdropdown", attrs: { tabindex: 2025, trigger: t.triggerFilter, placement: "bottom" }, on: { show: function(r) {
22164
22174
  return t.changeFilter(!0);
22165
22175
  }, hide: function(r) {
22166
22176
  return t.changeFilter(!1);
22167
22177
  } }, model: { value: t.visibleFilter, callback: function(r) {
22168
22178
  t.visibleFilter = r;
22169
- }, expression: "visibleFilter" } }, [a("span", { staticClass: "el-dropdown-link", attrs: { slot: "reference" }, on: { click: t.changeFilterVisible }, slot: "reference" }, [a("i", { staticClass: "gd-icons gd-icon-a-guangqi_guolv11x" })]), a("div", [t._t("filtering", null, { columns: t.columns, height: t.height, colse: t.closeFilter, visible: t.visibleFilter, changeTrigger: t.changeTriggerFilter })], 2)])], 1) : t._e(), t.isGather ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.chart", "\u56FE\u8868"), placement: "top" } }, [a("i", { staticClass: "gd-icons gd-icon-zhuzhuangtu", on: { click: function(r) {
22179
+ }, expression: "visibleFilter" } }, [a("span", { staticClass: "el-dropdown-link", attrs: { slot: "reference" }, on: { click: t.changeFilterVisible }, slot: "reference" }, [a("i", { staticClass: "gd-icons gd-icon-a-guangqi_guolv11x" })]), a("div", [t._t("filtering", null, { columns: t.columns, height: t.height, colse: t.closeFilter, visible: t.visibleFilter, changeTrigger: t.changeTriggerFilter })], 2)])], 1) : t._e(), t.isGather ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.chart", "\u56FE\u8868"), placement: "bottom" } }, [a("i", { staticClass: "gd-icons gd-icon-zhuzhuangtu", on: { click: function(r) {
22170
22180
  return t.$emit("baseSeecharts");
22171
- } } })]) : t._e(), t.disabledRefresh ? t._e() : a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.refresh", "\u5237\u65B0"), placement: "top" } }, [a("i", { staticClass: "el-icon-refresh", on: { click: function(r) {
22181
+ } } })]) : t._e(), t.disabledRefresh ? t._e() : a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.refresh", "\u5237\u65B0"), placement: "bottom" } }, [a("i", { staticClass: "el-icon-refresh", on: { click: function(r) {
22172
22182
  return t.refresh(!1);
22173
- } } })]), a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.density", "\u5BC6\u5EA6"), placement: "top" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" }, on: { command: t.changColumnHeight } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-s-operation" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("el-dropdown-item", { style: t.customSize === "medium" ? t.dropdownActive : "", attrs: { command: "medium" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.default", "\u9ED8\u8BA4")) + " ")]), a("el-dropdown-item", { style: t.customSize === "small" ? t.dropdownActive : "", attrs: { command: "small" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.secondary", "\u4E2D\u7B49")) + " ")]), a("el-dropdown-item", { style: t.customSize === "mini" ? t.dropdownActive : "", attrs: { command: "mini" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.compact", "\u7D27\u51D1")) + " ")])], 1)], 1)], 1), t.disabledColumnSettings ? t._e() : a("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.columnSettings", "\u5217\u8BBE\u7F6E"), placement: "top" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-setting" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("gd-column-settings", { ref: "columnSettings", attrs: { columns: t.columns, height: t.height }, on: { columnChange: t.columnChange } })], 1)], 1)], 1)], 1)]), a("el-table", { directives: [{ name: "loading", rawName: "v-loading", value: t.loading, expression: "loading" }], key: t.tableKey, ref: "refTable", staticClass: "table", class: t.border ? "" : "table-border", staticStyle: { width: "100%" }, attrs: { stripe: t.stripe, "row-key": t.rowKey, "expand-row-keys": t.tableExpand, "tree-props": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, tooltip: !0, border: t.border, size: t.customSize, indent: t.indent, lazy: t.lazy, "show-summary": t.showSummary, "summary-method": t.summaries, "default-expand-all": t.defaultExpandAll, "virtual-scroll": !0, "element-loading-background": "rgba(255, 255, 255, 0.8)", "element-loading-spinner": "el-icon-loading", data: t.tableData, "cell-style": t.cellStyle, height: t.height || null, "max-height": t.maxHeight || null, "default-sort": { prop: "id", order: null }, load: t.lazy ? t.load : null, "span-method": t.method ? t.spanMethod : null, "header-cell-style": t.headerCellStyle, "cell-class-name": t.cellClassNamed, "row-class-name": t.rowClassNamed }, on: { "sort-change": t.sortChange, "filter-change": t.handleFilterChange, "selection-change": t.handleSelectionChange, "row-click": t.rowClick, "expand-change": t.expandChange, "select-all": t.selectAll, select: t.handleSelect, "current-change": t.handleCurrentRowChange, "header-dragend": t.handleHeaderDragEnd } }, [t._l(t.getColumns, function(r, o) {
22183
+ } } })]), a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.density", "\u5BC6\u5EA6"), placement: "bottom" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" }, on: { command: t.changColumnHeight } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-s-operation" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("el-dropdown-item", { style: t.customSize === "medium" ? t.dropdownActive : "", attrs: { command: "medium" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.default", "\u9ED8\u8BA4")) + " ")]), a("el-dropdown-item", { style: t.customSize === "small" ? t.dropdownActive : "", attrs: { command: "small" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.secondary", "\u4E2D\u7B49")) + " ")]), a("el-dropdown-item", { style: t.customSize === "mini" ? t.dropdownActive : "", attrs: { command: "mini" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.compact", "\u7D27\u51D1")) + " ")])], 1)], 1)], 1), t.disabledColumnSettings ? t._e() : a("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.columnSettings", "\u5217\u8BBE\u7F6E"), placement: "bottom" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-setting" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("gd-column-settings", { ref: "columnSettings", attrs: { columns: t.columns, height: t.height }, on: { columnChange: t.columnChange } })], 1)], 1)], 1)], 1)]), a("el-table", { directives: [{ name: "loading", rawName: "v-loading", value: t.loading, expression: "loading" }], key: t.tableKey, ref: "refTable", staticClass: "table", class: t.border ? "" : "table-border", staticStyle: { width: "100%" }, attrs: { stripe: t.stripe, "row-key": t.rowKey, "expand-row-keys": t.tableExpand, "tree-props": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, tooltip: !0, border: t.border, size: t.customSize, indent: t.indent, lazy: t.lazy, "show-summary": t.showSummary, "summary-method": t.summaries, "default-expand-all": t.defaultExpandAll, "virtual-scroll": !0, "element-loading-background": "rgba(255, 255, 255, 0.8)", "element-loading-spinner": "el-icon-loading", data: t.tableData, "cell-style": t.cellStyle, height: t.height || null, "max-height": t.maxHeight || null, "default-sort": { prop: "id", order: null }, load: t.lazy ? t.load : null, "span-method": t.method ? t.spanMethod : null, "header-cell-style": t.headerCellStyle, "cell-class-name": t.cellClassNamed, "row-class-name": t.rowClassNamed }, on: { "sort-change": t.sortChange, "filter-change": t.handleFilterChange, "selection-change": t.handleSelectionChange, "row-click": t.rowClick, "expand-change": t.expandChange, "select-all": t.selectAll, select: t.handleSelect, "current-change": t.handleCurrentRowChange, "header-dragend": t.handleHeaderDragEnd } }, [t._l(t.getColumns, function(r, o) {
22174
22184
  return [r.type == "selection" ? [a("el-table-column", { key: `${r.prop}_${o}`, attrs: { type: "selection", width: r.width, fixed: r.fixed ? r.fixed : !1, align: r.align ? r.align : "center", selectable: t.selecTables } })] : r.hidden != !1 && r.type !== "slot" && r.type != "expand" && r.type != "selection-radio" ? [a("column", { key: `${r.prop}_${o}`, attrs: { col: r }, scopedSlots: t._u([t._l(Object.keys(t.$scopedSlots), function(l) {
22175
22185
  return { key: l, fn: function(d) {
22176
22186
  return [t._t(l, null, null, d)];
@@ -22195,7 +22205,7 @@ var _sfc_render$5r = function() {
22195
22205
  _sfc_staticRenderFns$5r,
22196
22206
  !1,
22197
22207
  null,
22198
- "b7ba27c1",
22208
+ "60e268df",
22199
22209
  null,
22200
22210
  null
22201
22211
  );
@@ -22203,7 +22213,7 @@ const GDpackage$Z = __component__$5r.exports;
22203
22213
  GDpackage$Z.install = function(s) {
22204
22214
  s.component(GDpackage$Z.name, GDpackage$Z);
22205
22215
  };
22206
- const main_vue_vue_type_style_index_0_scoped_7b475962_lang = "", _sfc_main$5q = {
22216
+ const main_vue_vue_type_style_index_0_scoped_58040812_lang = "", _sfc_main$5q = {
22207
22217
  name: "GdTableVirtual",
22208
22218
  props: Object.assign(
22209
22219
  {},
@@ -22707,15 +22717,15 @@ const main_vue_vue_type_style_index_0_scoped_7b475962_lang = "", _sfc_main$5q =
22707
22717
  };
22708
22718
  var _sfc_render$5q = function() {
22709
22719
  var t = this, a = t._self._c;
22710
- return a("div", { ref: "reftables", staticClass: "gd-tables", style: { "--theme": t.primaryColor, "--fadecolor": t.fadeColord }, attrs: { id: "reftables" } }, [a("div", { staticClass: "tables-tool" }, [a("div", { staticClass: "tables-tool-l" }, [t._t("operator")], 2), a("div", { staticClass: "tables-tool-r" }, [t.hasClear ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.reset", "\u91CD\u7F6E"), placement: "top" } }, [a("i", { staticClass: "el-icon-brush", on: { click: t.clearAll } })]) : t._e(), t.filtering ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.screen", "\u7B5B\u9009"), placement: "top" } }, [a("el-popover", { ref: "filterdropdown", attrs: { trigger: "click", placement: "bottom" }, on: { show: function(r) {
22720
+ return a("div", { ref: "reftables", staticClass: "gd-tables", style: { "--theme": t.primaryColor, "--fadecolor": t.fadeColord }, attrs: { id: "reftables" } }, [a("div", { staticClass: "tables-tool" }, [a("div", { staticClass: "tables-tool-l" }, [t._t("operator")], 2), a("div", { staticClass: "tables-tool-r" }, [t.hasClear ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.reset", "\u91CD\u7F6E"), placement: "bottom" } }, [a("i", { staticClass: "el-icon-brush", on: { click: t.clearAll } })]) : t._e(), t.filtering ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.screen", "\u7B5B\u9009"), placement: "bottom" } }, [a("el-popover", { ref: "filterdropdown", attrs: { trigger: "click", placement: "bottom" }, on: { show: function(r) {
22711
22721
  return t.changeFilter(!0);
22712
22722
  }, hide: function(r) {
22713
22723
  return t.changeFilter(!1);
22714
- } } }, [a("span", { staticClass: "el-dropdown-link", attrs: { slot: "reference" }, slot: "reference" }, [a("i", { staticClass: "gd-icons gd-icon-a-guangqi_guolv11x" })]), a("div", [t._t("filtering", null, { columns: t.columns, height: t.height, colse: t.closeFilter, visible: t.visibleFilter })], 2)])], 1) : t._e(), t.isGather ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.chart", "\u56FE\u8868"), placement: "top" } }, [a("i", { staticClass: "gd-icons gd-icon-zhuzhuangtu", on: { click: function(r) {
22724
+ } } }, [a("span", { staticClass: "el-dropdown-link", attrs: { slot: "reference" }, slot: "reference" }, [a("i", { staticClass: "gd-icons gd-icon-a-guangqi_guolv11x" })]), a("div", [t._t("filtering", null, { columns: t.columns, height: t.height, colse: t.closeFilter, visible: t.visibleFilter })], 2)])], 1) : t._e(), t.isGather ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.chart", "\u56FE\u8868"), placement: "bottom" } }, [a("i", { staticClass: "gd-icons gd-icon-zhuzhuangtu", on: { click: function(r) {
22715
22725
  return t.$emit("baseSeecharts");
22716
- } } })]) : t._e(), t.disabledRefresh ? t._e() : a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.refresh", "\u5237\u65B0"), placement: "top" } }, [a("i", { staticClass: "el-icon-refresh", on: { click: function(r) {
22726
+ } } })]) : t._e(), t.disabledRefresh ? t._e() : a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.refresh", "\u5237\u65B0"), placement: "bottom" } }, [a("i", { staticClass: "el-icon-refresh", on: { click: function(r) {
22717
22727
  return t.refresh(!1);
22718
- } } })]), a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.density", "\u5BC6\u5EA6"), placement: "top" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" }, on: { command: t.changColumnHeight } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-s-operation" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("el-dropdown-item", { style: t.customSize === "medium" ? t.dropdownActive : "", attrs: { command: "medium" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.default", "\u9ED8\u8BA4")) + " ")]), a("el-dropdown-item", { style: t.customSize === "small" ? t.dropdownActive : "", attrs: { command: "small" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.secondary", "\u4E2D\u7B49")) + " ")]), a("el-dropdown-item", { style: t.customSize === "mini" ? t.dropdownActive : "", attrs: { command: "mini" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.compact", "\u7D27\u51D1")) + " ")])], 1)], 1)], 1), t.disabledColumnSettings ? t._e() : a("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.columnSettings", "\u5217\u8BBE\u7F6E"), placement: "top" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-setting" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("gd-column-settings", { ref: "columnSettings", attrs: { columns: t.columns, height: t.height }, on: { columnChange: t.columnChange } })], 1)], 1)], 1)], 1)]), a("u-table", { directives: [{ name: "loading", rawName: "v-loading", value: t.loading, expression: "loading" }], ref: "refTable", staticClass: "table", class: t.border ? "" : "table-border", staticStyle: { width: "100%" }, attrs: { "row-height": t.getRowHeight, "use-virtual": "", stripe: t.stripe, "row-key": t.rowKey, "expand-row-keys": t.tableExpand, "tree-props": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, tooltip: !0, border: t.border, size: t.customSize, indent: t.indent, lazy: t.lazy, "show-summary": t.showSummary, "summary-method": t.summaries, "default-expand-all": t.defaultExpandAll, "virtual-scroll": !0, "element-loading-background": "rgba(255, 255, 255, 0.8)", "element-loading-spinner": "el-icon-loading", data: t.tableData, "cell-style": t.cellStyle, height: t.height || null, "max-height": t.maxHeight || null, "default-sort": { prop: "id", order: null }, load: t.lazy ? t.load : null, "span-method": t.method ? t.spanMethod : null, "header-cell-style": t.headerCellStyle, "cell-class-name": t.cellClassNamed, "row-class-name": t.rowClassNamed }, on: { "sort-change": t.sortChange, "filter-change": t.handleFilterChange, "selection-change": t.handleSelectionChange, "row-click": t.rowClick, "expand-change": t.expandChange, "select-all": t.selectAll, select: t.handleSelect, "current-change": t.handleCurrentRowChange, "header-dragend": t.handleHeaderDragEnd } }, [t._l(t.getColumns, function(r, o) {
22728
+ } } })]), a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.density", "\u5BC6\u5EA6"), placement: "bottom" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" }, on: { command: t.changColumnHeight } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-s-operation" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("el-dropdown-item", { style: t.customSize === "medium" ? t.dropdownActive : "", attrs: { command: "medium" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.default", "\u9ED8\u8BA4")) + " ")]), a("el-dropdown-item", { style: t.customSize === "small" ? t.dropdownActive : "", attrs: { command: "small" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.secondary", "\u4E2D\u7B49")) + " ")]), a("el-dropdown-item", { style: t.customSize === "mini" ? t.dropdownActive : "", attrs: { command: "mini" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.compact", "\u7D27\u51D1")) + " ")])], 1)], 1)], 1), t.disabledColumnSettings ? t._e() : a("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.columnSettings", "\u5217\u8BBE\u7F6E"), placement: "bottom" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-setting" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("gd-column-settings", { ref: "columnSettings", attrs: { columns: t.columns, height: t.height }, on: { columnChange: t.columnChange } })], 1)], 1)], 1)], 1)]), a("u-table", { directives: [{ name: "loading", rawName: "v-loading", value: t.loading, expression: "loading" }], ref: "refTable", staticClass: "table", class: t.border ? "" : "table-border", staticStyle: { width: "100%" }, attrs: { "row-height": t.getRowHeight, "use-virtual": "", stripe: t.stripe, "row-key": t.rowKey, "expand-row-keys": t.tableExpand, "tree-props": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, tooltip: !0, border: t.border, size: t.customSize, indent: t.indent, lazy: t.lazy, "show-summary": t.showSummary, "summary-method": t.summaries, "default-expand-all": t.defaultExpandAll, "virtual-scroll": !0, "element-loading-background": "rgba(255, 255, 255, 0.8)", "element-loading-spinner": "el-icon-loading", data: t.tableData, "cell-style": t.cellStyle, height: t.height || null, "max-height": t.maxHeight || null, "default-sort": { prop: "id", order: null }, load: t.lazy ? t.load : null, "span-method": t.method ? t.spanMethod : null, "header-cell-style": t.headerCellStyle, "cell-class-name": t.cellClassNamed, "row-class-name": t.rowClassNamed }, on: { "sort-change": t.sortChange, "filter-change": t.handleFilterChange, "selection-change": t.handleSelectionChange, "row-click": t.rowClick, "expand-change": t.expandChange, "select-all": t.selectAll, select: t.handleSelect, "current-change": t.handleCurrentRowChange, "header-dragend": t.handleHeaderDragEnd } }, [t._l(t.getColumns, function(r, o) {
22719
22729
  return [r.type == "selection" ? [a("u-table-column", { attrs: { type: "selection", width: r.width, fixed: r.fixed ? r.fixed : !1, align: r.align ? r.align : "center", selectable: t.selecTables } })] : r.type == "selection-radio" ? [a("u-table-column", { key: r.key ? r.key : o, attrs: { width: r.width, label: "", fixed: r.fixed ? r.fixed : !1, align: r.align ? r.align : "center" }, scopedSlots: t._u([{ key: "default", fn: function(l) {
22720
22730
  return [a("el-radio", { attrs: { label: l.row[t.rowKey], size: "small" }, on: { input: t.changRadio }, model: { value: t.currentRow, callback: function(d) {
22721
22731
  t.currentRow = d;
@@ -22736,7 +22746,7 @@ var _sfc_render$5q = function() {
22736
22746
  _sfc_staticRenderFns$5q,
22737
22747
  !1,
22738
22748
  null,
22739
- "7b475962",
22749
+ "58040812",
22740
22750
  null,
22741
22751
  null
22742
22752
  );
@@ -22744,7 +22754,7 @@ const GDpackage$Y = __component__$5q.exports;
22744
22754
  GDpackage$Y.install = function(s) {
22745
22755
  s.component(GDpackage$Y.name, GDpackage$Y);
22746
22756
  };
22747
- const main_vue_vue_type_style_index_0_scoped_a90c410d_lang = "", _sfc_main$5p = {
22757
+ const main_vue_vue_type_style_index_0_scoped_0dd57df4_lang = "", _sfc_main$5p = {
22748
22758
  name: "GdTableUmy",
22749
22759
  props: Object.assign(
22750
22760
  {},
@@ -23157,9 +23167,9 @@ const main_vue_vue_type_style_index_0_scoped_a90c410d_lang = "", _sfc_main$5p =
23157
23167
  };
23158
23168
  var _sfc_render$5p = function() {
23159
23169
  var t = this, a = t._self._c;
23160
- return a("div", { staticClass: "gd-tables", style: { "--theme": t.primaryColor, "--fadecolor": t.fadeColord } }, [a("div", { staticClass: "tables-tool" }, [a("div", { staticClass: "tables-tool-l" }, [t._t("operator")], 2), a("div", { staticClass: "tables-tool-r" }, [t.hasClear ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.reset", "\u91CD\u7F6E"), placement: "top" } }, [a("i", { staticClass: "el-icon-brush", on: { click: t.clearAll } })]) : t._e(), t.filtering ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.screen", "\u7B5B\u9009"), placement: "top" } }, [a("el-dropdown", { ref: "filterdropdown", attrs: { trigger: "click", placement: "bottom" }, on: { "visible-change": t.changeFilter } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "gd-icons gd-icon-a-guangqi_guolv11x" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [t._t("filtering", null, { columns: t.columns, height: t.height, colse: t.closeFilter, visible: t.visibleFilter })], 2)], 1)], 1) : t._e(), t.disabledRefresh ? t._e() : a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.refresh", "\u5237\u65B0"), placement: "top" } }, [a("i", { staticClass: "el-icon-refresh", on: { click: function(r) {
23170
+ return a("div", { staticClass: "gd-tables", style: { "--theme": t.primaryColor, "--fadecolor": t.fadeColord } }, [a("div", { staticClass: "tables-tool" }, [a("div", { staticClass: "tables-tool-l" }, [t._t("operator")], 2), a("div", { staticClass: "tables-tool-r" }, [t.hasClear ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.reset", "\u91CD\u7F6E"), placement: "bottom" } }, [a("i", { staticClass: "el-icon-brush", on: { click: t.clearAll } })]) : t._e(), t.filtering ? a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.screen", "\u7B5B\u9009"), placement: "bottom" } }, [a("el-dropdown", { ref: "filterdropdown", attrs: { trigger: "click", placement: "bottom" }, on: { "visible-change": t.changeFilter } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "gd-icons gd-icon-a-guangqi_guolv11x" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [t._t("filtering", null, { columns: t.columns, height: t.height, colse: t.closeFilter, visible: t.visibleFilter })], 2)], 1)], 1) : t._e(), t.disabledRefresh ? t._e() : a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.refresh", "\u5237\u65B0"), placement: "bottom" } }, [a("i", { staticClass: "el-icon-refresh", on: { click: function(r) {
23161
23171
  return t.refresh(!1);
23162
- } } })]), a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.density", "\u5BC6\u5EA6"), placement: "top" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" }, on: { command: t.changColumnHeight } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-s-operation" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("el-dropdown-item", { style: t.customSize === "medium" ? t.dropdownActive : "", attrs: { command: "medium" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.default", "\u9ED8\u8BA4")) + " ")]), a("el-dropdown-item", { style: t.customSize === "small" ? t.dropdownActive : "", attrs: { command: "small" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.secondary", "\u4E2D\u7B49")) + " ")]), a("el-dropdown-item", { style: t.customSize === "mini" ? t.dropdownActive : "", attrs: { command: "mini" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.compact", "\u7D27\u51D1")) + " ")])], 1)], 1)], 1), a("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.columnSettings", "\u5217\u8BBE\u7F6E"), placement: "top" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-setting" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("gd-column-settings", { attrs: { columns: t.columns, height: t.height }, on: { columnChange: t.columnChange } })], 1)], 1)], 1)], 1)]), a("ux-grid", { directives: [{ name: "loading", rawName: "v-loading", value: t.loading, expression: "loading" }], ref: "refTable", staticClass: "table", staticStyle: { width: "100%" }, attrs: { stripe: t.stripe, "row-key": "", "expand-row-keys": t.tableExpand, "tree-props": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, "tree-config": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, tooltip: !0, border: t.border, size: t.customSize, indent: t.indent, lazy: t.lazy, "show-summary": t.showSummary, "summary-method": t.summaries, "default-expand-all": t.defaultExpandAll, "virtual-scroll": !0, "element-loading-background": "rgba(255, 255, 255, 0.8)", "element-loading-spinner": "el-icon-loading", data: t.tableData, "cell-style": t.cellStyle, height: t.height || null, "max-height": t.maxHeight || null, "default-sort": { prop: "id", order: null }, load: t.lazy ? t.load : null, "span-method": t.method ? t.spanMethod : null, "header-cell-style": t.headerCellStyle, "cell-class-name": t.cellClassNamed, "row-class-name": t.rowClassNamed, "checkbox-config": { checkMethod: t.selecTables } }, on: { "sort-change": t.sortChange, "filter-change": t.handleFilterChange, "selection-change": t.handleSelectionChange, "row-click": t.rowClick, "expand-change": t.expandChange, "select-all": t.selectAll, select: t.handleSelect, "current-change": t.handleCurrentRowChange, "header-dragend": t.handleHeaderDragEnd } }, [t._l(t.getColumns, function(r, o) {
23172
+ } } })]), a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.density", "\u5BC6\u5EA6"), placement: "bottom" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" }, on: { command: t.changColumnHeight } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-s-operation" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("el-dropdown-item", { style: t.customSize === "medium" ? t.dropdownActive : "", attrs: { command: "medium" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.default", "\u9ED8\u8BA4")) + " ")]), a("el-dropdown-item", { style: t.customSize === "small" ? t.dropdownActive : "", attrs: { command: "small" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.secondary", "\u4E2D\u7B49")) + " ")]), a("el-dropdown-item", { style: t.customSize === "mini" ? t.dropdownActive : "", attrs: { command: "mini" } }, [t._v(" " + t._s(t.$i18nt("gd.basics.compact", "\u7D27\u51D1")) + " ")])], 1)], 1)], 1), a("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t.$i18nt("gd.basics.columnSettings", "\u5217\u8BBE\u7F6E"), placement: "bottom" } }, [a("el-dropdown", { attrs: { trigger: "click", placement: "bottom" } }, [a("span", { staticClass: "el-dropdown-link" }, [a("i", { staticClass: "el-icon-setting" })]), a("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, [a("gd-column-settings", { attrs: { columns: t.columns, height: t.height }, on: { columnChange: t.columnChange } })], 1)], 1)], 1)], 1)]), a("ux-grid", { directives: [{ name: "loading", rawName: "v-loading", value: t.loading, expression: "loading" }], ref: "refTable", staticClass: "table", staticStyle: { width: "100%" }, attrs: { stripe: t.stripe, "row-key": "", "expand-row-keys": t.tableExpand, "tree-props": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, "tree-config": t.tableTree ? { children: "children", hasChildren: "isLeaf" } : void 0, tooltip: !0, border: t.border, size: t.customSize, indent: t.indent, lazy: t.lazy, "show-summary": t.showSummary, "summary-method": t.summaries, "default-expand-all": t.defaultExpandAll, "virtual-scroll": !0, "element-loading-background": "rgba(255, 255, 255, 0.8)", "element-loading-spinner": "el-icon-loading", data: t.tableData, "cell-style": t.cellStyle, height: t.height || null, "max-height": t.maxHeight || null, "default-sort": { prop: "id", order: null }, load: t.lazy ? t.load : null, "span-method": t.method ? t.spanMethod : null, "header-cell-style": t.headerCellStyle, "cell-class-name": t.cellClassNamed, "row-class-name": t.rowClassNamed, "checkbox-config": { checkMethod: t.selecTables } }, on: { "sort-change": t.sortChange, "filter-change": t.handleFilterChange, "selection-change": t.handleSelectionChange, "row-click": t.rowClick, "expand-change": t.expandChange, "select-all": t.selectAll, select: t.handleSelect, "current-change": t.handleCurrentRowChange, "header-dragend": t.handleHeaderDragEnd } }, [t._l(t.getColumns, function(r, o) {
23163
23173
  return [r.type == "selection" ? [a("ux-table-column", { attrs: { "tree-node": "", type: "checkbox", width: r.width, align: r.align ? r.align : "center" } })] : r.type == "selection-radio" ? [a("ux-table-column", { key: r.key ? r.key : o, attrs: { "tree-node": "", width: r.width, label: "", fixed: r.fixed ? r.fixed : "left", align: r.align ? r.align : "center" }, scopedSlots: t._u([{ key: "default", fn: function(l) {
23164
23174
  return [a("el-radio", { attrs: { label: l.row[t.rowKey], size: "small", disabled: t.disabledRowId.includes(l.row[t.rowKey]) }, on: { input: t.changRadio }, model: { value: t.currentRow, callback: function(d) {
23165
23175
  t.currentRow = d;
@@ -23178,7 +23188,7 @@ var _sfc_render$5p = function() {
23178
23188
  _sfc_staticRenderFns$5p,
23179
23189
  !1,
23180
23190
  null,
23181
- "a90c410d",
23191
+ "0dd57df4",
23182
23192
  null,
23183
23193
  null
23184
23194
  );
@@ -23434,7 +23444,7 @@ const GDpackage$V = __component__$5n.exports;
23434
23444
  GDpackage$V.install = function(s) {
23435
23445
  s.component(GDpackage$V.name, GDpackage$V);
23436
23446
  };
23437
- const main_vue_vue_type_style_index_0_scoped_da4b23cc_lang = "", _sfc_main$5m = {
23447
+ const main_vue_vue_type_style_index_0_scoped_534ef613_lang = "", _sfc_main$5m = {
23438
23448
  name: "GdTooltip",
23439
23449
  props: {
23440
23450
  highlight: {
@@ -23499,7 +23509,7 @@ const main_vue_vue_type_style_index_0_scoped_da4b23cc_lang = "", _sfc_main$5m =
23499
23509
  };
23500
23510
  var _sfc_render$5m = function() {
23501
23511
  var t = this, a = t._self._c;
23502
- return a("div", [a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], attrs: { placement: t.placement, "open-delay": 50, disabled: t.disabled } }, [a("div", { staticStyle: { "max-width": "600px" }, attrs: { slot: "content" }, slot: "content" }, [t._v(t._s(t.content))]), t.prevent ? a("div", { class: t.lineClass, style: t.cstyle, on: { click: function(r) {
23512
+ return a("div", [a("el-tooltip", { directives: [{ name: "delTabIndex", rawName: "v-delTabIndex" }], attrs: { placement: t.placement, "open-delay": 50, disabled: t.disabled } }, [a("div", { staticClass: "tooltip-content", attrs: { slot: "content" }, slot: "content" }, [t._v(t._s(t.content))]), t.prevent ? a("div", { class: t.lineClass, style: t.cstyle, on: { click: function(r) {
23503
23513
  return r.stopPropagation(), t.changeHand.apply(null, arguments);
23504
23514
  } } }, [t._v(t._s(t.content))]) : a("div", { class: t.lineClass, style: t.cstyle, on: { click: t.changeHand } }, [t._v(t._s(t.content))])])], 1);
23505
23515
  }, _sfc_staticRenderFns$5m = [], __component__$5m = /* @__PURE__ */ normalizeComponent(
@@ -23508,7 +23518,7 @@ var _sfc_render$5m = function() {
23508
23518
  _sfc_staticRenderFns$5m,
23509
23519
  !1,
23510
23520
  null,
23511
- "da4b23cc",
23521
+ "534ef613",
23512
23522
  null,
23513
23523
  null
23514
23524
  );
@@ -23516,7 +23526,7 @@ const GDpackage$U = __component__$5m.exports;
23516
23526
  GDpackage$U.install = function(s) {
23517
23527
  s.component(GDpackage$U.name, GDpackage$U);
23518
23528
  };
23519
- const main_vue_vue_type_style_index_0_scoped_6a0ef9f3_lang = "", _sfc_main$5l = {
23529
+ const main_vue_vue_type_style_index_0_scoped_ddbe62dc_lang = "", _sfc_main$5l = {
23520
23530
  name: "GdBtnList",
23521
23531
  props: {
23522
23532
  sysViewButtons: {
@@ -23578,13 +23588,13 @@ var _sfc_render$5l = function() {
23578
23588
  return t.functionName(r);
23579
23589
  } } }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])], 2) : a("el-button", { class: r.btnType ? "" : "active-color", style: r.btnType ? "color:#ff4d4f;font-size: 13px;" : "font-size: 13px;", attrs: { type: "text" }, on: { click: function(l) {
23580
23590
  return t.functionName(r);
23581
- } } }, [a("i", { staticClass: "gd-icons", class: r.icon, style: r.iconStyle ? r.iconStyle : "font-size: 12px" }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])] : [r.children && r.children.length > 0 ? a("el-dropdown", { attrs: { placement: "bottom" }, on: { command: t.command } }, [a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "6px 8px" }, attrs: { type: "primary" } }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " "), a("i", { staticClass: "el-icon-arrow-down" })]), a("el-dropdown-menu", { style: { "--dilute": t.fadeColord }, attrs: { slot: "dropdown" }, slot: "dropdown" }, t._l(r.children, function(l) {
23591
+ } } }, [a("i", { staticClass: "gd-icons", class: r.icon, style: r.iconStyle ? r.iconStyle : "font-size: 12px" }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])] : [r.children && r.children.length > 0 ? a("el-dropdown", { attrs: { placement: "bottom" }, on: { command: t.command } }, [a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "6px 8px", "font-size": "13px" }, attrs: { type: "primary" } }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " "), a("i", { staticClass: "el-icon-arrow-down" })]), a("el-dropdown-menu", { style: { "--dilute": t.fadeColord }, attrs: { slot: "dropdown" }, slot: "dropdown" }, t._l(r.children, function(l) {
23582
23592
  return a("el-dropdown-item", { key: l.key, attrs: { command: { item: r, key: l.key } } }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(l.transKey, l.displayName)) + " ")]);
23583
23593
  }), 1)], 1) : r.btnType == "popconfirm" ? a("el-popconfirm", { attrs: { slot: "reference", "confirm-button-text": t.$i18nt("gd.btn.confirm", "\u786E\u8BA4"), "cancel-button-text": t.$i18nt("gd.btn.cancel", "\u53D6\u6D88"), icon: "el-icon-warning", "icon-color": "#faad14", title: t.$i18nt(r.transKeyTip, r.tip) }, on: { confirm: function(l) {
23584
23594
  return t.functionName(r);
23585
- } }, slot: "reference" }, [a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "6px 8px" }, attrs: { slot: "reference", type: r.btnType || "primary" }, slot: "reference" }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])], 1) : r.btnType == "tooltip" ? a("el-tooltip", { attrs: { placement: "top" } }, [a("template", { slot: "content" }, [t._v(" " + t._s(t.$i18nt(r.tipI18n, r.tip)) + " ")]), a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "6px 8px" }, attrs: { type: "primary" }, on: { click: function(l) {
23595
+ } }, slot: "reference" }, [a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "6px 8px", "font-size": "13px" }, attrs: { slot: "reference", type: r.btnType || "primary" }, slot: "reference" }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])], 1) : r.btnType == "tooltip" ? a("el-tooltip", { attrs: { placement: "top" } }, [a("template", { slot: "content" }, [t._v(" " + t._s(t.$i18nt(r.tipI18n, r.tip)) + " ")]), a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "6px 8px", "font-size": "13px" }, attrs: { type: "primary" }, on: { click: function(l) {
23586
23596
  return t.functionName(r);
23587
- } } }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])], 2) : a("el-button", { style: `margin: 0 1px 0 0; padding: 6px 8px;${t.styled}${r.style ? r.style : ""}`, attrs: { type: r.btnType || "primary" }, on: { click: function(l) {
23597
+ } } }, [a("i", { staticClass: "gd-icons", class: r.icon, staticStyle: { "font-size": "12px" } }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])], 2) : a("el-button", { style: `margin: 0 1px 0 0; padding: 6px 8px;font-size: 13px;${t.styled}${r.style ? r.style : ""}`, attrs: { type: r.btnType || "primary" }, on: { click: function(l) {
23588
23598
  return t.functionName(r);
23589
23599
  } } }, [a("i", { staticClass: "gd-icons", class: r.icon, style: r.iconStyle ? r.iconStyle : "font-size: 12px" }), t._v(" " + t._s(t.$i18nt(r.transKey, r.displayName)) + " ")])]] : t._e()];
23590
23600
  }), t.moreList.length > 0 ? a("el-dropdown", { attrs: { placement: "bottom" }, on: { command: t.command } }, [t.btnModed === "text" ? a("el-button", { staticClass: "active-color", staticStyle: { margin: "0 1px 0 0", padding: "6px 8px" }, attrs: { type: "text" } }, [a("i", { staticClass: "gd-icons el-icon-more", staticStyle: { "font-size": "12px" } })]) : a("el-button", { style: `margin: 0 1px 0 0; padding: 6px 8px;${t.styled}`, attrs: { type: "primary" } }, [a("i", { staticClass: "gd-icons el-icon-more", staticStyle: { "font-size": "12px" } })]), a("el-dropdown-menu", { style: { "--dilute": t.fadeColord, minWidth: "100px" }, attrs: { slot: "dropdown" }, slot: "dropdown" }, t._l(t.moreList, function(r) {
@@ -23596,7 +23606,7 @@ var _sfc_render$5l = function() {
23596
23606
  _sfc_staticRenderFns$5l,
23597
23607
  !1,
23598
23608
  null,
23599
- "6a0ef9f3",
23609
+ "ddbe62dc",
23600
23610
  null,
23601
23611
  null
23602
23612
  );
@@ -32954,7 +32964,7 @@ GDpackage$P.install = function(s) {
32954
32964
  ImgPreview.install = function(s) {
32955
32965
  s.component(ImgPreview.name, ImgPreview);
32956
32966
  };
32957
- const main_vue_vue_type_style_index_0_scoped_1da3f1c3_lang = "", _sfc_main$5c = {
32967
+ const main_vue_vue_type_style_index_0_scoped_38d86933_lang = "", _sfc_main$5c = {
32958
32968
  name: "GdModalTitle",
32959
32969
  props: {
32960
32970
  showTitle: {
@@ -32991,8 +33001,9 @@ const main_vue_vue_type_style_index_0_scoped_1da3f1c3_lang = "", _sfc_main$5c =
32991
33001
  },
32992
33002
  computed: {
32993
33003
  style() {
32994
- return this.modalType === "dialog" ? "padding-right: 26px;" : " padding-right: 6px;";
32995
- }
33004
+ return this.modalType === "dialog" ? "margin-right: 26px;padding-right:0;" : "margin-right: 6px;padding-right:0;";
33005
+ },
33006
+ ...mapGetters(["btnMode"])
32996
33007
  },
32997
33008
  methods: {
32998
33009
  doEvent(s) {
@@ -33005,14 +33016,14 @@ const main_vue_vue_type_style_index_0_scoped_1da3f1c3_lang = "", _sfc_main$5c =
33005
33016
  };
33006
33017
  var _sfc_render$5c = function() {
33007
33018
  var t = this, a = t._self._c;
33008
- return a("div", { staticClass: "gd-dialog-head", style: t.style }, [t.showTitle ? a("div", { staticClass: "dialog-head-title" }, [t._v(t._s(t.title))]) : t._e(), t._t("default"), a("div", { staticClass: "dialog-head-btn" }, [a("gd-btn-list", { attrs: { sysViewButtons: t.buttons }, on: { functionName: t.doEvent } })], 1), t.showScale ? a("div", { staticClass: "dialog-head-operate" }, [a("i", { staticClass: "gd-icons active-color", class: t.fullscreen ? "gd-icon-quanpingsuoxiao" : "gd-icon-fangda", on: { click: t.toggleFullscreen } })]) : t._e(), t.confirmLoading ? a("div", { staticClass: "gd-dialog-meng" }) : t._e()], 2);
33019
+ return a("div", { staticClass: "gd-dialog-head", style: t.style }, [t.showTitle ? a("div", { staticClass: "dialog-head-title" }, [t._v(t._s(t.title))]) : t._e(), t._t("default"), a("div", { staticClass: "dialog-head-btn" }, [a("gd-btn-list", { attrs: { sysViewButtons: t.buttons }, on: { functionName: t.doEvent } })], 1), t.showScale ? a("div", { staticClass: "dialog-head-operate", class: t.btnMode === "text" ? "" : "dialog-head-operatebtn" }, [t.btnMode === "text" ? a("i", { staticClass: "gd-icons active-color", class: t.fullscreen ? "gd-icon-quanpingsuoxiao" : "gd-icon-fangda", on: { click: t.toggleFullscreen } }) : a("el-button", { staticStyle: { margin: "0 1px 0 0", padding: "0px 8px", height: "27px" }, attrs: { type: "primary" }, on: { click: t.toggleFullscreen } }, [a("i", { staticClass: "gd-icons", class: t.fullscreen ? "gd-icon-quanpingsuoxiao" : "gd-icon-fangda" })])], 1) : t._e(), t.confirmLoading ? a("div", { staticClass: "gd-dialog-meng" }) : t._e()], 2);
33009
33020
  }, _sfc_staticRenderFns$5c = [], __component__$5c = /* @__PURE__ */ normalizeComponent(
33010
33021
  _sfc_main$5c,
33011
33022
  _sfc_render$5c,
33012
33023
  _sfc_staticRenderFns$5c,
33013
33024
  !1,
33014
33025
  null,
33015
- "1da3f1c3",
33026
+ "38d86933",
33016
33027
  null,
33017
33028
  null
33018
33029
  );
@@ -48367,7 +48378,7 @@ var OrdinalScale = function(s) {
48367
48378
  }(Scale$1);
48368
48379
  Scale$1.registerClass(OrdinalScale);
48369
48380
  const OrdinalScale$1 = OrdinalScale;
48370
- var roundNumber = round$3, IntervalScale = function(s) {
48381
+ var roundNumber$1 = round$3, IntervalScale = function(s) {
48371
48382
  __extends(t, s);
48372
48383
  function t() {
48373
48384
  var a = s !== null && s.apply(this, arguments) || this;
@@ -48397,25 +48408,25 @@ var roundNumber = round$3, IntervalScale = function(s) {
48397
48408
  return u;
48398
48409
  var f = 1e4;
48399
48410
  o[0] < l[0] && (a ? u.push({
48400
- value: roundNumber(l[0] - r, d)
48411
+ value: roundNumber$1(l[0] - r, d)
48401
48412
  }) : u.push({
48402
48413
  value: o[0]
48403
48414
  }));
48404
48415
  for (var h = l[0]; h <= l[1] && (u.push({
48405
48416
  value: h
48406
- }), h = roundNumber(h + r, d), h !== u[u.length - 1].value); )
48417
+ }), h = roundNumber$1(h + r, d), h !== u[u.length - 1].value); )
48407
48418
  if (u.length > f)
48408
48419
  return [];
48409
48420
  var p = u.length ? u[u.length - 1].value : l[1];
48410
48421
  return o[1] > p && (a ? u.push({
48411
- value: roundNumber(p + r, d)
48422
+ value: roundNumber$1(p + r, d)
48412
48423
  }) : u.push({
48413
48424
  value: o[1]
48414
48425
  })), u;
48415
48426
  }, t.prototype.getMinorTicks = function(a) {
48416
48427
  for (var r = this.getTicks(!0), o = [], l = this.getExtent(), d = 1; d < r.length; d++) {
48417
48428
  for (var u = r[d], f = r[d - 1], h = 0, p = [], y = u.value - f.value, g = y / a; h < a - 1; ) {
48418
- var v = roundNumber(f.value + (h + 1) * g);
48429
+ var v = roundNumber$1(f.value + (h + 1) * g);
48419
48430
  v > l[0] && v < l[1] && p.push(v), h++;
48420
48431
  }
48421
48432
  o.push(p);
@@ -48426,7 +48437,7 @@ var roundNumber = round$3, IntervalScale = function(s) {
48426
48437
  return "";
48427
48438
  var o = r && r.precision;
48428
48439
  o == null ? o = getPrecision(a.value) || 0 : o === "auto" && (o = this._intervalPrecision);
48429
- var l = roundNumber(a.value, o, !0);
48440
+ var l = roundNumber$1(a.value, o, !0);
48430
48441
  return addCommas(l);
48431
48442
  }, t.prototype.calcNiceTicks = function(a, r, o) {
48432
48443
  a = a || 5;
@@ -48447,7 +48458,7 @@ var roundNumber = round$3, IntervalScale = function(s) {
48447
48458
  var l = r[1] - r[0];
48448
48459
  isFinite(l) || (r[0] = 0, r[1] = 1), this.calcNiceTicks(a.splitNumber, a.minInterval, a.maxInterval);
48449
48460
  var d = this._interval;
48450
- a.fixMin || (r[0] = roundNumber(Math.floor(r[0] / d) * d)), a.fixMax || (r[1] = roundNumber(Math.ceil(r[1] / d) * d));
48461
+ a.fixMin || (r[0] = roundNumber$1(Math.floor(r[0] / d) * d)), a.fixMax || (r[1] = roundNumber$1(Math.ceil(r[1] / d) * d));
48451
48462
  }, t.prototype.setNiceExtent = function(a, r) {
48452
48463
  this._niceExtent = [a, r];
48453
48464
  }, t.type = "interval", t;
@@ -77594,24 +77605,24 @@ function getCss$1(s) {
77594
77605
  }), t;
77595
77606
  }
77596
77607
  function formatterData(s, t, a) {
77597
- const r = a.formatter ? a.formatter : "", o = getBei(a), l = a.bei === 0 ? 0 : a.bei === 100 ? o.l - 2 : o.l - 3;
77598
- let d = "";
77599
- for (let f = 0; f < t.length; f++) {
77600
- let h = [];
77601
- t[f].condition.list.forEach((y) => {
77602
- const g = (parseInt(Number(y.val) * a.bei * o.n) / o.n).toFixed(l <= 0 ? 0 : l);
77608
+ const r = a.formatter ? a.formatter : "";
77609
+ let o = "";
77610
+ for (let d = 0; d < t.length; d++) {
77611
+ let u = [];
77612
+ t[d].condition.list.forEach((h) => {
77613
+ const p = getBei(h.val), y = a.bei === 0 ? 0 : a.bei === 100 ? p.l - 2 : p.l - 3, g = roundNumber(Number(h.val) * a.bei, y);
77603
77614
  let v = usageRules$2({
77604
77615
  data: Object.assign({
77605
- ...y
77616
+ ...h
77606
77617
  }, {
77607
77618
  val: g
77608
77619
  }),
77609
77620
  val: s.data
77610
77621
  });
77611
- h.push(v);
77612
- }), processingResults$2(h, t[f]) && d === "" && (d = t[f].id);
77622
+ u.push(v);
77623
+ }), processingResults$2(u, t[d]) && o === "" && (o = t[d].id);
77613
77624
  }
77614
- return d !== "" ? `{${d}|${s.data} ${r}}` : `${s.data} ${r}`;
77625
+ return o !== "" ? `{${o}|${s.data} ${r}}` : `${s.data} ${r}`;
77615
77626
  }
77616
77627
  function usageRules$2(s) {
77617
77628
  switch (s.data.rules) {
@@ -77680,7 +77691,11 @@ function getBei(s) {
77680
77691
  l: a.length
77681
77692
  };
77682
77693
  }
77683
- const columnarChart_vue_vue_type_style_index_0_scoped_833b4326_lang = "", _sfc_main$4V = {
77694
+ function roundNumber(s, t) {
77695
+ const a = 10 ** t;
77696
+ return Math.round(s * a) / a;
77697
+ }
77698
+ const columnarChart_vue_vue_type_style_index_0_scoped_f495ff72_lang = "", _sfc_main$4V = {
77684
77699
  props: {
77685
77700
  develop: {
77686
77701
  type: [Number, String],
@@ -77710,7 +77725,6 @@ const columnarChart_vue_vue_type_style_index_0_scoped_833b4326_lang = "", _sfc_m
77710
77725
  });
77711
77726
  },
77712
77727
  getOption(s) {
77713
- console.log(this.options);
77714
77728
  let t = [], a = [], r = [], o = [];
77715
77729
  const l = s.series.filter((h) => h.type === "bar")[0];
77716
77730
  s.columns.forEach((h) => {
@@ -77787,7 +77801,7 @@ const columnarChart_vue_vue_type_style_index_0_scoped_833b4326_lang = "", _sfc_m
77787
77801
  if (h.bei === 1)
77788
77802
  return _;
77789
77803
  const w = getBei(_), C = h.bei === 100 ? w.l - 2 : w.l - 3;
77790
- return (parseInt(Number(_) * h.bei * w.n) / w.n).toFixed(C <= 0 ? 0 : C);
77804
+ return roundNumber(Number(_) * h.bei, C);
77791
77805
  }),
77792
77806
  tooltip: {
77793
77807
  show: h.tooltip,
@@ -77818,7 +77832,7 @@ const columnarChart_vue_vue_type_style_index_0_scoped_833b4326_lang = "", _sfc_m
77818
77832
  },
77819
77833
  orient: this.options.legendOrient
77820
77834
  };
77821
- this.options.legendPosition.forEach((h, p) => {
77835
+ return this.options.legendPosition.forEach((h, p) => {
77822
77836
  h !== "" && p === 0 ? Object.assign(u, { top: h }) : h !== "" && p === 1 ? Object.assign(u, { right: h }) : h !== "" && p === 2 ? Object.assign(u, { bottom: h }) : h !== "" && p === 3 && Object.assign(u, { left: h });
77823
77837
  }), l === void 0 && this.options.areaStyleStack && (t.forEach((h, p) => {
77824
77838
  t[p] = Object.assign(h, {
@@ -77828,8 +77842,7 @@ const columnarChart_vue_vue_type_style_index_0_scoped_833b4326_lang = "", _sfc_m
77828
77842
  r[p] = Object.assign(h, {
77829
77843
  areaStyle: {}
77830
77844
  });
77831
- }));
77832
- const f = {
77845
+ })), {
77833
77846
  color: this.color,
77834
77847
  tooltip: {
77835
77848
  trigger: "axis",
@@ -77843,7 +77856,6 @@ const columnarChart_vue_vue_type_style_index_0_scoped_833b4326_lang = "", _sfc_m
77843
77856
  yAxis: a,
77844
77857
  series: r
77845
77858
  };
77846
- return console.log(f), f;
77847
77859
  },
77848
77860
  getNormal(s, t) {
77849
77861
  const a = `${t.columnName}&${t.mode}`, r = this.ruleList.filter((l) => `${l.columnName}&${l.mode}` === a)[0];
@@ -77863,7 +77875,7 @@ var _sfc_render$4V = function() {
77863
77875
  _sfc_staticRenderFns$4V,
77864
77876
  !1,
77865
77877
  null,
77866
- "833b4326",
77878
+ "f495ff72",
77867
77879
  null,
77868
77880
  null
77869
77881
  );
@@ -78277,7 +78289,7 @@ var _sfc_render$4R = function() {
78277
78289
  null,
78278
78290
  null
78279
78291
  );
78280
- const AmplifyEchart = __component__$4R.exports, main_vue_vue_type_style_index_0_scoped_9550ddcc_lang = "", _sfc_main$4Q = {
78292
+ const AmplifyEchart = __component__$4R.exports, main_vue_vue_type_style_index_0_scoped_839c8b00_lang = "", _sfc_main$4Q = {
78281
78293
  name: "GdChartBi",
78282
78294
  props: {
78283
78295
  develop: {
@@ -78560,11 +78572,11 @@ const AmplifyEchart = __component__$4R.exports, main_vue_vue_type_style_index_0_
78560
78572
  const a = s === "5" ? "yyyy" : s === "3" ? "yyyy-MM" : "yyyy-MM-dd";
78561
78573
  return this.$options.filters.formatTime(t, a);
78562
78574
  } else if (s === "2") {
78563
- const a = getWeekNumber(t), r = this.$i18nt("gd.echarts.yearWeek"), o = this.$i18nt("gd.echarts.weekMode");
78564
- return this.language === "zh_CN" ? `${a.year}${r}${a.week}${o}` : `${o} ${a.week} ${r} ${a.year}`;
78575
+ const a = t.split("-"), r = { year: a[0], week: a[1] }, o = this.$i18nt("gd.echarts.yearWeek"), l = this.$i18nt("gd.echarts.weekMode");
78576
+ return this.language === "zh_CN" ? `${r.year}${o}${r.week}${l}` : `${l} ${r.week} ${o} ${r.year}`;
78565
78577
  } else if (s === "4") {
78566
- const a = getQuarterNumber(t), r = this.$i18nt("gd.echarts.yearQuarter"), o = this.$i18nt("gd.echarts.quarterMode");
78567
- return this.language === "zh_CN" ? `${a.year}${r}${a.quarter}${o}` : `${o}${a.quarter} ${r} ${a.year}`;
78578
+ const a = t.split("-"), r = { year: a[0], quarter: a[1] }, o = this.$i18nt("gd.echarts.yearQuarter"), l = this.$i18nt("gd.echarts.quarterMode");
78579
+ return this.language === "zh_CN" ? `${r.year}${o}${r.quarter}${l}` : `${l}${r.quarter} ${o} ${r.year}`;
78568
78580
  }
78569
78581
  }
78570
78582
  }
@@ -78578,7 +78590,7 @@ var _sfc_render$4Q = function() {
78578
78590
  _sfc_staticRenderFns$4Q,
78579
78591
  !1,
78580
78592
  null,
78581
- "9550ddcc",
78593
+ "839c8b00",
78582
78594
  null,
78583
78595
  null
78584
78596
  );
@@ -84438,16 +84450,22 @@ const mixins$18 = {
84438
84450
  {
84439
84451
  transKey: "gd.org.message",
84440
84452
  prop: "message",
84453
+ type: "slot",
84454
+ slotType: "message",
84441
84455
  width: "200",
84442
84456
  label: "\u8FD4\u56DE\u6D88\u606F",
84443
- align: "left"
84457
+ align: "left",
84458
+ showTooltip: !1
84444
84459
  },
84445
84460
  {
84446
84461
  transKey: "gd.org.stackTrace",
84447
84462
  prop: "stacktrace",
84463
+ type: "slot",
84464
+ slotType: "stacktrace",
84448
84465
  width: "200",
84449
84466
  label: "\u9519\u8BEF\u8DDF\u8E2A",
84450
- align: "left"
84467
+ align: "left",
84468
+ showTooltip: !1
84451
84469
  },
84452
84470
  {
84453
84471
  transKey: "gd.org.createdTime",
@@ -84655,11 +84673,11 @@ var _sfc_render$4v = function() {
84655
84673
  return a("div", { staticClass: "gd-page-view" }, [a("div", { staticClass: "page-view-list", staticStyle: { padding: "0px" } }, [a("gd-tables", { ref: "table", attrs: { dataSource: t.loadData, size: t.tableSize, pageSize: t.tablePageSize, columns: t.tableColumns, selectedRowKeys: t.selectedRowKeys, height: t.getHeight, filtering: !0 }, on: { onChange: t.onSelectChange }, scopedSlots: t._u([{ key: "state", fn: function(r) {
84656
84674
  return [a("span", [t._v(" " + t._s(t._f("dictType")("event_status", r.row.state)) + " ")])];
84657
84675
  } }, { key: "message", fn: function({ column: r, row: o }) {
84658
- return [a("gd-tooltip", { attrs: { rowKey: "message", row: o } })];
84676
+ return [a("gd-tooltip", { attrs: { rowKey: "message", row: o, disabled: !1 } })];
84659
84677
  } }, { key: "payload", fn: function({ column: r, row: o }) {
84660
84678
  return [a("gd-tooltip", { attrs: { rowKey: "payload", align: "left", row: o, disabled: !1 } })];
84661
- } }, { key: "stackTrace", fn: function({ column: r, row: o }) {
84662
- return [a("gd-tooltip", { attrs: { rowKey: "stacktrace", row: o } })];
84679
+ } }, { key: "stacktrace", fn: function({ column: r, row: o }) {
84680
+ return [a("gd-tooltip", { attrs: { rowKey: "stacktrace", row: o, disabled: !1 } })];
84663
84681
  } }, { key: "createdTime", fn: function({ column: r, row: o }) {
84664
84682
  return [a("gd-tooltip", { attrs: { rowKey: "createdtime", row: o } })];
84665
84683
  } }, { key: "endedTime", fn: function({ column: r, row: o }) {
@@ -113190,7 +113208,7 @@ var _sfc_render$2v = function s() {
113190
113208
  null,
113191
113209
  null
113192
113210
  );
113193
- const ViewTree = __component__$2v.exports, edit_vue_vue_type_style_index_0_scoped_e0c171a9_lang = "", defaultList = [
113211
+ const ViewTree = __component__$2v.exports, edit_vue_vue_type_style_index_0_scoped_92997a1e_lang = "", defaultList = [
113194
113212
  {
113195
113213
  code: 1,
113196
113214
  name: "\u662F",
@@ -113450,6 +113468,9 @@ const ViewTree = __component__$2v.exports, edit_vue_vue_type_style_index_0_scope
113450
113468
  filter: [],
113451
113469
  hidden: !1,
113452
113470
  required: !1,
113471
+ openWidth: 80,
113472
+ widthUnit: "%",
113473
+ quick: !1,
113453
113474
  defaultInterval: [
113454
113475
  {
113455
113476
  type: "interval",
@@ -113464,7 +113485,9 @@ const ViewTree = __component__$2v.exports, edit_vue_vue_type_style_index_0_scope
113464
113485
  else {
113465
113486
  const l = typeof r.options == "string" ? JSON.parse(r.options) : r.options;
113466
113487
  t[o].options = Object.assign(l, {
113467
- fieldFormat: l.fieldFormat !== void 0 ? l.fieldFormat : "2"
113488
+ fieldFormat: l.fieldFormat !== void 0 ? l.fieldFormat : "2",
113489
+ openWidth: l.openWidth !== void 0 ? l.openWidth : 80,
113490
+ widthUnit: l.widthUnit !== void 0 ? l.widthUnit : "%"
113468
113491
  });
113469
113492
  }
113470
113493
  }), this.lodaData = Object.assign(s.data, {
@@ -113771,7 +113794,7 @@ var _sfc_render$2u = function s() {
113771
113794
  var t = this, a = t._self._c;
113772
113795
  return a("div", [a("el-dialog", { directives: [{ name: "drag", rawName: "v-drag" }], ref: "dialog", class: t.fullscreen ? "gd-dialog gd-dialog-fangda" : "gd-dialog", attrs: { fullscreen: t.fullscreen, visible: t.visible, width: t.width, center: !0, "close-on-click-modal": !1, "append-to-body": !0, "modal-append-to-body": !1, top: "80px" }, on: { "update:visible": function(r) {
113773
113796
  t.visible = r;
113774
- }, closed: t.closed } }, [a("template", { slot: "title" }, [a("div", { staticClass: "gd-dialog-head" }, [a("div", { staticClass: "dialog-head-title" }, [t._v(t._s(t.title))]), a("div", { staticClass: "dialog-head-btn" }, [a("gd-btn-list", { attrs: { sysViewButtons: t.buttons }, on: { functionName: t.doEvent } })], 1), a("div", { staticClass: "dialog-head-operate" }, [a("i", { staticClass: "gd-icons active-color", class: t.fullscreen ? "gd-icon-quanpingsuoxiao" : "gd-icon-fangda", on: { click: t.toggleFullscreen } })]), t.confirmLoading ? a("div", { staticClass: "gd-dialog-meng" }) : t._e()])]), a("div", { directives: [{ name: "loading", rawName: "v-loading", value: t.confirmLoading, expression: "confirmLoading" }], staticClass: "generator-form" }, [t.visible ? a("div", { staticClass: "view-config" }, [a("ViewList", { ref: "viewList", attrs: { tableFieldList: t.tableFieldList, table: t.table, ruleFormData: t.ruleFormData, fullscreen: t.fullscreen, list: t.list }, on: { ok: t.okSelTable } }), a("ViewQuery", { ref: "viewQuery", attrs: { tableFieldList: t.tableFieldList, table: t.table, ruleFormData: t.ruleFormData, fullscreen: t.fullscreen, rulesList: t.rulesList }, on: { okRules: t.saveQueryRules, ok: t.saveQuery } }), a("div", { staticClass: "config-item config-items" }, [a("div", { staticClass: "t" }, [a("div", { staticClass: "tls" }, [t._v(t._s(t.$i18nt("gd.view.basicInformation", "\u57FA\u7840\u4FE1\u606F")))]), a("el-button", { attrs: { type: "primary" }, on: { click: t.selFilter } }, [t._v(" " + t._s(t.$i18nt("gd.view.filterConditions", "\u8FC7\u6EE4\u6761\u4EF6")) + " ")])], 1), a("div", { staticClass: "b" }, [a("el-form", { ref: "ruleForm", attrs: { "label-width": "110px", "label-position": "left", model: t.ruleFormData, size: "mini", rules: t.rules }, nativeOn: { submit: function(r) {
113797
+ }, closed: t.closed } }, [a("template", { slot: "title" }, [a("gd-modal-title", { attrs: { title: t.title, fullscreen: t.fullscreen, buttons: t.buttons, confirmLoading: t.confirmLoading }, on: { changeEvent: t.doEvent, toggleFullscreen: t.toggleFullscreen } })], 1), a("div", { directives: [{ name: "loading", rawName: "v-loading", value: t.confirmLoading, expression: "confirmLoading" }], staticClass: "generator-form" }, [t.visible ? a("div", { staticClass: "view-config" }, [a("ViewList", { ref: "viewList", attrs: { tableFieldList: t.tableFieldList, table: t.table, ruleFormData: t.ruleFormData, fullscreen: t.fullscreen, list: t.list }, on: { ok: t.okSelTable } }), a("ViewQuery", { ref: "viewQuery", attrs: { tableFieldList: t.tableFieldList, table: t.table, ruleFormData: t.ruleFormData, fullscreen: t.fullscreen, rulesList: t.rulesList }, on: { okRules: t.saveQueryRules, ok: t.saveQuery } }), a("div", { staticClass: "config-item config-items" }, [a("div", { staticClass: "t" }, [a("div", { staticClass: "tls" }, [t._v(t._s(t.$i18nt("gd.view.basicInformation", "\u57FA\u7840\u4FE1\u606F")))]), a("el-button", { attrs: { type: "primary" }, on: { click: t.selFilter } }, [t._v(" " + t._s(t.$i18nt("gd.view.filterConditions", "\u8FC7\u6EE4\u6761\u4EF6")) + " ")])], 1), a("div", { staticClass: "b" }, [a("el-form", { ref: "ruleForm", attrs: { "label-width": "110px", "label-position": "left", model: t.ruleFormData, size: "mini", rules: t.rules }, nativeOn: { submit: function(r) {
113775
113798
  r.preventDefault();
113776
113799
  } } }, [a("el-form-item", { attrs: { label: t.$i18nt("gd.view.displayName", "\u663E\u793A\u540D\u79F0"), prop: "name" } }, [a("el-input", { directives: [{ name: "show", rawName: "v-show", value: !t.record, expression: "!record" }], attrs: { placeholder: t.$i18nt("gd.placeholder.input", "\u8BF7\u8F93\u5165") }, model: { value: t.ruleFormData.name, callback: function(r) {
113777
113800
  t.$set(t.ruleFormData, "name", r);
@@ -113822,7 +113845,7 @@ var _sfc_render$2u = function s() {
113822
113845
  _sfc_staticRenderFns$2u,
113823
113846
  !1,
113824
113847
  null,
113825
- "e0c171a9",
113848
+ "92997a1e",
113826
113849
  null,
113827
113850
  null
113828
113851
  );
@@ -117671,7 +117694,7 @@ function getColumns(s, t, a) {
117671
117694
  displayPrefix: d[3] ? d[3] : "none",
117672
117695
  preview: d[4] ? d[4] === "true" : !0,
117673
117696
  download: d[5] ? d[5] === "true" : !0,
117674
- filedsize: ["fk", "user"].includes(s.syscodegenconfig.effecttype) ? (b = s.syscodegenconfigfk) == null ? void 0 : b.filedsize : s.syscodegenconfig.filedsize
117697
+ filedsize: r === "inputnumber" ? 0 : ["fk", "user"].includes(s.syscodegenconfig.effecttype) ? (b = s.syscodegenconfigfk) == null ? void 0 : b.filedsize : s.syscodegenconfig.filedsize
117675
117698
  };
117676
117699
  return s.orderconfig === 1 && Object.assign(h, {
117677
117700
  sortable: "custom"
@@ -117860,7 +117883,7 @@ function getTimeDatas(s, t, a) {
117860
117883
  }
117861
117884
  function getTimeMonth(s, t, a) {
117862
117885
  let r = Number(s.value), o = new Date().getTime(), l = getFormatTime(o), d = l.year, u = Number(l.mon);
117863
- return t == 0 && r === 13 ? [`${d}-01`, `${d}-${formatNumber(u)}`] : (u - r < 0 ? (u = u - r + 12, d -= 1) : u - r === 0 ? u = 1 : u -= r, t == 1 ? `${d}-${formatNumber(u)}` : [`${d}-${formatNumber(u)}`, `${l.year}-${l.mon}`]);
117886
+ return t == 0 && r === 13 ? [`${d}-01`, `${d}-${formatNumber(u)}`] : (u - r < 0 ? (u = u - r + 12, d -= 1) : u - r === 0 ? (u = t == 1 ? 12 : 1, d = t == 1 ? d - 1 : d) : u -= r, t == 1 ? `${d}-${formatNumber(u)}` : [`${d}-${formatNumber(u)}`, `${l.year}-${l.mon}`]);
117864
117887
  }
117865
117888
  function getFormatTime(s) {
117866
117889
  let a = s.toString().length == 10 ? parseInt(s) * 1e3 : parseInt(s);
@@ -129749,7 +129772,7 @@ var _sfc_render$14 = function s() {
129749
129772
  null,
129750
129773
  null
129751
129774
  );
129752
- const generatorFiltering = __component__$14.exports, propertiesFiltering_vue_vue_type_style_index_0_scoped_37073e41_lang = "", intervalList = [
129775
+ const generatorFiltering = __component__$14.exports, propertiesFiltering_vue_vue_type_style_index_0_scoped_a72a054d_lang = "", intervalList = [
129753
129776
  {
129754
129777
  name: "\u4ECA\u5929",
129755
129778
  keyI18n: "gd.view.today",
@@ -129805,12 +129828,12 @@ const generatorFiltering = __component__$14.exports, propertiesFiltering_vue_vue
129805
129828
  {
129806
129829
  name: "\u6700\u8FD1\u4E09\u4E2A\u6708",
129807
129830
  keyI18n: "gd.view.pastThreeMonths",
129808
- val: "3"
129831
+ val: "2"
129809
129832
  },
129810
129833
  {
129811
129834
  name: "\u6700\u8FD1\u516D\u4E2A\u6708",
129812
129835
  keyI18n: "gd.view.pastSixMonths",
129813
- val: "6"
129836
+ val: "5"
129814
129837
  },
129815
129838
  {
129816
129839
  name: "\u4ECA\u5E74\u81F3\u4ECA",
@@ -130114,7 +130137,7 @@ var _sfc_render$13 = function s() {
130114
130137
  _sfc_staticRenderFns$13,
130115
130138
  !1,
130116
130139
  null,
130117
- "37073e41",
130140
+ "a72a054d",
130118
130141
  null,
130119
130142
  null
130120
130143
  );
@@ -143314,7 +143337,7 @@ function processingResults(s, t, a) {
143314
143337
  function isSatisfyed(s, t) {
143315
143338
  return t === "2" ? s.every((a, r, o) => !a) : s.every((a, r, o) => !!a);
143316
143339
  }
143317
- const processFlow_vue_vue_type_style_index_0_scoped_d8d8152a_lang = "", _sfc_main$n = {
143340
+ const processFlow_vue_vue_type_style_index_0_scoped_dd12bfb2_lang = "", _sfc_main$n = {
143318
143341
  props: {
143319
143342
  fieldData: {
143320
143343
  type: Array,
@@ -143383,7 +143406,7 @@ const processFlow_vue_vue_type_style_index_0_scoped_d8d8152a_lang = "", _sfc_mai
143383
143406
  addResolveId: "",
143384
143407
  disableRule: { field: "", data: [] },
143385
143408
  oldvalue: {},
143386
- isedit: !1
143409
+ isedit: !0
143387
143410
  };
143388
143411
  },
143389
143412
  components: { BuildBlocks },
@@ -143542,7 +143565,7 @@ const processFlow_vue_vue_type_style_index_0_scoped_d8d8152a_lang = "", _sfc_mai
143542
143565
  open(s) {
143543
143566
  if (this.record = s, !(this.options.type !== "1" && this.options.type !== "3")) {
143544
143567
  if (s.id) {
143545
- this.getedit(s.id), this.getProcessStageDetails(s.id);
143568
+ this.getProcessStageDetails(s.id);
143546
143569
  return;
143547
143570
  }
143548
143571
  this.getDetail();
@@ -143807,11 +143830,7 @@ const processFlow_vue_vue_type_style_index_0_scoped_d8d8152a_lang = "", _sfc_mai
143807
143830
  });
143808
143831
  let a = t[s - 1], r = this.stageData.stagecompleteid == "" ? [] : this.stageData.stagecompleteid.split(","), o = this.stageData.stagecompletename == "" ? [] : this.stageData.stagecompletename.split(",");
143809
143832
  r = r.filter((p) => p != this.ongoingData.id), o = o.filter((p) => p != this.ongoingData.name);
143810
- let l = r.filter(function(p, y) {
143811
- return r.indexOf(p) === y;
143812
- }), d = o.filter(function(p, y) {
143813
- return o.indexOf(p) === y;
143814
- }), u = {
143833
+ let l = r.filter((p, y) => r.indexOf(p) === y), d = o.filter((p, y) => o.indexOf(p) === y), u = {
143815
143834
  stageid: a.id,
143816
143835
  stagename: a.name,
143817
143836
  currentstate: 0,
@@ -144094,11 +144113,11 @@ var _sfc_render$n = function s() {
144094
144113
  _sfc_staticRenderFns$n,
144095
144114
  !1,
144096
144115
  null,
144097
- "d8d8152a",
144116
+ "dd12bfb2",
144098
144117
  null,
144099
144118
  null
144100
144119
  );
144101
- const ProcessFlow = __component__$n.exports, main_vue_vue_type_style_index_0_scoped_7d5aace1_lang = "", _sfc_main$m = {
144120
+ const ProcessFlow = __component__$n.exports, main_vue_vue_type_style_index_0_scoped_cb06d9ef_lang = "", _sfc_main$m = {
144102
144121
  name: "GdFormBuild",
144103
144122
  props: {
144104
144123
  modeType: {
@@ -144489,7 +144508,7 @@ const ProcessFlow = __component__$n.exports, main_vue_vue_type_style_index_0_sco
144489
144508
  });
144490
144509
  },
144491
144510
  getDetail(s) {
144492
- this.getedit(), baseDetails({
144511
+ baseDetails({
144493
144512
  tableId: this.tableData.id,
144494
144513
  id: s || this.id
144495
144514
  }).then((t) => {
@@ -144531,19 +144550,19 @@ const ProcessFlow = __component__$n.exports, main_vue_vue_type_style_index_0_sco
144531
144550
  items: o,
144532
144551
  done: l
144533
144552
  });
144534
- else if (d !== "switch") {
144535
- if (d === "datepicker")
144536
- t[r] = t[r] ? t[r] : "";
144537
- else if (d === "participants") {
144538
- let u = [], f = t[r] ? JSON.parse(t[r]) : [];
144539
- a.push({
144540
- data: f,
144541
- items: o,
144542
- done: l
144543
- }), f.forEach((h) => {
144544
- h.id = Number(h.id), u.includes(h.id) || u.push(h.id);
144545
- }), t[r] = u;
144546
- }
144553
+ else if (d === "switch")
144554
+ t[r] = t[r] === null ? 0 : t[r];
144555
+ else if (d === "datepicker")
144556
+ t[r] = t[r] ? t[r] : "";
144557
+ else if (d === "participants") {
144558
+ let u = [], f = t[r] ? JSON.parse(t[r]) : [];
144559
+ a.push({
144560
+ data: f,
144561
+ items: o,
144562
+ done: l
144563
+ }), f.forEach((h) => {
144564
+ h.id = Number(h.id), u.includes(h.id) || u.push(h.id);
144565
+ }), t[r] = u;
144547
144566
  }
144548
144567
  }
144549
144568
  this.$refs.ruleForm.resetFields(), this.parameterData = this.baseFormatterData(t), this.$nextTick(() => {
@@ -145302,7 +145321,7 @@ var _sfc_render$m = function s() {
145302
145321
  _sfc_staticRenderFns$m,
145303
145322
  !1,
145304
145323
  null,
145305
- "7d5aace1",
145324
+ "cb06d9ef",
145306
145325
  null,
145307
145326
  null
145308
145327
  );
@@ -145703,7 +145722,7 @@ var _sfc_render$k = function s() {
145703
145722
  null,
145704
145723
  null
145705
145724
  );
145706
- const ViewCharts = __component__$k.exports, main_vue_vue_type_style_index_0_scoped_acec5ed7_lang = "", _sfc_main$j = {
145725
+ const ViewCharts = __component__$k.exports, main_vue_vue_type_style_index_0_scoped_586a5051_lang = "", _sfc_main$j = {
145707
145726
  name: "GdViewBuildDesigner",
145708
145727
  props: {
145709
145728
  record: {
@@ -146725,7 +146744,7 @@ var _sfc_render$j = function s() {
146725
146744
  return [t.laoding ? a("ViewSelection", { attrs: { record: t.record, sysViewButtons: t.sysViewButtons, sysViewList: t.sysViewList, personalViewList: t.personalViewList, viewCode: t.viewCode, defaultViewId: t.defaultViewId, tableData: t.tableData, selectedRowKeys: t.selectedRowKeys, openMode: t.openMode, confirmLoading: t.statu, maxBtnLength: t.options.maxBtnLength, fieldData: t.fieldData }, on: { functionName: t.doEvent, handleMenuClick: t.handleMenuClick, baseSetDefaultView: t.baseSetDefaultView, updatePersonalView: t.baseUpdatePersonalView } }) : t._e()];
146726
146745
  }, proxy: !0 }, t._l(t.getColumnsed, function(r) {
146727
146746
  return { key: r.prop, fn: function({ column: o, row: l }) {
146728
- return [a("ChildRenItem", { attrs: { item: r, row: l, getFristColumn: t.getFristColumn }, on: { operatorScope: t.operatorScope, baseQuickForm: t.baseQuickForm, showFile: t.showFile, showImg: t.showImg, preview: t.preview } })];
146747
+ return [a("ChildRenItem", { attrs: { item: r, row: l, getFristColumn: t.getFristColumn, openMode: t.openMode }, on: { operatorScope: t.operatorScope, baseQuickForm: t.baseQuickForm, showFile: t.showFile, showImg: t.showImg, preview: t.preview } })];
146729
146748
  } };
146730
146749
  }), { key: "filtering", fn: function({ colse: r, visible: o, changeTrigger: l }) {
146731
146750
  return [a("gd-table-queries-field", { ref: "queriesField", attrs: { columns: t.tableQueries, height: t.hig, queryParam: t.queryParam, colse: r, visible: o, openMode: t.openMode, recordRelation: t.record, viewRecord: t.viewRecord, openRules: !0, changeTrigger: l }, on: { save: t.queriesRefresh, hideQueryParam: t.hideQueryParam } })];
@@ -146738,7 +146757,7 @@ var _sfc_render$j = function s() {
146738
146757
  _sfc_staticRenderFns$j,
146739
146758
  !1,
146740
146759
  null,
146741
- "acec5ed7",
146760
+ "586a5051",
146742
146761
  null,
146743
146762
  null
146744
146763
  );