# 间接支付页面 - 第三步"选择事前流程"按钮逻辑说明
## 页面信息
- **页面路径**: `http://localhost:3000/#/payment/indirect-payment`
- **页面组件**: `czemc-budget-execution-frontend/src/views/payment/IndirectPayment.vue`
- **步骤**: 第三步 - 填写信息
- **相关组件**: `czemc-budget-execution-frontend/src/components/PreApprovalFlowPicker.vue`
## 一、按钮出现逻辑
### 1.1 渲染条件
**位置**: `IndirectPayment.vue` 第296-301行
```296:301:czemc-budget-execution-frontend/src/views/payment/IndirectPayment.vue