完成102添加联机日志,报警日志
This commit is contained in:
@ -218,7 +218,7 @@ export default {
|
||||
value: "1",
|
||||
label: "灯光模式",
|
||||
checked: false,
|
||||
type: ['6170', '670']
|
||||
type: ['6170', '670','102']
|
||||
},
|
||||
{
|
||||
value: "2",
|
||||
@ -282,7 +282,7 @@ export default {
|
||||
value: "46",
|
||||
label: "手动报警",
|
||||
checked: false,
|
||||
type: ['210']
|
||||
type: ['210','102']
|
||||
},
|
||||
{
|
||||
value: "47",
|
||||
@ -290,6 +290,18 @@ export default {
|
||||
checked: false,
|
||||
type: ['210']
|
||||
},
|
||||
{
|
||||
value: "48",
|
||||
label: "物体感应",
|
||||
checked: false,
|
||||
type: ['102']
|
||||
},
|
||||
{
|
||||
value: "49",
|
||||
label: "联机模式",
|
||||
checked: false,
|
||||
type: ['102']
|
||||
},
|
||||
]
|
||||
|
||||
let arr = [];
|
||||
|
||||
Reference in New Issue
Block a user