-
+
2小时
@@ -158,8 +159,8 @@ export default {
history_page: 1,
history_page_size: 15,
history_total: 100,
- statusColorMap: ['warning','success'],
- statusMap: ['未处理', '已处理'],
+ statusColorMap: ['warning','success','danger'],
+ statusMap: ['未处理', '已处理','已驳回'],
row:''
}
},
diff --git a/src/views/reagent/createapply/index.vue b/src/views/reagent/createapply/index.vue
index c64812a..7d8c057 100644
--- a/src/views/reagent/createapply/index.vue
+++ b/src/views/reagent/createapply/index.vue
@@ -108,10 +108,15 @@
+
+
+ {{ statusMap[scope.row.is_solve] }}
+
+
-
+