吉安感知网项目-前端
chenyao
2026-07-07 c81a4b97b0813a7894014f74a88ac86bc72e0cb1
applications/drone-command/src/views/basicManage/deviceStock/index.vue
@@ -91,6 +91,11 @@
                     {{ getDictLabel(row.trackStatus, trackStatusOptions) }}
                  </template>
               </el-table-column>
               <el-table-column prop="maintenanceStatus" show-overflow-tooltip width="96" label="维护状态">
                  <template v-slot="{ row }">
                     {{ row.maintenanceStatus === 0 ? '否' : '是' }}
                  </template>
               </el-table-column>
               <el-table-column label="操作" class-name="operation-btns" width="196">
                  <template v-slot="{ row }">
                     <el-link @click="handleView(row)">查看</el-link>