+
医嘱已开
-
+
散瞳
+
+ 表麻
+
+
+ 全身检查完成
+
+
+ 缩瞳
+
@@ -296,6 +319,12 @@ export default {
this.getDataListInitial()
},
methods: {
+ showPreparation(scope, value) {
+ if (!scope) {
+ return false
+ }
+ return scope.includes(value)
+ },
dateChange(e) {
// 日期改变时
this.dataForm.beginDate = e ? e[0] : ''
@@ -503,6 +532,9 @@ export default {
.active_check{
color: #409EFF;
}
+.active_check_red{
+ color: #ff0000;
+}
::v-deep .active_check>.el-input--suffix>.el-input__inner{
color: #67C23A;
}