|
@@ -61,10 +61,11 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="statuz" label="诊单状态">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-if="scope.row.colorGrade == 1 && scope.row.acceptStatus == 0" style="color:#ff9999">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
- <span v-else-if="scope.row.colorGrade == 2 && scope.row.acceptStatus == 0" style="color:#ff6666">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
- <span v-else-if="scope.row.colorGrade == 3 && scope.row.acceptStatus == 0" style="color:#ff1a1a">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
- <span v-else-if="scope.row.colorGrade >= 4 && scope.row.acceptStatus == 0" style="color:#e60000">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
+ <span v-if="scope.row.colorGrade == 0 && scope.row.acceptStatus == 0" style="color:#00FF00">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
+ <span v-else-if="scope.row.colorGrade == 1 && scope.row.acceptStatus == 0" style="color:#0000CD">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
+ <span v-else-if="scope.row.colorGrade == 2 && scope.row.acceptStatus == 0" style="color:#FFFF00">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
+ <span v-else-if="scope.row.colorGrade == 3 && scope.row.acceptStatus == 0" style="color:#FF8C00">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
+ <span v-else-if="scope.row.colorGrade >= 4 && scope.row.acceptStatus == 0" style="color:#FF0000">{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
<span v-else >{{scope.row.statuz | caseStatusPipe(scope.row.dataTable)}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|