Browse Source

消息列表

asd26269546 1 year ago
parent
commit
dc95fd4446
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/message/index.vue
  2. 2 2
      src/views/processApproval/processDtl.vue

+ 1 - 1
src/views/message/index.vue

@@ -102,7 +102,7 @@ function timesFun (timesData) {
     var timesString = '';
 
     if (dayDiff != 0) {
-        timesString = dayDiff + proxy.$t('common.daysAgo');
+        timesString = dayDiff + proxy.$t('common.daysAgo'); 
     } else if (dayDiff == 0 && hours != 0) {
         timesString = hours + proxy.$t('common.hoursAgo');
     } else if (dayDiff == 0 && hours == 0) {

+ 2 - 2
src/views/processApproval/processDtl.vue

@@ -30,7 +30,7 @@
 								: index < stepsNum
 									? 'cl-blue'
 									: ''
-								">
+								"> 
 								{{ i.nodeName }}
 							</span>
 						</div>
@@ -47,7 +47,7 @@
 				<div class="load-btn-box">
 					<van-button size="small" type="primary" plain round v-for="i in approvalRecordData.buttonInfoList"
 						:key="i.type" v-show="i.type != 1" @click="handleSubmit(i.type)">{{ i.name }}
-					</van-button>
+					</van-button>                                                                                                                      
 				</div>
 				<div class="content">
 					<div class="foot-btn-warp">