@airpower/web 0.3.12 → 0.3.14
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/dist/main.js
CHANGED
|
@@ -15250,7 +15250,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15250
15250
|
*/
|
|
15251
15251
|
uploadUrl: {
|
|
15252
15252
|
type: String,
|
|
15253
|
-
default: WebConfig.uploadUrl
|
|
15253
|
+
default: () => WebConfig.uploadUrl
|
|
15254
15254
|
},
|
|
15255
15255
|
/**
|
|
15256
15256
|
* # 允许上传的后缀
|
|
@@ -17421,7 +17421,7 @@ function useTableColumn(params) {
|
|
|
17421
17421
|
});
|
|
17422
17422
|
const showColumnList = ref([]);
|
|
17423
17423
|
const isColumnSelectorEnabled = computed(() => {
|
|
17424
|
-
if (modelConfig.
|
|
17424
|
+
if (modelConfig.hideColumnSelector) {
|
|
17425
17425
|
return false;
|
|
17426
17426
|
}
|
|
17427
17427
|
return !hideColumnSelector;
|