wanghao 9 mesiacov pred
rodič
commit
631c1818f1

+ 3 - 3
pages/oldrenovation/courtyard/courtyard.vue

@@ -64,7 +64,7 @@
 						<view style="font-size: 16px;margin-left: 10px;margin-top: 10px;display: flex; justify-content: space-between;margin-bottom: 10px;">
 							{{objValue.enginClassValue}}
 
-							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'>{{historyName}}</span>
+							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'">{{historyName}}</span>
 						</view>
 						<view class=" container" style="border-bottom: 1px solid #f8f8f8;">
 
@@ -208,8 +208,8 @@
 					</view>
 				</view>
 			</view>
-			<view class="action-btn" v-show="reviewStatus!='1'">
-				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round">确认上传</button>
+			<view class="action-btn" v-show="reviewStatus!='1'" style="display: flex;padding: 5px;">
+				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round" style="margin-right: 10px;">确认上传</button>
 				<button @click="submit('save')" class="btn cu-btn block bg-blue lg round" v-if="objValue.enginType == 'old_renovation'">暂存</button>
 			</view>
 

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

@@ -64,7 +64,7 @@
 						<view style="font-size: 16px;margin-left: 10px;margin-top: 10px;display: flex; justify-content: space-between;margin-bottom: 10px;">
 							{{objValue.enginClassValue}}
 
-							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'>{{historyName}}</span>
+							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'">{{historyName}}</span>
 						</view>
 						<view class=" container" style="border-bottom: 1px solid #f8f8f8;">
 
@@ -98,7 +98,7 @@
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
 							<image :src="loadImgSrc('updateimg.png')" mode="" style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('other')" v-show="reviewStatus!='1'"></image>
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
-								<view v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
+								<view v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'">
 									<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;" @click="showPhoto(index,'other')">
 									</image>
 								</view>
@@ -278,7 +278,7 @@
 							<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
 								<image :src="loadImgSrc('updateimg.png')" mode="" style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Tg')" v-show="reviewStatus!='1'"></image>
 								<view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
-									<view v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
+									<view v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'">
 										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;" @click="showPhoto(index,'Tg')">
 										</image>
 									</view>
@@ -297,7 +297,7 @@
 							<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
 								<image :src="loadImgSrc('updateimg.png')" mode="" style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Nbmh')" v-show="reviewStatus!='1'"></image>
 								<view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
-									<view v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
+									<view v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg'">
 										<image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;" @click="showPhoto(index,'Nbmh')">
 										</image>
 									</view>
@@ -358,8 +358,8 @@
 
 				</view>
 			</view>
-			<view class="action-btn" v-show="reviewStatus!='1'">
-				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round">确认上传</button>
+			<view class="action-btn" v-show="reviewStatus!='1'"  style="display: flex;padding: 5px;">
+				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round" style="margin-right: 10px;">确认上传</button>
 				<button @click="submit('save')" class="btn cu-btn block bg-blue lg round" v-if="objValue.enginType == 'old_renovation'">暂存</button>
 			</view>
 

+ 2 - 2
pages/oldrenovation/indoor/indoor.vue

@@ -479,8 +479,8 @@
 
 				</view>
 			</view>
-			<view class="action-btn" v-show="reviewStatus!='1'">
-				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round">确认上传</button>
+			<view class="action-btn" v-show="reviewStatus!='1'" style="display: flex;padding: 5px;">
+				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round" style="margin-right: 10px;">确认上传</button>
 				<button @click="submit('save')" class="btn cu-btn block bg-blue lg round" v-if="objValue.enginType == 'old_renovation'">暂存</button>
 			</view>
 

+ 3 - 3
pages/oldrenovation/overhead/newoverhead.vue

@@ -78,7 +78,7 @@
 						<view style="font-size: 16px;margin-left: 10px;margin-top: 10px;display: flex; justify-content: space-between;margin-bottom: 10px;">
 							{{objValue.enginClassValue}}
 
-							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'>{{historyName}}</span>
+							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'">{{historyName}}</span>
 						</view>
 						<view class=" container" style="border-bottom: 1px solid #f8f8f8;">
 
@@ -165,8 +165,8 @@
 					</view>
 				</view>
 			</view>
-			<view class="action-btn" v-show="reviewStatus!='1'">
-				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round">确认上传</button>
+			<view class="action-btn" v-show="reviewStatus!='1'" style="display: flex;padding: 5px;">
+				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round" style="margin-right: 10px;">确认上传</button>
 				<button @click="submit('save')" class="btn cu-btn block bg-blue lg round" v-if="objValue.enginType == 'old_renovation'">暂存</button>
 			</view>
 

+ 3 - 3
pages/oldrenovation/overhead/overhead.vue

@@ -78,7 +78,7 @@
 						<view style="font-size: 16px;margin-left: 10px;margin-top: 10px;display: flex; justify-content: space-between;margin-bottom: 10px;">
 							{{objValue.enginClassValue}}
 
-							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'>{{historyName}}</span>
+							<span style="color: blue;font-size: 14px;  display: flex;justify-content:flex-end; margin-right: 10px;" @click="history" v-if="objValue.enginType == 'old_renovation'">{{historyName}}</span>
 						</view>
 						<view class=" container" style="border-bottom: 1px solid #f8f8f8;">
 
@@ -128,8 +128,8 @@
 					</view>
 				</view>
 			</view>
-			<view class="action-btn" v-show="reviewStatus!='1'">
-				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round">确认上传</button>
+			<view class="action-btn" v-show="reviewStatus!='1'"  style="display: flex;padding: 5px;">
+				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round" style="margin-right: 10px;">确认上传</button>
 				<button @click="submit('save')" class="btn cu-btn block bg-blue lg round" v-if="objValue.enginType == 'old_renovation'">暂存</button>
 			</view>