|
|
|
@ -120,7 +120,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<!-- 年度比赛列表 --> |
|
|
|
|
<div style="margin-top: 30px; font-size: 24px; font-weight: 600"> |
|
|
|
|
年度比赛列表: |
|
|
|
|
年度比赛项目列表: |
|
|
|
|
</div> |
|
|
|
|
<el-card v-if="reacProjectList.length === 0" style="margin-top: 20px"> |
|
|
|
|
<div |
|
|
|
@ -159,16 +159,16 @@ |
|
|
|
|
class="reac-title" |
|
|
|
|
style="font-weight: 600; color: #000; font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;" |
|
|
|
|
> |
|
|
|
|
{{ item.name }} |
|
|
|
|
{{ item.objName }} |
|
|
|
|
</div> |
|
|
|
|
<div class="reac-title">负责部门:{{ item.compOrgan }}</div> |
|
|
|
|
<div class="reac-title">负责部门:{{ item.sysOrgCode }}</div> |
|
|
|
|
<!-- <div class="reac-project">{{ item.introduction }}</div> --> |
|
|
|
|
<div |
|
|
|
|
class="time" |
|
|
|
|
style="display: flex; justify-content: space-between" |
|
|
|
|
> |
|
|
|
|
<div>开始时间:{{ item.starttime }}</div> |
|
|
|
|
结束时间:{{ item.endtime }} |
|
|
|
|
<div>开始时间:{{ item.applyStartTime }}</div> |
|
|
|
|
结束时间:{{ item.applyEndTime }} |
|
|
|
|
<div></div> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="time"> |
|
|
|
|