chroe: adjust ins page
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user