From f6904bf35cc23c0531a531b6fc98c473777fc48a Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期三, 22 一月 2020 17:34:38 +0800
Subject: [PATCH] 用户

---
 src/components/square.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/square.vue b/src/components/square.vue
index 13c2f79..4c833af 100644
--- a/src/components/square.vue
+++ b/src/components/square.vue
@@ -21,7 +21,7 @@
 		</el-row>
 		
 
-	<div class="infinite-list-wrapper" style="overflow:auto; height: 75vh; border-top: 1px solid #c3c5c7;">
+	<div class="infinite-list-wrapper" style="overflow:auto; height: 70vh; border-top: 1px solid #c3c5c7;">
 		
 		<div class="list" v-infinite-scroll="load" infinite-scroll-disabled="disabled">
 			<div v-for="one in dataList" :key="one.id" class="list-item" @click="showItem(one)">
@@ -51,7 +51,7 @@
 	 </div>
 	 
 	  <span slot="footer" class="dialog-footer">
-	    <el-button :v-if="selectOne.attachment == '' ? false: true" type="primary" @click="download">涓� 杞�</el-button>
+	    <el-button v-if="selectOne.attachment && selectOne.attachment != ''" type="primary" @click="download">涓� 杞�</el-button>
 	  </span>
 	</el-dialog>
 	

--
Gitblit v1.8.0