@funcho/ui 1.1.22 → 1.1.23
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.
|
@@ -208,7 +208,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
208
208
|
ref_key: "queryBoxRef",
|
|
209
209
|
ref: queryBoxRef,
|
|
210
210
|
fields: __props.fields,
|
|
211
|
-
tools: __props.
|
|
211
|
+
tools: __props.tools,
|
|
212
212
|
"btn-disabled": tableLoading.value,
|
|
213
213
|
onSearch: handleSearchClick,
|
|
214
214
|
onReset: handleResetClick,
|
|
@@ -204,7 +204,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
204
204
|
ref_key: "queryBoxRef",
|
|
205
205
|
ref: queryBoxRef,
|
|
206
206
|
fields: __props.fields,
|
|
207
|
-
tools: __props.
|
|
207
|
+
tools: __props.tools,
|
|
208
208
|
"btn-disabled": tableLoading.value,
|
|
209
209
|
onSearch: handleSearchClick,
|
|
210
210
|
onReset: handleResetClick,
|