浏览代码

修改地址显示

Limengbo 5 年之前
父节点
当前提交
edf5abf421
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      src/views/admin/device/index.vue

+ 2 - 5
src/views/admin/device/index.vue

@@ -119,10 +119,10 @@
         安装人员: {{ gridData.length > 0 ? gridData[0].deviceModifier.name : '' }}
       </div>
       <div class="install">
-        安装地区: {{ gridData.length > 0 ? gridData[0].deviceLog.region : '' }}
+        安装地区: {{ gridData.length > 0 ? gridData[0].device.region : '' }}
       </div>
       <div class="install">
-        安装地址: {{ gridData.length > 0 ? gridData[0].deviceLog.address : '' }}
+        安装地址: {{ gridData.length > 0 ? gridData[0].device.address : '' }}
       </div>
       <div class="install">
         备注信息: {{ gridData.length > 0 ? gridData[0].deviceLog.description : '' }}
@@ -231,9 +231,6 @@ export default {
           label: '维护人员',
           type: 'deviceModifier[name]'
         }, {
-          label: '申请人员',
-          type: 'deviceLog[gmtCreated]'
-        }, {
           label: '解决日期',
           type: 'deviceLog[gmtCreated]'
         }, {