master
chen 2022-04-07 11:08:28 +08:00
parent d12462d990
commit 3f52122721
2 changed files with 4 additions and 9 deletions

View File

@ -27,7 +27,7 @@
<view class="">请填写设备名称和型号或扫描二维码</view> <view class="">请填写设备名称和型号或扫描二维码</view>
<image class="sm" src="../../static/iocn/sm.png" lazy-load mode=""></image> <image class="sm" src="../../static/iocn/sm.png" lazy-load mode=""></image>
</view> </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"> <view class="fault-pictures radius10" @click="chooseImg">
<image class="fault-pictures-img" v-if="imgsrcArr.length>=1" :src="imgsrcArr[0]" <image class="fault-pictures-img" v-if="imgsrcArr.length>=1" :src="imgsrcArr[0]"
mode="aspectFill"></image> mode="aspectFill"></image>
@ -74,7 +74,7 @@
data: { data: {
is_device: 0, is_device: 0,
fault_type: "", fault_type: "",
device_name: "华为LED", device_name: "",
project_number: "", project_number: "",
service_address: "", service_address: "",
username: "", username: "",

View File

@ -50,7 +50,7 @@
紧急程度<view class="text"> {{item.emergency_level_view}}</view> 紧急程度<view class="text"> {{item.emergency_level_view}}</view>
</view> </view>
<view class="specification scal09">主负责人{{item.principal}}</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> </view>
</view> </view>
@ -340,7 +340,6 @@
font-size: 24rpx; font-size: 24rpx;
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 29rpx;
color: #333333; color: #333333;
font-weight: bold; font-weight: bold;
} }
@ -356,8 +355,7 @@
background-color: #ff5400; background-color: #ff5400;
border-radius: 50rpx; border-radius: 50rpx;
color: #FFFFFF; color: #FFFFFF;
text-align: center; display: flex;justify-content: center;align-items: center;
line-height: 40rpx;
} }
.project-list .li .message .text .title .icon1 { .project-list .li .message .text .title .icon1 {
@ -372,7 +370,6 @@
color: #9b9ba3; color: #9b9ba3;
font-size: 24rpx; font-size: 24rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
line-height: 24rpx;
display: flex; display: flex;
} }
@ -385,7 +382,6 @@
font-size: 24rpx; font-size: 24rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
display: flex; display: flex;
line-height: 24rpx;
} }
.project-list .li .message .specification .text { .project-list .li .message .specification .text {
@ -395,7 +391,6 @@
.project-list .li .message .installation-site { .project-list .li .message .installation-site {
color: #9b9ba3; color: #9b9ba3;
font-size: 24rpx; font-size: 24rpx;
/* line-height: 24rpx; */
} }
.project-list-address { .project-list-address {