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
6bf9601a
Commit
6bf9601a
authored
Oct 11, 2020
by
Wang Yuhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8366dc41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
env.js
DAPlatform-front/src/assets/js/env.js
+2
-2
OngoingTaskDetail.vue
DAPlatform-front/src/components/OngoingTaskDetail.vue
+2
-2
No files found.
DAPlatform-front/src/assets/js/env.js
View file @
6bf9601a
let
isTest
=
true
//
let isTest = false
//
let isTest = true
let
isTest
=
false
var
baseURL
if
(
!
isTest
)
{
baseURL
=
'http://47.92.1.107/api'
...
...
DAPlatform-front/src/components/OngoingTaskDetail.vue
View file @
6bf9601a
...
...
@@ -4,10 +4,10 @@
<h2>
{{
task
.
name
}}
</h2>
<p><el-row>
发布者:
{{
task
.
creator
}}
</el-row></p>
<p><el-row>
<el-col
span=
"8"
>
<el-col
:
span=
"8"
>
发布时间:
{{
task
.
date
|
formatDate
}}
</el-col>
<el-col
offset=
"11"
span=
"5"
>
<el-col
:offset=
"11"
:
span=
"5"
>
<el-button
type=
"primary"
plain
@
click=
"finsihTask"
>
提交标注
</el-button>
<el-button
plain
@
click=
"giveUpTask"
>
放弃任务
</el-button>
</el-col>
...
...
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