鲁班七号
2023-07-20 187c516a9f390e59846a592bd3325afa4a8dc325
src/views/Admin/components/msgDetailMod.vue
@@ -30,20 +30,11 @@
      </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>