shish пре 1 година
родитељ
комит
86853c18f8
2 измењених фајлова са 15 додато и 16 уклоњено
  1. 2 1
      hdApp/src/admin/ll/components/event.vue
  2. 13 15
      hdApp/src/admin/ll/eventDetail.vue

+ 2 - 1
hdApp/src/admin/ll/components/event.vue

@@ -25,7 +25,8 @@
         </view>
         <view class="list-bottom">
             <view class="list-button">
-                <button class="admin-button-com bule" @click.stop="getUser(item)">失信人员详情</button>
+                <button class="admin-button-com bule" @click.stop="getUser(item)" style="margin-right:50upx;">失信人员详情</button>
+                <button class="admin-button-com bule" style="margin-right:10upx;">查看明细</button>
             </view>
         </view>
     </view>

+ 13 - 15
hdApp/src/admin/ll/eventDetail.vue

@@ -3,21 +3,6 @@
 		<view class="info-content_box">
 			<view class="title">
 				信息
-				<button class="admin-button-com bule" style="float:right;font-weight:normal;" @click="showAddMobile=true">添加手机</button>
-				<button class="admin-button-com bule" style="float:right;font-weight:normal;margin-right:8upx;" @click="showAddWx=true">添加微信</button>
-				<button class="admin-button-com bule" style="float:right;font-weight:normal;margin-right:8upx;" @click="showAddNo=true">添加身份证</button>
-			</view>
-			<view v-if="showAddMobile" style="display:flex;margin:10upx 0 10upx 0;">
-				<input v-model="mobile" name="mobile" type="number" style="width:580upx;border:2upx solid #bbb8b8;margin-right:10upx;" placeholder="请填写手机号" />
-				<button class="admin-button-com bule" @click="">添加</button>
-			</view>
-			<view v-if="showAddWx" style="display:flex;margin:10upx 0 10upx 0;">
-				<input v-model="wx" name="wx" type="text" style="width:580upx;border:2upx solid #bbb8b8;margin-right:10upx;" placeholder="请填写微信" />
-				<button class="admin-button-com bule" @click="">添加</button>
-			</view>
-			<view v-if="showAddNo" style="display:flex;margin:10upx 0 10upx 0;">
-				<input v-model="no" name="no" type="text" style="width:580upx;border:2upx solid #bbb8b8;margin-right:10upx;" placeholder="请填写身份证号" />
-				<button class="admin-button-com bule" @click="">添加</button>
 			</view>
 			<view class="bills-info_box content-box">
 				<view class="order-info_box">
@@ -54,6 +39,19 @@
 				</div>
 			</view>
 
+			<view style="display:flex;margin:10upx 0 10upx 0;">
+				<input v-model="mobile" name="mobile" type="number" style="width:560upx;height:100upx;border:2upx solid #bbb8b8;margin-right:20upx;padding-left:10upx;font-size:29upx;" placeholder="新手机号" />
+				<button class="admin-button-com bule big" @click="">添加</button>
+			</view>
+			<view style="display:flex;margin:10upx 0 10upx 0;">
+				<input v-model="wx" name="wx" type="text" style="width:560upx;height:110upx;border:2upx solid #bbb8b8;margin-right:20upx;padding-left:10upx;font-size:29upx;" placeholder="新微信" />
+				<button class="admin-button-com bule big" @click="">添加</button>
+			</view>
+			<view style="display:flex;margin:10upx 0 10upx 0;">
+				<input v-model="no" name="no" type="text" style="width:560upx;height:120upx;border:2upx solid #bbb8b8;margin-right:20upx;padding-left:10upx;font-size:29upx;" placeholder="身份证号" />
+				<button class="admin-button-com bule big" @click="">添加</button>
+			</view>
+
 		</view>
 		<div class="app-footer">
 			<button class="admin-button-com bule" @click="getUser" style="width:240upx;">失信人员详情</button>