bug
This commit is contained in:
		| @@ -32,7 +32,7 @@ | ||||
|             <template slot-scope="{ row }"> | ||||
|               <el-button type="text" v-show="row.status==0" @click.native="examine(row.id,1)">审核通过</el-button> | ||||
|               <el-button type="text" v-show="row.status==0" @click.native="examine(row.id,0)">审核拒绝</el-button> | ||||
|               <el-button type="text" @click.native="delBtn(row.id)">删除</el-button> | ||||
|               <el-button type="text" v-show="row.status==1" @click.native="delBtn(row.id)">删除</el-button> | ||||
|             </template> | ||||
|           </el-table-column> | ||||
|         </ai-table> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user