Commit 62004cd3 by chenjunxiong

build(web): 修改图标状态由损坏变为报警

parent e976107a
...@@ -245,7 +245,7 @@ export default { ...@@ -245,7 +245,7 @@ export default {
statusList: [ statusList: [
{name: '正常', value: 'NORMAL', imgPath: require('@/assets/door-close.png')}, {name: '正常', value: 'NORMAL', imgPath: require('@/assets/door-close.png')},
{name: '离线', value: 'OFFLINE', imgPath: require('@/assets/door-offline.png')}, {name: '离线', value: 'OFFLINE', imgPath: require('@/assets/door-offline.png')},
{name: '损坏', value: 'BREAKDOWN', imgPath: require('@/assets/door-breakdown.png')}], {name: '损坏', value: 'BREAKDOWN', imgPath: require('@/assets/door-warning.png')}],
doorIconStyle: { doorIconStyle: {
position: 'absolute', position: 'absolute',
top: '0px', top: '0px',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment