| | |
| | | <template> |
| | | <basic-container> |
| | | <basic-main-content> |
| | | <avue-crud :option="option" :table-loading="loading" :data="data" v-model:page="page" ref="crud" @row-del="rowDel" |
| | | v-model="form" :permission="permissionList" @row-update="rowUpdate" @row-save="rowSave" :before-open="beforeOpen" |
| | | @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange" |
| | |
| | | <DockControlPanel v-if="remoteDebuggingShow" :sn="curDeviceInfo.device_sn" :deviceInfo="curDeviceInfo"> |
| | | </DockControlPanel> |
| | | </el-drawer> |
| | | </basic-container> |
| | | </basic-main-content> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | option: { |
| | | lazy: true, |
| | | tree: true, |
| | | // height: '400', |
| | | calcHeight: 32, |
| | | |
| | | dialogWidth: 1050, |
| | | tip: false, |
| | | searchShow: true, |
| | |
| | | addBtn: false, |
| | | dialogClickModal: false, |
| | | grid: false, |
| | | |
| | | height: 'auto', |
| | | calcHeight: 180, |
| | | |
| | | column: [ |
| | | { |
| | | label: '设备型号', |