Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DA-Platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Berlin
DA-Platform
Commits
827e0c1c
Commit
827e0c1c
authored
Jul 20, 2020
by
Wang Yuhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加修改标注文件的入口
parent
b0ba7a92
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
CheckDetail.vue
DAPlatform-front/src/components/CheckDetail.vue
+2
-2
OngoingTaskDetail.vue
DAPlatform-front/src/components/OngoingTaskDetail.vue
+3
-1
imageAnnotation.cpython-36.pyc
DAPlatform/views/__pycache__/imageAnnotation.cpython-36.pyc
+0
-0
No files found.
DAPlatform-front/src/components/CheckDetail.vue
View file @
827e0c1c
...
...
@@ -19,7 +19,7 @@
<li
v-for=
"item in executors"
:key=
"item.id"
>
<span>
{{item.nickname}}
</span>
<el-button
v-if=
"!item.state"
type=
"primary"
size=
"mini"
plain
@
click=
"goto(item)"
>
待审核
</el-button>
<
i
v-else
class=
"el-icon-success"
></i
>
<
el-button
v-else
type=
"success"
size=
"mini"
plain
@
click=
"goto(item)"
>
修改
</el-button
>
</li>
</ul>
</el-dialog>
...
...
@@ -80,7 +80,7 @@ export default {
switch
(
type
)
{
case
'文本'
:
if
(
file
.
url
.
endsWith
(
'xlsx'
))
{
goto
(
'table'
)
}
if
(
file
.
url
.
endsWith
(
'txt'
))
{
goto
(
'SelectText
ed
'
)
}
if
(
file
.
url
.
endsWith
(
'txt'
))
{
goto
(
'SelectText'
)
}
break
case
'图片'
:
goto
(
'image'
);
break
case
'图层'
:
goto
(
'layer'
)
...
...
DAPlatform-front/src/components/OngoingTaskDetail.vue
View file @
827e0c1c
...
...
@@ -10,7 +10,9 @@
<el-button
v-if=
"!slotProps.file.state"
type=
"primary"
size=
"mini"
plain
@
click=
"doOption(slotProps.file,slotProps.type)"
>
标注
</el-button>
<i
v-else
class=
"el-icon-success"
></i>
<el-button
v-else
type=
"success"
size=
"mini"
plain
@
click=
"doOption(slotProps.file,slotProps.type)"
>
修改
</el-button>
</
template
>
</pieces-table>
</div>
...
...
DAPlatform/views/__pycache__/imageAnnotation.cpython-36.pyc
View file @
827e0c1c
No preview for this file type
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