flame-plus 1.1.6 → 1.1.8
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.
|
@@ -5831,7 +5831,7 @@ const Lg = { class: "component" }, Ug = Te({
|
|
|
5831
5831
|
data: {
|
|
5832
5832
|
ref_level: 0,
|
|
5833
5833
|
order_by: "field_color_der",
|
|
5834
|
-
fields: "field_name,web_ui_control_type,field_description,cell_align,header_align,width,str_format,service_name,fk_table_name,is_ref_search_display",
|
|
5834
|
+
fields: "field_name,web_ui_control_type,field_description,cell_align,header_align,width,str_format,service_name,fk_table_name,is_ref_search_display,is_ref_table_display",
|
|
5835
5835
|
conditions: {
|
|
5836
5836
|
table_name: C.config.fk_table_name,
|
|
5837
5837
|
is_ref_dialog_display: !0
|
|
@@ -5860,9 +5860,8 @@ const Lg = { class: "component" }, Ug = Te({
|
|
|
5860
5860
|
controlType: "flmInput",
|
|
5861
5861
|
prop: m.field_name,
|
|
5862
5862
|
isConditionLike: !0
|
|
5863
|
-
}), F.push({
|
|
5863
|
+
}), m.is_ref_table_display && F.push({
|
|
5864
5864
|
align: m.cell_align,
|
|
5865
|
-
fixed: "left",
|
|
5866
5865
|
"header-align": m.header_align,
|
|
5867
5866
|
label: m.field_description,
|
|
5868
5867
|
prop: m.field_name,
|
|
@@ -6772,8 +6771,10 @@ const tv = { class: "page-header" }, nv = Te({
|
|
|
6772
6771
|
if (H.table.height = v(), H.table["max-height"] = v(), H.hasOwnProperty("tableAction")) {
|
|
6773
6772
|
let I = 0;
|
|
6774
6773
|
H.tableAction.buttons.length > 0 ? (H.tableAction.buttons.forEach((oe, Z) => {
|
|
6775
|
-
H.toolbar.maxButton && Z
|
|
6776
|
-
|
|
6774
|
+
if (H.toolbar.maxButton && Z >= H.toolbar.maxButton)
|
|
6775
|
+
return !1;
|
|
6776
|
+
I += sr(oe.buttonText);
|
|
6777
|
+
}), I += 46) : I = 60, (M = H.table.columns) == null || M.push({
|
|
6777
6778
|
prop: "tableAction",
|
|
6778
6779
|
label: "\u64CD\u4F5C",
|
|
6779
6780
|
isSlot: !0,
|
|
@@ -7209,7 +7210,7 @@ const tv = { class: "page-header" }, nv = Te({
|
|
|
7209
7210
|
]);
|
|
7210
7211
|
};
|
|
7211
7212
|
}
|
|
7212
|
-
}), Tc = /* @__PURE__ */ mr(nv, [["__scopeId", "data-v-
|
|
7213
|
+
}), Tc = /* @__PURE__ */ mr(nv, [["__scopeId", "data-v-762ed4c2"]]);
|
|
7213
7214
|
const rv = { class: "page-header" }, ov = { class: "page-search" }, iv = Te({
|
|
7214
7215
|
__name: "flmExportPage",
|
|
7215
7216
|
props: {
|