实现结果总览详情弹窗前端接线

This commit is contained in:
wkc
2026-03-25 15:26:03 +08:00
parent a52fb35bd3
commit 78ae93330c
15 changed files with 506 additions and 78 deletions

View File

@@ -19,6 +19,7 @@ const mockSource = fs.readFileSync(
[
'title="项目分析"',
'width="1440px"',
"<project-analysis-sidebar",
'<el-tabs v-model="activeTab"',
'name="abnormalDetail"',
@@ -27,6 +28,10 @@ const mockSource = fs.readFileSync(
'label="征信摘要"',
'label="关系图谱"',
'label="资金流向"',
"fetchDetailData()",
"detailLoading",
"detailError",
"handleRetryDetail()",
].forEach((token) => assert(dialog.includes(token), token));
[