Unverified Commit 213ec54c authored by rafael's avatar rafael Committed by GitHub

[Fix-840] [web] fix registration document type filter condition error (#959)

parent 951cb6b1
...@@ -268,7 +268,7 @@ const DocumentTableList: React.FC<{}> = (props: any) => { ...@@ -268,7 +268,7 @@ const DocumentTableList: React.FC<{}> = (props: any) => {
], ],
filterMultiple: false, filterMultiple: false,
valueEnum: { valueEnum: {
'优化参数': {text: '内置函数'}, '优化参数': {text: '优化参数'},
'建表语句': {text: '建表语句'}, '建表语句': {text: '建表语句'},
'CataLog': {text: 'CataLog'}, 'CataLog': {text: 'CataLog'},
'设置参数': {text: '设置参数'}, '设置参数': {text: '设置参数'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment