---
nav:
    title: 组件
    path: /components
group:
    title: 燃气弹窗
    path: /gas-modal
    order: 1
---

# 入户安检详情弹窗

## 代码演示

### 基本用法

<code src="./demo/demo1.jsx">

### 纯弹框，需外部控制显示或隐藏

<code src="./demo/demo2.jsx">

## API

### VtxGasSecurityCheckModal

| 参数  | 说明             | 类型   | 默认值 | 版本 |
| ----- | ---------------- | ------ | ------ | ---- |
| label | 点击按钮显示文字 | string |        |      |
| id    | 查详情所需的     | string |        |      |

### VtxGasSecurityCheckModal.Modal

更多 API 参考[Modal](https://ant.design/components/modal-cn/)，以下为差异点

| 参数 | 说明         | 类型   | 默认值 | 版本 |
| ---- | ------------ | ------ | ------ | ---- |
| id   | 查详情所需的 | string |        |      |
