|
@@ -317,8 +317,8 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="inOutTaskNo" label="审核结果">
|
|
<el-table-column prop="inOutTaskNo" label="审核结果">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
- <span v-if="scope.row.approved" class="examine1">通过</span>
|
|
|
|
- <span v-if="!scope.row.approved" class="examine2">驳回</span>
|
|
|
|
|
|
+ <span v-if="scope.row.approved" >通过</span>
|
|
|
|
+ <span v-if="!scope.row.approved" >驳回</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="endTime" label="审核时间"></el-table-column>
|
|
<el-table-column prop="endTime" label="审核时间"></el-table-column>
|
|
@@ -793,10 +793,4 @@ export default {
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.examine1{
|
|
|
|
- color: #50CAD4;
|
|
|
|
- }
|
|
|
|
- .examine2{
|
|
|
|
- color: #FF9F24;
|
|
|
|
- }
|
|
|
|
</style>
|
|
</style>
|