Browse Source

换行问题

zhengkaixin 1 year ago
parent
commit
6f77e26124
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/invoiceManagement/invoiceManagement.vue

+ 2 - 1
pages/invoiceManagement/invoiceManagement.vue

@@ -300,7 +300,7 @@
 				// this.$forceUpdate()
 				// this.$forceUpdate()
 			},
 			},
 			thisparseUnixTime(time){
 			thisparseUnixTime(time){
-				return parseUnixTime(time,'{y}年{m}月')
+				return parseUnixTime(time,'{y}年{m}月{d}日')
 			},
 			},
 			init(){
 			init(){
 				this.pageIndex=1;
 				this.pageIndex=1;
@@ -436,6 +436,7 @@
 				}
 				}
 				.money{
 				.money{
 					color: rgba(255,61,0,1);
 					color: rgba(255,61,0,1);
+					white-space: pre;
 					
 					
 				}
 				}
 				.state{
 				.state{