文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 25d34a6c by 李景熙

Merge branch 'develop' of https://gitlab.redhtc.com/Berlincen/DA-Platform into develop

parents fd32d4e5 6e065660
let isTest = true
// let isTest = false
// let isTest = true
let isTest = false
var baseURL
if (!isTest) {
baseURL = 'http://47.92.1.107/api'
......
......@@ -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>
......
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 to comment