Explorar el Código

'维修维保电话字段取值修改'

zhangyu hace 4 años
padre
commit
910892c67f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/assetDetail/RepairMaintenance.vue

+ 1 - 1
src/components/assetDetail/RepairMaintenance.vue

@@ -170,7 +170,7 @@ export default {
         status: data.status || '--', //状态
         description: data.description || '--', //描述
         reporter: data.reportedby || '--', //填报人
-        phone: data.phone || '--', //联系电话    // TODO: 联系电话
+        phone: data.contact || '--', //联系电话    // TODO: 联系电话
         reportDate: data.reportdate, //填报时间
         acceptanceDate: data.sjjssj, //验收时间
       }