소스 검색

bug 修复

lilei 4 년 전
부모
커밋
5eedfb1df0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/equipmentManage/network/detailsModal.vue

+ 1 - 1
src/views/equipmentManage/network/detailsModal.vue

@@ -100,7 +100,7 @@ export default {
       detailsData: null, //  网点数据
       columns: [
         { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
-        { title: '设备编号', dataIndex: 'deviceNo', width: 200, align: 'center' },
+        { title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
         { title: '设备状态', scopedSlots: { customRender: 'onlineFlag' }, width: 200, align: 'center' },
         { title: '投放情况', scopedSlots: { customRender: 'situation' }, width: 200, align: 'center' },
         { title: '工作状态', scopedSlots: { customRender: 'state' }, width: 200, align: 'center' },