diff --git a/application/default/views/scripts/review/accept.phtml b/application/default/views/scripts/review/accept.phtml index 9538aa04..7043be0b 100644 --- a/application/default/views/scripts/review/accept.phtml +++ b/application/default/views/scripts/review/accept.phtml @@ -30,7 +30,7 @@ $this->headScript()->appendFile('/js/pubfunc.js');

escape($md['title']); ?> 【接收时间:

- 查看评审页 + 进行数据评审

400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>

diff --git a/application/default/views/scripts/review/inreview.phtml b/application/default/views/scripts/review/inreview.phtml index f3d9be45..496713bf 100644 --- a/application/default/views/scripts/review/inreview.phtml +++ b/application/default/views/scripts/review/inreview.phtml @@ -29,7 +29,7 @@ $this->breadcrumb()->setSeparator(' > ');

escape($md['title']); ?> 【接收时间:

- 查看评审页 + 进行数据评审

400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>