diff --git a/src/page-subspecialty/views/modules/formList/treatProcess.vue b/src/page-subspecialty/views/modules/formList/treatProcess.vue
index 267c241..c234bf2 100644
--- a/src/page-subspecialty/views/modules/formList/treatProcess.vue
+++ b/src/page-subspecialty/views/modules/formList/treatProcess.vue
@@ -139,7 +139,7 @@
已完成(每5分钟点一次,连续点五次)
表麻:
- 已完成(每5分钟点一次,连续点五次)
+ 已完成(每5分钟点一次,连续点三次)
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue
index 250c370..95f14fc 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue
@@ -84,6 +84,7 @@
:data="dataList"
tooltip-effect="dark"
style="width: 100%"
+ :cell-style="cellStyle"
>
@@ -315,6 +316,11 @@ export default {
this.queryProjectList()
},
methods: {
+ cellStyle(rowScope) {
+ if (rowScope.row.patientStatus === '400') {
+ return 'color:green'
+ }
+ },
reFresh() {
this.pageCurrentChangeHandle(this.page)
},