吉安感知网项目-前端
shuishen
2026-03-16 955e7459d9c77113e072d6f016676802b7fbc491
applications/drone-command/src/views/basicManage/deviceStock/index.vue
@@ -80,7 +80,7 @@
               <el-table-column prop="source" show-overflow-tooltip width="120" label="来源" />
               <el-table-column prop="purpose" show-overflow-tooltip width="130" label="用途" />
               <el-table-column prop="belongDeptName" show-overflow-tooltip label="所属部门" />
               <el-table-column prop="charger" show-overflow-tooltip width="100" label="负责人" />
               <el-table-column prop="charger" show-overflow-tooltip width="120" label="负责人" />
               <el-table-column prop="yxzt" show-overflow-tooltip width="96" label="运行状态">
                  <template v-slot="{ row }">
                     {{ getDictLabel(row.status, dictObj.deviceStatus) }}
@@ -91,7 +91,7 @@
                     {{ getDictLabel(row.trackStatus, trackStatusOptions) }}
                  </template>
               </el-table-column>
               <el-table-column label="操作" class-name="operation-btns" width="150">
               <el-table-column label="操作" class-name="operation-btns" width="196">
                  <template v-slot="{ row }">
                     <el-link @click="handleView(row)">查看</el-link>
                     <el-link @click="handleEdit(row)">编辑</el-link>