|
|
@@ -40,7 +40,14 @@
|
|
|
>
|
|
|
待复评
|
|
|
</text>
|
|
|
- <text
|
|
|
+ <text
|
|
|
+ class="status-txt"
|
|
|
+ :class="{ 'stauts-sel': statusFilter === 'appealing' }"
|
|
|
+ @click="filterByStatus('appealing')"
|
|
|
+ >
|
|
|
+ 申诉中
|
|
|
+ </text>
|
|
|
+ <!-- <text
|
|
|
class="status-txt"
|
|
|
:class="{ 'stauts-sel': statusFilter === 'to_confirm' }"
|
|
|
@click="filterByStatus('to_confirm')"
|
|
|
@@ -53,7 +60,7 @@
|
|
|
@click="filterByStatus('to_final')"
|
|
|
>
|
|
|
待终评
|
|
|
- </text>
|
|
|
+ </text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -1181,4 +1188,11 @@
|
|
|
color: #5cb87a;
|
|
|
border-color: #c2e7b0;
|
|
|
}
|
|
|
+
|
|
|
+/* 申诉中 */
|
|
|
+.status-appealing {
|
|
|
+ background-color: #ffcfc2;
|
|
|
+ color: #ff0000;
|
|
|
+ border-color: #ff7446;
|
|
|
+}
|
|
|
</style>
|