Commit b186ed7b by 赵增煜

增加解析引擎展示

parent 8d3dfa82
......@@ -37,6 +37,7 @@ def ai_index():
"id":row.id,
"file_path":path,
"file_id":row.file_id,
"parser_engine":row.parser_engine,
"status":status_dic[row.status]
})
return table_api(data=data,count=query.total)
......
......@@ -59,6 +59,7 @@
{title: 'id', field: 'id', align: 'center', width: 50},
{title: 'file_path', field: 'file_path', align: 'center', width: 550},
{title: '文件编号', field: 'file_id', align: 'center', width: 350},
{title: 'parser_engine', field: 'parser_engine', align: 'center', width: 350},
{title: '状态', field: 'status', align: 'center', width: 100},
{title: '操作', toolbar: '#upc-bar', align: 'center'}
]
......
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 sign in to comment