| | |
| | | label: '封存', |
| | | prop: 'isSealed', |
| | | type: 'switch', |
| | | align: 'center', |
| | | // align: 'center', |
| | | width: 100, |
| | | dicData: [ |
| | | { |
| | |
| | | .el-dialog__headerbtn { |
| | | position: absolute; |
| | | left: 0; |
| | | top: 14px; |
| | | //top: 14px; |
| | | |
| | | .el-dialog__close { |
| | | color: #fff; |
| | |
| | | } |
| | | |
| | | .ztzf-drawer-body-basic-container { |
| | | .el-drawer__header { |
| | | margin-bottom: 0; |
| | | } |
| | | .el-drawer__body { |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | }, |
| | | { |
| | | label: '绑定菜单', |
| | | searchSpan: 5, |
| | | span: 24, |
| | | prop: 'menu_id', |
| | | type: 'tree', |
| | | dicUrl: '/blade-system/menu/deviceButtons', |
| | |
| | | searchMenuSpan: 6, |
| | | border: true, |
| | | index: true, |
| | | selection: true, |
| | | // selection: true, |
| | | dialogClickModal: false, |
| | | menu: false, // 禁用默认操作列 |
| | | |
| | |
| | | column: [ |
| | | { |
| | | label: '到期时间', |
| | | labelWidth: 110, |
| | | prop: 'expireTime', |
| | | type: 'datetime', |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | |
| | | }, |
| | | { |
| | | label: '次数限制', |
| | | labelWidth: 110, |
| | | prop: 'maxLoginNum', |
| | | type: 'input', |
| | | }, |
| | | |
| | | { |
| | | label: '飞行开始时间', |
| | | labelWidth: 110, |
| | | prop: 'flightStartTime', |
| | | type: 'time', |
| | | format: 'HH:mm', |
| | |
| | | }, |
| | | { |
| | | label: '飞行结束时间', |
| | | labelWidth: 110, |
| | | prop: 'flightEndTime', |
| | | type: 'time', |
| | | format: 'HH:mm', |