Commit 4d514944 authored by 耿迪迪's avatar 耿迪迪

任务问题修改 gengdidi

parent caf4c63d
......@@ -96,10 +96,10 @@
<el-table-column label="指派人" align="center" prop="workAssignMan" />
<el-table-column label="任务状态" align="center" prop="workStatus">
<template slot-scope="scope">
<span v-if="scope.row.workStatus == 0">派发中</span>
<span v-if="scope.row.workStatus == 1">已接单</span>
<span v-if="scope.row.workStatus == 2">已反馈</span>
<span v-if="scope.row.workStatus == 3">已归档</span>
<span v-if="scope.row.workStatus == 0" style='color: #ff4949'>派发中</span>
<span v-if="scope.row.workStatus == 1" style="color: mediumblue">已接单</span>
<span v-if="scope.row.workStatus == 2" style='color: #1890ff'>已反馈</span>
<span v-if="scope.row.workStatus == 3" style='color: #30B46B'>已归档</span>
</template>
</el-table-column>>
<!--<el-table-column label="巡检时间" align="center" prop="inspectionDate" width="180">
......@@ -133,7 +133,7 @@
icon="el-icon-edit"
@click="workDetail(scope.row)"
>详情</el-button>
<el-button
<el-button v-if="scope.row.workStatus == '0' || scope.row.workStatus == '1'"
size="mini"
type="text"
icon="el-icon-edit"
......
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