Ver código fonte

Merge branch 'V0.0.5' of http://10.87.21.221:8000/jzyd_yyds/soc_web into V0.0.5

jiawuxian 1 ano atrás
pai
commit
c336f84f75
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -88,7 +88,7 @@
       @close="handleClose">
       <div class="panel-box" v-if="selectMsg">
         <h2>{{selectMsg.title}}</h2>
-        <p>发布日期:{{selectMsg.publishTime}}</p>
+        <p><span>发布机构:{{selectMsg.publishOrg}}</span><span style="margin-left: 20px">发布日期:{{selectMsg.publishTime}}</span></p>
         <div class="content-box">
           <p class="text-box">{{selectMsg.content}}</p>
           <div v-if="selectMsg.fileList && selectMsg.fileList.length > 0">