chroe: adjust ins page

This commit is contained in:
engigu
2024-01-20 13:57:57 +08:00
parent 1e0e745fea
commit 877f9d4211
4 changed files with 29 additions and 18 deletions
+6
View File
@@ -1,5 +1,7 @@
import { CONSTANT } from '@/constant'
class CommonUtils {
static formatInsConfigDisplay = (scope) => {
@@ -15,6 +17,10 @@ class CommonUtils {
}
}
static formatWayName = (type) => {
return CONSTANT.WAYS_DATA_MAP[type].label;
}
}
export { CommonUtils };