Browse Source

修改处方状态的icon

刘拾玖 4 months ago
parent
commit
1885f47f2a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/util.ts

+ 2 - 2
lib/util.ts

@@ -253,10 +253,10 @@ export function filterStateIcon(state) {
 		'06':'\ue694',
 		'07':'\ue693',
 		'08':'\ue689',
-		'09':'\ue8c6',
+		'09':'\ue68f',
 		'10':'\ue68f', 
 	}
-	return dict_type[state] || '\ue625'
+	return dict_type[state] || '\ue69a'
 }
 
 /**