update addform回显问题

This commit is contained in:
赵霄
2023-09-18 16:13:40 +08:00
parent bae308459b
commit 7048725ae4
4 changed files with 136 additions and 44 deletions
+3 -2
View File
@@ -19,9 +19,10 @@ export const FieldType = {
TEXT_BOX: { text: '文本框', value: '9' },
OPTION_SINGLE: { text: '下拉单选', value: '10' },
OPTION_MORE: { text: '下拉多选', value: '11' },
TREE: { text: '树形结构', value: '12' },
TREE: { text: '树形结构(多选)', value: '12' },
TEXT_LINK: { text: '输入框(链接)', value: '13' },
YEAR_PICKER: { text: '年份选择', value: '14' }
YEAR_PICKER: { text: '年份选择', value: '14' },
TREE_SINGLE: { text: '树形结构(单选)', value: '15' }
}
export const TagsTypeEnums = new EsEnums({