|
|
@ -6,8 +6,8 @@ |
|
|
|
<h3 class="title">汇总文件</h3> |
|
|
|
<el-button type="text" icon="el-icon-back" @click="handleClickBack">返回</el-button> |
|
|
|
</div> |
|
|
|
<div><span style="margin-right: 10px;">任务主题:{{list[0].taskIntroduction}}</span> <span>任务周期:{{list[0].taskPeriodName}}</span></div> |
|
|
|
<div class="item flex flex-y flex-center-deputy " @click="handleClickShowViewAll(list[0].workBookId)"> |
|
|
|
<div><span>任务主题:{{list[0].taskIntroduction}}</span> <span>任务周期:{{list[0].taskPeriodName}}</span></div> |
|
|
|
<img :src="require(`@/assets/images/index/Excel.png`)" alt="" style="margin: 10px 0 0;"> |
|
|
|
<div class="agencyName">{{list[0].taskTitle}}</div> |
|
|
|
</div> |
|
|
|