feat(applicationManagement): 更新从业人员详情页面 URL

- 修改了 iframe 中的 src 属性,使用固定的 URL模板替代原有的动态 URL
- 新的 URL 包含了 taCode 参数,以适应特定的业务需求
This commit is contained in:
陈昱达
2025-07-24 15:50:54 +08:00
parent 53401fb821
commit 337920d6db

View File

@@ -10,7 +10,11 @@
<!-- 使用iframe展示详情内容 -->
<iframe
v-if="detailUrl"
:src="detailUrl"
:src="
`http://39.104.123.254:7536/bpic_eli/risk_history.html?taCode=${
$route.query.taCode
}`
"
frameborder="0"
width="100%"
height="800px"