Commit a72a9441 authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 8215e778
...@@ -15,15 +15,15 @@ ...@@ -15,15 +15,15 @@
div(:class="dataForm.icon+'6'") div(:class="dataForm.icon+'6'")
.info-form(style="border-bottom: 1px solid #c0c0c0") .info-form(style="border-bottom: 1px solid #c0c0c0")
.quDetailM .quDetailM
p.leftP 设备名称 :   {{ dataForm.name }} p.leftP 设备名称:    {{ dataForm.name }}
.quDetailM .quDetailM
p.leftP 设备编号 :   {{ dataForm.code }} p.leftP 设备编号:    {{ dataForm.code }}
.quDetailM .quDetailM
p.leftP 设备品牌: :   格力 p.leftP 设备品牌:    格力
.quDetailM .quDetailM
p.leftP 设备型号: :  {{ dataForm.equipmentModel }} p.leftP 设备型号:   {{ dataForm.equipmentModel }}
.quDetailM .quDetailM
p.leftP 安装日期: :  {{ dataForm.installDate }} p.leftP 安装日期:   {{ dataForm.installDate }}
.info-form .info-form
el-row el-row
el-col(:span="8", v-if="openOrClose.indexOf(dataForm.type)>-1") el-col(:span="8", v-if="openOrClose.indexOf(dataForm.type)>-1")
...@@ -421,7 +421,7 @@ export default { ...@@ -421,7 +421,7 @@ export default {
width: 100%; width: 100%;
height: 170px; height: 170px;
text-align: center; text-align: center;
background: url("../../../assets/images/imgs/dlxfsnj.png") no-repeat center; background: url('../../../assets/images/imgs/dlxfsnj.png') no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment