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
|
||||
v-if="activeTool === 'price'"
|
||||
embedded
|
||||
:embedded="true"
|
||||
:open="true"
|
||||
:scope-type="scopeType"
|
||||
:scope-category-ids="scopeCategoryIds"
|
||||
@@ -215,7 +215,7 @@ const activeToolTitle = computed(() => {
|
||||
|
||||
<BatchSaleSwitchPanel
|
||||
v-if="activeTool === 'sale'"
|
||||
embedded
|
||||
:embedded="true"
|
||||
:open="true"
|
||||
:scope-type="scopeType"
|
||||
:scope-category-ids="scopeCategoryIds"
|
||||
@@ -235,7 +235,7 @@ const activeToolTitle = computed(() => {
|
||||
|
||||
<BatchMoveCategoryPanel
|
||||
v-if="activeTool === 'category'"
|
||||
embedded
|
||||
:embedded="true"
|
||||
:open="true"
|
||||
:category-options="categoryOptions"
|
||||
:source-category-id="moveSourceCategoryId"
|
||||
@@ -250,7 +250,7 @@ const activeToolTitle = computed(() => {
|
||||
|
||||
<BatchStoreSyncPanel
|
||||
v-if="activeTool === 'sync'"
|
||||
embedded
|
||||
:embedded="true"
|
||||
:open="true"
|
||||
:source-store-name="selectedStoreLabel"
|
||||
:target-store-ids="syncTargetStoreIds"
|
||||
@@ -272,7 +272,7 @@ const activeToolTitle = computed(() => {
|
||||
|
||||
<BatchImportExportPanel
|
||||
v-if="activeTool === 'excel'"
|
||||
embedded
|
||||
:embedded="true"
|
||||
:open="true"
|
||||
:selected-file-name="importFile?.name || ''"
|
||||
:export-scope-type="exportScopeType"
|
||||
|
||||
Reference in New Issue
Block a user