\documentclass{article}
\usepackage{array}
\usepackage{multirow}
\begin{document}
\begin{table}[]
\begin{tabular}{llp{7cm}}
\hline
\multicolumn{2}{l}{A R T I C L E I N F O} & \multirow{3}{*}{A B S T R A C T}\\ 
\cline{1-1}
		Article history:\\
		Received 1 May 2018\\
		Revised 26 July 2018\\
		Accepted 25 August 2018\\
		Available online 20 September 2018    &    \\ 
\cline{1-1}
		Keywords:\\
		Bi-level linear programming\\
		Fuzzy programming\\
		TOPSIS\\
		Compromise solution       &       \\
\hline
	\end{tabular}
\end{table}
\end{document}