fix: 修复批量工具抽屉嵌入模式未生效
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 50s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 50s
This commit is contained in:
@@ -188,7 +188,7 @@ const activeToolTitle = computed(() => {
|
|||||||
>
|
>
|
||||||
<BatchPriceAdjustPanel
|
<BatchPriceAdjustPanel
|
||||||
v-if="activeTool === 'price'"
|
v-if="activeTool === 'price'"
|
||||||
embedded
|
:embedded="true"
|
||||||
:open="true"
|
:open="true"
|
||||||
:scope-type="scopeType"
|
:scope-type="scopeType"
|
||||||
:scope-category-ids="scopeCategoryIds"
|
:scope-category-ids="scopeCategoryIds"
|
||||||
@@ -215,7 +215,7 @@ const activeToolTitle = computed(() => {
|
|||||||
|
|
||||||
<BatchSaleSwitchPanel
|
<BatchSaleSwitchPanel
|
||||||
v-if="activeTool === 'sale'"
|
v-if="activeTool === 'sale'"
|
||||||
embedded
|
:embedded="true"
|
||||||
:open="true"
|
:open="true"
|
||||||
:scope-type="scopeType"
|
:scope-type="scopeType"
|
||||||
:scope-category-ids="scopeCategoryIds"
|
:scope-category-ids="scopeCategoryIds"
|
||||||
@@ -235,7 +235,7 @@ const activeToolTitle = computed(() => {
|
|||||||
|
|
||||||
<BatchMoveCategoryPanel
|
<BatchMoveCategoryPanel
|
||||||
v-if="activeTool === 'category'"
|
v-if="activeTool === 'category'"
|
||||||
embedded
|
:embedded="true"
|
||||||
:open="true"
|
:open="true"
|
||||||
:category-options="categoryOptions"
|
:category-options="categoryOptions"
|
||||||
:source-category-id="moveSourceCategoryId"
|
:source-category-id="moveSourceCategoryId"
|
||||||
@@ -250,7 +250,7 @@ const activeToolTitle = computed(() => {
|
|||||||
|
|
||||||
<BatchStoreSyncPanel
|
<BatchStoreSyncPanel
|
||||||
v-if="activeTool === 'sync'"
|
v-if="activeTool === 'sync'"
|
||||||
embedded
|
:embedded="true"
|
||||||
:open="true"
|
:open="true"
|
||||||
:source-store-name="selectedStoreLabel"
|
:source-store-name="selectedStoreLabel"
|
||||||
:target-store-ids="syncTargetStoreIds"
|
:target-store-ids="syncTargetStoreIds"
|
||||||
@@ -272,7 +272,7 @@ const activeToolTitle = computed(() => {
|
|||||||
|
|
||||||
<BatchImportExportPanel
|
<BatchImportExportPanel
|
||||||
v-if="activeTool === 'excel'"
|
v-if="activeTool === 'excel'"
|
||||||
embedded
|
:embedded="true"
|
||||||
:open="true"
|
:open="true"
|
||||||
:selected-file-name="importFile?.name || ''"
|
:selected-file-name="importFile?.name || ''"
|
||||||
:export-scope-type="exportScopeType"
|
:export-scope-type="exportScopeType"
|
||||||
|
|||||||
Reference in New Issue
Block a user