Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
80f261e1
authored
Dec 01, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
暂时调整 “门禁管理” 仅保留 “临时开门”,因为其他几个跟物理遥控器的功能会冲突
parent
c89f46be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
app/containers/deviceInfo/DeviceInfoPage.js
app/containers/deviceInfo/DeviceInfoPage.js
View file @
80f261e1
...
...
@@ -60,36 +60,36 @@ class DeviceInfoPage extends Component {
lodingTitle
:
'加载中'
,
listCurrentOption
:
[],
// 当前选择器数据
deviceBtnInfo
:
[
{
operation
:
'normal_open'
,
btnName
:
'门常开'
,
icon
:
require
(
'../../images/al_open.png'
),
message
:
'自动门常开设置成功'
},
{
operation
:
'cancel_normal_open'
,
btnName
:
'取消门常开'
,
icon
:
require
(
'../../images/can_al_open.png'
),
message
:
'取消自动门常开设置成功'
},
//
{
//
operation: 'normal_open',
//
btnName: '门常开',
//
icon: require('../../images/al_open.png'),
//
message: '自动门常开设置成功'
//
},
//
{
//
operation: 'cancel_normal_open',
//
btnName: '取消门常开',
//
icon: require('../../images/can_al_open.png'),
//
message: '取消自动门常开设置成功'
//
},
{
operation
:
'open'
,
btnName
:
'临时开门'
,
icon
:
require
(
'../../images/tem_open.png'
),
message
:
'临时开门成功,5s后将自动关闭'
},
{
operation
:
'normal_close'
,
btnName
:
'门常闭'
,
icon
:
require
(
'../../images/nor_open.png'
),
message
:
'自动门常闭设置成功'
},
{
operation
:
'cancel_normal_close'
,
btnName
:
'取消门常闭'
,
icon
:
require
(
'../../images/can_nor_open.png'
),
message
:
'取消自动门常闭设置成功'
},
//
{
//
operation: 'normal_close',
//
btnName: '门常闭',
//
icon: require('../../images/nor_open.png'),
//
message: '自动门常闭设置成功'
//
},
//
{
//
operation: 'cancel_normal_close',
//
btnName: '取消门常闭',
//
icon: require('../../images/can_nor_open.png'),
//
message: '取消自动门常闭设置成功'
//
},
{
operation
:
''
,
btnName
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment