master
parent
d12462d990
commit
3f52122721
|
@ -27,7 +27,7 @@
|
|||
<view class="">请填写设备名称和型号或扫描二维码</view>
|
||||
<image class="sm" src="../../static/iocn/sm.png" lazy-load mode=""></image>
|
||||
</view>
|
||||
<input v-model="data.device_name" class="devicename" placeholder="请填写设备名称和型号" v-else />
|
||||
<input v-model="data.device_name" class="devicename" placeholder="请填写设备名称和型号(例:华为LED)" v-else />
|
||||
<view class="fault-pictures radius10" @click="chooseImg">
|
||||
<image class="fault-pictures-img" v-if="imgsrcArr.length>=1" :src="imgsrcArr[0]"
|
||||
mode="aspectFill"></image>
|
||||
|
@ -74,7 +74,7 @@
|
|||
data: {
|
||||
is_device: 0,
|
||||
fault_type: "",
|
||||
device_name: "华为LED",
|
||||
device_name: "",
|
||||
project_number: "",
|
||||
service_address: "",
|
||||
username: "",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
紧急程度:<view class="text"> {{item.emergency_level_view}}</view>
|
||||
</view>
|
||||
<view class="specification scal09">主负责人:{{item.principal}}</view>
|
||||
<view class="installation-site scal09 clips1" style="margin-bottom: -10rpx;">故障描述:{{item.failure_description}}</view>
|
||||
<view class="installation-site scal09 clips1">故障描述:{{item.failure_description}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -340,7 +340,6 @@
|
|||
font-size: 24rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 29rpx;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -356,8 +355,7 @@
|
|||
background-color: #ff5400;
|
||||
border-radius: 50rpx;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
line-height: 40rpx;
|
||||
display: flex;justify-content: center;align-items: center;
|
||||
}
|
||||
|
||||
.project-list .li .message .text .title .icon1 {
|
||||
|
@ -372,7 +370,6 @@
|
|||
color: #9b9ba3;
|
||||
font-size: 24rpx;
|
||||
margin-bottom: 10rpx;
|
||||
line-height: 24rpx;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -385,7 +382,6 @@
|
|||
font-size: 24rpx;
|
||||
margin-bottom: 10rpx;
|
||||
display: flex;
|
||||
line-height: 24rpx;
|
||||
}
|
||||
|
||||
.project-list .li .message .specification .text {
|
||||
|
@ -395,7 +391,6 @@
|
|||
.project-list .li .message .installation-site {
|
||||
color: #9b9ba3;
|
||||
font-size: 24rpx;
|
||||
/* line-height: 24rpx; */
|
||||
}
|
||||
|
||||
.project-list-address {
|
||||
|
|
Loading…
Reference in New Issue