16199 2 éve
szülő
commit
40f9de6bb7
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      RMS-FrontEnd/src/views/task/MyHandle.vue

+ 2 - 1
RMS-FrontEnd/src/views/task/MyHandle.vue

@@ -79,7 +79,7 @@
 				  <template slot-scope="scope">	
 					<div class="caozuo" >
 						 <span><el-button size="mini" @click="handleEdit(scope.row)">处理</el-button></span> 
-						 <span v-if="scope.row.type!=1">
+						 <span v-if="scope.row.type!=0">
 							 <el-popconfirm 
 								style="margin-left: 10px;"
 									title="这一条任务确定完成吗?" 
@@ -503,6 +503,7 @@
   <style lang="scss" scoped>
 	.caozuo{
 		display: flex;
+		justify-content: center;
 	}
 	
   </style>