【update】标签管理+数据字典-一些细节的处理

This commit is contained in:
fengchenchen
2023-08-25 22:46:20 +08:00
parent 5f9726840d
commit 4fd32f1d2f
12 changed files with 238 additions and 117 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ export const FieldType = {
FILE_UP: { text: '上传文件', value: '8' },
TEXT_BOX: { text: '文本框', value: '9' },
OPTION_SINGLE: { text: '下拉单选', value: '10' },
OPTION_MORE: { text: '下拉多选', value: '11' }
OPTION_MORE: { text: '下拉多选', value: '11' },
TREE: { text: '树形结构', value: '12' },
TEXT_LINK: { text: '输入框(链接)', value: '13' }
}
export const TagsTypeEnums = new EsEnums({