| | |
| | | },
|
| | | {
|
| | | MenuID: "14",
|
| | | MenuTitle: "我发布的",
|
| | | MenuTitle: "本级发出",
|
| | | MenuPath: "/release"
|
| | | },
|
| | | {
|
| | |
| | | { |
| | | path: '/release', |
| | | name: 'release', |
| | | meta: { title: '我发布的' }, |
| | | meta: { title: '本级发出' }, |
| | | component: () => import('@/views/Admin/release'), |
| | | }, |
| | | { |
| | |
| | | </a-row> |
| | | <a-row :gutter="24" v-if="details.publishingUnit"><a-col :span="4">发布单位</a-col><a-col :span="14">{{details.publishingUnit}}</a-col></a-row> |
| | | <a-row :gutter="24" v-if="details.content"><a-col :span="4">信息内容</a-col><a-col :span="14">{{details.content}}</a-col></a-row> |
| | | <a-row :gutter="24" v-if="details.acceptingUnitIds && details.acceptingUnitIds.length>0"> |
| | | <a-row :gutter="24"> |
| | | <a-col :span="4">接收人</a-col> |
| | | <a-col :span="20"> |
| | | <div v-for="(item,index) in details.acceptingUnitIds" :key="index" class="table"> |
| | | <div style="width: 20%"> |
| | | {{item.recipienterName}} |
| | | </div> |
| | | <div style="width: 20%"> |
| | | {{item.recipienterPhone}} |
| | | </div> |
| | | <div style="width: 60%"> |
| | | {{item.receiveUnit}} |
| | | </div> |
| | | </div> |
| | | <b>本次共发送信息给 {{details.recipients.length}}人:</b><br/><br/> |
| | | {{details.recipients.map(i=>i.realName + '(' + i.phone + ')').join(',')}} |
| | | </a-col> |
| | | </a-row> |
| | | <a-row :gutter="24" v-if="details.attachments && details.attachments.length > 0"><a-col :span="4">附件内容</a-col> |
| | |
| | | </div> |
| | | <a-divider type="vertical" /> |
| | | <div class="tit"> |
| | | 任务ID:<span>{{item.id}}</span> |
| | | 任务ID:<span>{{item.id}}</span> |
| | | </div> |
| | | 发送人数:{{item.recipients.length}} |
| | | </template> |
| | | <p> |
| | | {{item.content}} |