From 8fc8838a441ae3d3b1616f4fc003b16292978b54 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期一, 19 十二月 2022 11:19:45 +0800
Subject: [PATCH] 注册,登录,主页,日计划的修改

---
 pages/my-have-todo/my-have-todo.vue |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/pages/my-have-todo/my-have-todo.vue b/pages/my-have-todo/my-have-todo.vue
index e6f6b9e..00280e5 100644
--- a/pages/my-have-todo/my-have-todo.vue
+++ b/pages/my-have-todo/my-have-todo.vue
@@ -51,7 +51,7 @@
 							</view>
 							<view class="center-content__two center-margin">
 								<view>
-									<text>鍙戣捣浜猴細{{ item.actBusiness.createByName }}</text>
+									<text>鍙戣捣浜猴細{{ item.actBusiness.createByName || '' }}</text>
 								</view>
 								<view>
 									<text>瀹℃壒鎿嶄綔锛歿{ item.deleteReason }}</text>
@@ -59,7 +59,7 @@
 							</view>
 							<view class="center-content__three center-margin">
 								<view class="">
-									<text>瀹℃壒鎰忚锛歿{ item.comment == 'undefined' ? '' : item.comment || '' }}</text>
+									<text>瀹℃壒鎰忚锛歿{ item.comment == 'undefined' ? '鏈~鍐�' : item.comment || '鏈~鍐�' }}</text>
 								</view>
 								<view class="">
 									<text>
@@ -82,7 +82,7 @@
 						<view class="bottom-container">
 							<!-- 宸插姙鎸夐挳 -->
 							<view class="bottom-content__item">
-								<view @click="theFormDataClick(item.tableId)" v-if="item.procDefId == 'WAY_BILL:4:87504'">
+								<view @click="theFormDataClick(item.tableId)" v-if="item.processName == '鍙戣繍閫氱煡鍗�'">
 									<image src="@/static/home/biaodan.png" mode=""></image>
 									<view>鐢宠璇︽儏</view>
 								</view>
@@ -99,6 +99,10 @@
 					</template>
 				</combination-card>
 			</u-checkbox-group>
+		</view>
+		
+		<view class="empty-placeH">
+		
 		</view>
 		<!-- 搴曢儴鍏ㄩ�� -->
 		<view class="bottomTabbar">
@@ -387,6 +391,8 @@
 
 <style lang="scss" scoped>
 ::v-deep.my-have-todo {
+	width: 100%;
+	height: 100%;
 	// 鎼滅储鍖哄煙
 	.searchContainer {
 		width: 94%;
@@ -600,6 +606,11 @@
 			right: vww(20) !important;
 		}
 	}
+	
+	// 搴曢儴绔欎綅
+	.empty-placeH{
+		height:vww(5);
+	}
 
 	// 搴曢儴
 	.bottomTabbar {

--
Gitblit v1.9.1