|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="7">
|
|
|
|
|
<el-form-item label="任务编号:">
|
|
|
|
|
<el-input v-model="formInline.taskId" placeholder="请输入"></el-input>
|
|
|
|
|
<el-input v-model="formInline.id" placeholder="请输入"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="7">
|
|
|
|
@ -57,7 +57,7 @@
|
|
|
|
|
<span v-if="scope.row.taskStatus == 1" style="color: #F58A0C;">
|
|
|
|
|
进行中
|
|
|
|
|
</span>
|
|
|
|
|
<span v-if="scope.row.taskStatus == 2" style="color: #F50C0C;">
|
|
|
|
|
<span v-if="scope.row.taskStatus == 2" style="color: #76EE00;">
|
|
|
|
|
正常完成
|
|
|
|
|
</span>
|
|
|
|
|
<span v-if="scope.row.taskStatus == 3" style="color: #16B771;">
|
|
|
|
@ -80,7 +80,7 @@
|
|
|
|
|
style="color: #1485EF;cursor: pointer;">查看</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- v-if="scope.row.taskStatus == 1" -->
|
|
|
|
|
<div style="display: flex;align-items: center;cursor: pointer;margin-left: 10px;" @click="delInfo(scope.row)">
|
|
|
|
|
<div style="display: flex;align-items: center;cursor: pointer;margin-left: 10px;" @click="delInfo(scope.row)" v-if="scope.row.taskStatus == 1">
|
|
|
|
|
<img src="@/assets/images/icon-shenhe@2x.png" alt="" style="width: 15px;margin-right: 5px;">
|
|
|
|
|
<span class="del-info"
|
|
|
|
|
style="color: #1485EF;cursor: pointer;">开始核查</span>
|
|
|
|
|