前端修改

GST006
王家东 3 weeks ago
parent 2b0bfc4af4
commit f1ed5ca34d
  1. 10
      src/views/raceInfo/index.vue

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

Loading…
Cancel
Save