feat:去除DataCenter area的选项 添加经纬度 以及状态的选项
This commit is contained in:
@@ -140,6 +140,7 @@ export const intervalList = [
|
||||
|
||||
export const setting = {
|
||||
DcState:[
|
||||
{value:1,label: i18n.t('setting.usable')}
|
||||
{value:'ON',label: i18n.t('config.dc.usable')},
|
||||
{value:'OFF',label: i18n.t('config.dc.suspended')}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user