This commit is contained in:
Swift
2024-02-03 22:25:59 +03:30
parent 82d763785e
commit 50dd834c7f
2 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<el-table-column label="پیگیری شکایت" width="">
<template slot-scope="scope">
<span class="singleLineTxt" :title="scope.row.email"> {{ scope.row.complete ? "پیگیری شده" : "پیگیری نشده" }} </span>
<span :class="{ 'text-success': scope.row.complete , 'text-danger': !scope.row.complete }" class="singleLineTxt" :title="scope.row.email"> {{ scope.row.complete ? "پیگیری شده" : "پیگیری نشده" }} </span>
</template>
</el-table-column>