Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
ImageAiParser
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b186ed7b
authored
Aug 15, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加解析引擎展示
parent
8d3dfa82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
applications/view/system/parser.py
+1
-0
templates/system/parser/main.html
+1
-0
No files found.
applications/view/system/parser.py
View file @
b186ed7b
...
...
@@ -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
)
...
...
templates/system/parser/main.html
View file @
b186ed7b
...
...
@@ -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'
}
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment