|
@@ -1,10 +1,9 @@
|
|
<template>
|
|
<template>
|
|
<div class="app-container" >
|
|
<div class="app-container" >
|
|
<div style="display: flex;justify-content: space-between;margin-bottom: 8px">
|
|
<div style="display: flex;justify-content: space-between;margin-bottom: 8px">
|
|
- <div style="font-size: 24px">{{ title }}</div>
|
|
|
|
|
|
+ <div style="font-size: 24px">{{ m.meetingName }}</div>
|
|
<el-button size="mini" @click="exportPdf" icon="el-icon-download" style="margin-right: 20px">导出</el-button>
|
|
<el-button size="mini" @click="exportPdf" icon="el-icon-download" style="margin-right: 20px">导出</el-button>
|
|
</div>
|
|
</div>
|
|
- <h3>{{m.meetingName}}</h3>
|
|
|
|
<el-descriptions title="" :column="2" :size="size" border>
|
|
<el-descriptions title="" :column="2" :size="size" border>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<template slot="label">
|
|
<template slot="label">
|