sctj-components 1.0.73 → 1.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/sctj-components.es.js +14 -4
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2547,8 +2547,8 @@ const _sfc_main$i = {
|
|
|
2547
2547
|
}
|
|
2548
2548
|
};
|
|
2549
2549
|
const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-056cfdde"]]);
|
|
2550
|
-
const
|
|
2551
|
-
const _withScopeId$6 = (n) => (pushScopeId("data-v-
|
|
2550
|
+
const index_vue_vue_type_style_index_0_scoped_946a1b5d_lang = "";
|
|
2551
|
+
const _withScopeId$6 = (n) => (pushScopeId("data-v-946a1b5d"), n = n(), popScopeId(), n);
|
|
2552
2552
|
const _hoisted_1$e = {
|
|
2553
2553
|
key: 0,
|
|
2554
2554
|
class: "search-container"
|
|
@@ -2799,6 +2799,7 @@ const _sfc_main$h = {
|
|
|
2799
2799
|
const _component_el_input = resolveComponent("el-input");
|
|
2800
2800
|
const _component_el_option = resolveComponent("el-option");
|
|
2801
2801
|
const _component_el_select = resolveComponent("el-select");
|
|
2802
|
+
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
2802
2803
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
2803
2804
|
const _component_el_button = resolveComponent("el-button");
|
|
2804
2805
|
const _component_el_form = resolveComponent("el-form");
|
|
@@ -2890,8 +2891,17 @@ const _sfc_main$h = {
|
|
|
2890
2891
|
}), 128))
|
|
2891
2892
|
]),
|
|
2892
2893
|
_: 2
|
|
2893
|
-
}, 1032, ["clearable", "filterable", "modelValue", "onUpdate:modelValue", "placeholder"])) : (openBlock(), createBlock(
|
|
2894
|
+
}, 1032, ["clearable", "filterable", "modelValue", "onUpdate:modelValue", "placeholder"])) : item.query.type === "date" ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2894
2895
|
key: 2,
|
|
2896
|
+
clearable: item.query.clearable !== false,
|
|
2897
|
+
onChange: handleQuery,
|
|
2898
|
+
modelValue: unref(queryParams)[item.query.queryKey || item.prop],
|
|
2899
|
+
"onUpdate:modelValue": ($event) => unref(queryParams)[item.query.queryKey || item.prop] = $event,
|
|
2900
|
+
"value-format": item.query.valueFormat || "YYYY-MM-DD",
|
|
2901
|
+
type: item.query.dateType || "date",
|
|
2902
|
+
placeholder: "\u8BF7\u9009\u62E9"
|
|
2903
|
+
}, null, 8, ["clearable", "modelValue", "onUpdate:modelValue", "value-format", "type"])) : (openBlock(), createBlock(_component_el_input, {
|
|
2904
|
+
key: 3,
|
|
2895
2905
|
modelValue: unref(queryParams)[item.query.queryKey || item.prop],
|
|
2896
2906
|
"onUpdate:modelValue": ($event) => unref(queryParams)[item.query.queryKey || item.prop] = $event,
|
|
2897
2907
|
placeholder: item.query.placeholder || "\u8BF7\u8F93\u5165",
|
|
@@ -3073,7 +3083,7 @@ const _sfc_main$h = {
|
|
|
3073
3083
|
};
|
|
3074
3084
|
}
|
|
3075
3085
|
};
|
|
3076
|
-
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
3086
|
+
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-946a1b5d"]]);
|
|
3077
3087
|
const index_vue_vue_type_style_index_0_scoped_80cb4921_lang = "";
|
|
3078
3088
|
const _hoisted_1$d = { style: { "background": "#fff" } };
|
|
3079
3089
|
const _sfc_main$g = {
|