This commit is contained in:
zhonghua.li
2026-04-20 20:54:20 +08:00
parent 75209e15f1
commit 303315e840
5 changed files with 12 additions and 449 deletions

View File

@@ -19,7 +19,7 @@
:contentTop="contentTop"
:contentBottom="contentBottom"
/>
<ai-analysis-dashboard-body
<soft-sales-scenario
v-else-if="isSoftSalesScenario"
:content-top="contentTop"
:content-bottom="contentBottom"
@@ -42,7 +42,7 @@ import statusBar from '@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-stat
// #endif
import SalesScenarioNew from './components/sales_scenario_new.vue';
import SmallBeautifulSales from './components/small_beautiful_sales.vue';
import AiAnalysisDashboardBody from '@/components/ai-analysis-dashboard-body.vue';
import SoftSalesScenario from '@/components/soft_sales_scenario.vue';
function getSystemInfo() {
try {
@@ -64,7 +64,7 @@ export default {
// #endif
SalesScenarioNew,
SmallBeautifulSales,
AiAnalysisDashboardBody,
SoftSalesScenario,
},
data() {
const systemInfo = getSystemInfo();