| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <el-table ref="table" :data="tableData" height="480" v-loading="tableLoading" v-if="activeTab !== 'qrCode'" border style="width: 100%;height: calc(100vh - 23em)"> |
| | | <el-table ref="table" :data="tableData" height="480" v-loading="tableLoading" v-if="activeTab !== 'qrCode'" border style="width: 100%;height: calc(100vh - 20em)"> |
| | | <el-table-column label="序号" type="index" width="60" align="center" /> |
| | | <el-table-column prop="taskName" label="巡检任务名称" :show-overflow-tooltip="true"></el-table-column> |
| | | <el-table-column prop="port" label="地点" :show-overflow-tooltip="true"></el-table-column> |
| | | <el-table-column prop="inspectionLocation" label="地点" :show-overflow-tooltip="true"></el-table-column> |
| | | <el-table-column prop="remarks" label="备注"></el-table-column> |
| | | <el-table-column prop="inspector" label="执行巡检人"></el-table-column> |
| | | <el-table-column fixed="right" label="操作"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <el-table ref="table" :data="tableData" height="480" v-loading="tableLoading" v-if="activeTab === 'qrCode'"border style="width: 100%;height: calc(100vh - 23em)"> |
| | | <el-table ref="table" :data="tableData" height="480" v-loading="tableLoading" v-if="activeTab === 'qrCode'" border style="width: 100%;height: calc(100vh - 23em)"> |
| | | <el-table-column label="序号" type="index" width="60" align="center" /> |
| | | <el-table-column prop="deviceName" label="设备名称" :show-overflow-tooltip="true"> |
| | | <template #default="scope"> |