fix(route/szse): incorrect url (#18613)
This commit is contained in:
parent
e8346f77ff
commit
e391faaddd
|
|
@ -2,5 +2,5 @@
|
|||
<p>公司简称:{{ item.gsjc }}</p>
|
||||
<p>发函日期:{{ item.fhrq }}</p>
|
||||
<p>函件类别:{{ item.hjlb }}</p>
|
||||
<p>函件内容:<a href="{{ item.ck }}">详细内容</a></p>
|
||||
<p>函件内容:<a href="http://reportdocs.static.szse.cn/{{ item.ck }}">详细内容</a></p>
|
||||
<p>公司回复:{{@ item.hfck }}</p>
|
||||
Loading…
Reference in New Issue