From 4187375f2df2beb7348cf5e872052b31bcabb3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 21 Feb 2020 14:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react/src/modules/question/component/Listjihe.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/question/component/Listjihe.js b/public/react/src/modules/question/component/Listjihe.js index ff1b5dab0..fe7d079ef 100644 --- a/public/react/src/modules/question/component/Listjihe.js +++ b/public/react/src/modules/question/component/Listjihe.js @@ -417,7 +417,10 @@ class Listjihe extends Component { : ( items.public==true? - "" +
+ + 已公开 +
:this.props.showmodelsInaudit(e)}> @@ -441,7 +444,10 @@ class Listjihe extends Component {
) : - "" ++ + 已公开 +
} @@ -451,7 +457,7 @@ class Listjihe extends Component { items.item_type === "PROGRAM" ? "" : -this.props.chakanjiexibool(keindex)}> +
this.props.chakanjiexibool(keindex)}> 查看解析
}