Explorar o código

石粉回填照片去掉必填项

xiaoxaio hai 1 ano
pai
achega
d98604c40b

+ 1 - 1
pages/TopPipeWork/TopPipeWork.vue

@@ -88,7 +88,7 @@
 							</view>
 
 
-							<view v-else style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<view v-else
 								@click="chooseModel(item.picUrl,item.fileName)">
 								{{item.fileName}}
 							</view>

+ 1 - 1
pages/dangerous/dangerous.vue

@@ -338,7 +338,7 @@
 								<video v-else-if="item.picUrl.substring(item.picUrl.length - 3) == 'mp4'"
 									:src="item.picUrl" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
 								</video>
-								<text v-else style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<text v-else 
 									@click="chooseModel(item.picUrl,item.fileName)">
 									{{item.fileName}}
 								</text>

+ 2 - 6
pages/enginproject/enginproject.vue

@@ -124,7 +124,7 @@
 								</view>
 
 
-								<view v-else  style="width: 100rpx; height: 100rpx; margin: 0 12rpx;display:inline-block;white-space: pre-wrap; word-wrap: break-word;" 
+								<view v-else  
 									@click="chooseModel(item.picUrl,item.fileName)">
 									{{item.fileName}}
 								</view>
@@ -995,9 +995,5 @@
 			border-radius: 20rpx;
 			border: 1px solid #d4e3f0;
 		}
-		.text-ellipsis {
-		  white-space: nowrap;
-		  overflow: hidden;
-		  text-overflow: ellipsis;
-		}
+		
 	</style>

+ 1 - 1
pages/infrastructure/infrastructure.vue

@@ -89,7 +89,7 @@
 								<video :src="item.picUrl"
 									style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 							</view>
-							<view v-else style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+							<view v-else 
 								@click="chooseModel(item.picUrl,item.fileName)">
 								{{item.fileName}}
 							</view>

+ 1 - 1
pages/municipal/municipal.vue

@@ -124,7 +124,7 @@
 								</view>
 
 
-								<view v-else style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+								<view v-else 
 									@click="chooseModel(item.picUrl,item.fileName)">
 									{{item.fileName}}
 								</view>

+ 4 - 4
pages/oldrenovation/courtyard/newcourtyard.vue

@@ -776,10 +776,10 @@
 
 
 					if (this.objValue.enginClassValue == '回填') {
-						if (this.stonePowderArr.length <= 0) {
-							this.$modal.msg('请上传石粉回填照片')
-							return
-						}
+						// if (this.stonePowderArr.length <= 0) {
+						// 	this.$modal.msg('请上传石粉回填照片')
+						// 	return
+						// }
 						if (this.warningtTapeArr.length <= 0) {
 							this.$modal.msg('请上传警示带铺设照片')
 							return