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
ad706141
Commit
ad706141
authored
Jul 11, 2020
by
郭婉茹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file.url connect to documentId
parent
6f42d1ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
13 deletions
+4
-13
CheckDetail.vue
DAPlatform-front/src/components/CheckDetail.vue
+1
-4
CompletedTaskDetail.vue
DAPlatform-front/src/components/CompletedTaskDetail.vue
+1
-4
OngoingTaskDetail.vue
DAPlatform-front/src/components/OngoingTaskDetail.vue
+1
-4
SelectText.vue
...atform-front/src/components/textAnnotation/SelectText.vue
+0
-0
SelectedText.vue
...form-front/src/components/textAnnotation/SelectedText.vue
+1
-1
No files found.
DAPlatform-front/src/components/CheckDetail.vue
View file @
ad706141
...
...
@@ -44,10 +44,7 @@ export default {
}
switch
(
type
)
{
case
"文本"
:
self
.
$router
.
push
({
name
:
'SelectedText'
,
path
:
'/selected'
,
params
:
{
documentId
:
documentId
}
});
break
;
case
"表格"
:
self
.
$router
.
push
({
name
:
'Tabled'
,
path
:
'/tabled'
,
params
:
{
documentId
:
documentId
}
});
goto
(
"SelectedText"
);
break
;
case
"图片"
:
goto
(
"image"
);
...
...
DAPlatform-front/src/components/CompletedTaskDetail.vue
View file @
ad706141
...
...
@@ -45,10 +45,7 @@ export default {
}
switch
(
type
)
{
case
"文本"
:
self
.
$router
.
push
({
name
:
'SelectedText'
,
path
:
'/selected'
,
params
:
{
documentId
:
documentId
}
});
break
;
case
"表格"
:
self
.
$router
.
push
({
name
:
'Tabled'
,
path
:
'/tabled'
,
params
:
{
documentId
:
documentId
}
});
goto
(
"SelectedText"
);
break
;
case
"图片"
:
goto
(
"image"
);
...
...
DAPlatform-front/src/components/OngoingTaskDetail.vue
View file @
ad706141
...
...
@@ -44,10 +44,7 @@ export default {
}
switch
(
type
)
{
case
"文本"
:
self
.
$router
.
push
({
name
:
'SelectText'
,
path
:
'/select'
,
params
:
{
documentId
:
documentId
}
});
break
;
case
"表格"
:
self
.
$router
.
push
({
name
:
'Table'
,
path
:
'/table'
,
params
:
{
documentId
:
documentId
}
});
goto
(
"SelectText"
);
break
;
case
"图片"
:
goto
(
"image"
);
...
...
DAPlatform-front/src/components/textAnnotation/SelectText.vue
View file @
ad706141
This diff is collapsed.
Click to expand it.
DAPlatform-front/src/components/textAnnotation/SelectedText.vue
View file @
ad706141
<
template
>
<div
class=
"select-container"
>
<el-container
style=
"margin-top: 40px"
:style=
"
{ height : height_res-40+'px'}"
>
<el-container
style=
"margin-top: 40px"
>
<el-aside
class=
"sidebar"
style=
"background-color: rgba(255,255,255,0);box-shadow: 0px 0px 0px rgba(255,255,255,0);padding-right: 20px"
...
...
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