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

Commit 74c12563 by 李严凡

图像、图层页面审核

parent a2ea92d3
......@@ -72,7 +72,8 @@ export default {
task: self.task,
relationId: executor.relation_id,
executor,
piece
piece,
operationSign:1,//作为审核任务标识
}
function goto (path) {
self.$router.push({ name: path, params })
......
......@@ -35,21 +35,21 @@
<el-button @click="save()">保存</el-button>
<!-- 看注释,打分按钮和提交按钮是对审核结果提交-->
<div style="overflow: auto">
<el-button type="primary" @click="commentScore = true">打分</el-button>
<el-button type="primary" @click="submit()">提交</el-button>
<el-dialog title="请打分" :visible.sync="commentScore" width="400px">
<el-form :model="scoreForm">
<el-form-item label="标注准确率" :label-width="formLabelWidth">
<el-input v-model="scoreForm.accuracy" autocomplete="off" clearable></el-input>
</el-form-item>
<el-form-item label="标注得分" :label-width="formLabelWidth">
<el-input v-model="scoreForm.score" autocomplete="off" clearable></el-input>
</el-form-item>
<el-button type="primary" @click="addScore()">确认</el-button>
</el-form>
</el-dialog>
</div>
<!-- <div style="overflow: auto" v-if="this.routeParams.operationSign == 1">-->
<!-- <el-button type="primary" @click="commentScore = true">打分</el-button>-->
<!-- <el-button type="primary" @click="submit()">提交</el-button>-->
<!-- <el-dialog title="请打分" :visible.sync="commentScore" width="400px">-->
<!-- <el-form :model="scoreForm">-->
<!-- <el-form-item label="标注准确率" :label-width="formLabelWidth">-->
<!-- <el-input v-model="scoreForm.accuracy" autocomplete="off" clearable></el-input>-->
<!-- </el-form-item>-->
<!-- <el-form-item label="标注得分" :label-width="formLabelWidth">-->
<!-- <el-input v-model="scoreForm.score" autocomplete="off" clearable></el-input>-->
<!-- </el-form-item>-->
<!-- <el-button type="primary" @click="addScore()">确认</el-button>-->
<!-- </el-form>-->
<!-- </el-dialog>-->
<!-- </div>-->
<!-- -->
</div>
......
......@@ -39,21 +39,21 @@
<el-button @click="isInfo = false">取消</el-button>
<el-button @click="deleteLabelInList()">删除</el-button>
</div>
<div style="overflow: auto">
<el-button type="primary" @click="commentScore = true">打分</el-button>
<el-button type="primary" @click="submit()">提交</el-button>
<el-dialog title="请打分" :visible.sync="commentScore" width="400px">
<el-form :model="scoreForm">
<el-form-item label="标注准确率" :label-width="formLabelWidth">
<el-input v-model="scoreForm.accuracy" autocomplete="off" clearable></el-input>
</el-form-item>
<el-form-item label="标注得分" :label-width="formLabelWidth">
<el-input v-model="scoreForm.score" autocomplete="off" clearable></el-input>
</el-form-item>
<el-button type="primary" @click="addScore()">确认</el-button>
</el-form>
</el-dialog>
</div>
<!-- <div style="overflow: auto" v-if="this.routeParams.operationSign == 1">-->
<!-- <el-button type="primary" @click="commentScore = true">打分</el-button>-->
<!-- <el-button type="primary" @click="submit()">提交</el-button>-->
<!-- <el-dialog title="请打分" :visible.sync="commentScore" width="400px">-->
<!-- <el-form :model="scoreForm">-->
<!-- <el-form-item label="标注准确率" :label-width="formLabelWidth">-->
<!-- <el-input v-model="scoreForm.accuracy" autocomplete="off" clearable></el-input>-->
<!-- </el-form-item>-->
<!-- <el-form-item label="标注得分" :label-width="formLabelWidth">-->
<!-- <el-input v-model="scoreForm.score" autocomplete="off" clearable></el-input>-->
<!-- </el-form-item>-->
<!-- <el-button type="primary" @click="addScore()">确认</el-button>-->
<!-- </el-form>-->
<!-- </el-dialog>-->
<!-- </div>-->
</div>
</transition>
<transition name="fade">
......
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
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