2021-02-03 12:22:31 +08:00
|
|
|
---
|
2021-08-16 11:46:29 +08:00
|
|
|
title: InputPassword 密码输框
|
2021-02-03 12:22:31 +08:00
|
|
|
description:
|
|
|
|
type: 0
|
|
|
|
group: null
|
2021-08-16 11:46:29 +08:00
|
|
|
menuName: InputPassword
|
2021-02-03 12:22:31 +08:00
|
|
|
icon:
|
|
|
|
order: 35
|
|
|
|
---
|
|
|
|
|
|
|
|
## 基本用法
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
{
|
|
|
|
"type": "form",
|
2021-08-09 18:05:01 +08:00
|
|
|
"api": "/api/mock2/form/saveForm",
|
2021-06-07 10:09:55 +08:00
|
|
|
"body": [
|
2021-02-03 12:22:31 +08:00
|
|
|
{
|
2021-06-07 10:09:55 +08:00
|
|
|
"type": "input-password",
|
2021-02-03 12:22:31 +08:00
|
|
|
"name": "password",
|
|
|
|
"label": "密码"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## 属性表
|
|
|
|
|
2022-04-26 21:12:00 +08:00
|
|
|
请参考[输入框](./input-text)
|
|
|
|
|
|
|
|
## 事件表
|
|
|
|
|
|
|
|
请参考[输入框](./input-text)
|
|
|
|
|
|
|
|
## 动作表
|
|
|
|
|
|
|
|
请参考[输入框](./input-text)
|