Skip to content

Commit 3ee7ff3

Browse files
song-cc-rockfit2-zhao
authored andcommitted
fix: Set field init option
--bug=1065922@tapd-34675357 --user=宋昌昌 【回款记录表单设置】回款记录表单设置-收款银行账号初始化没有设置自定义选项 https://www.tapd.cn/34675357/s/1837616
1 parent 25df5d1 commit 3ee7ff3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

backend/crm/src/main/resources/form/field.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,20 @@
22612261
"readable": true,
22622262
"editable": true,
22632263
"fieldWidth": 1,
2264-
"options": [],
2264+
"options": [
2265+
{
2266+
"label": "银行账号1",
2267+
"value": "1"
2268+
},
2269+
{
2270+
"label": "银行账号2",
2271+
"value": "2"
2272+
},
2273+
{
2274+
"label": "银行账号3",
2275+
"value": "3"
2276+
}
2277+
],
22652278
"rules": [
22662279
{
22672280
"key": "required"

0 commit comments

Comments
 (0)