2023年6月8日 修复问题

This commit is contained in:
bai 2023-06-08 16:34:10 +08:00
parent 7dd0ea0c47
commit 14147d60cc
4 changed files with 28 additions and 26 deletions

View File

@ -14,25 +14,25 @@
<div style="padding: 20px;font-weight: 600;">
<a-row>
<a-col :span="16">
<div style="height: 30px;font-size: 16px;">{{ item.skjs }}</div>
<div style="height: 30px;font-size: 14px;">{{ item.kkdw }}</div>
<div style="height: 38px;font-size: 16px;font-weight: 700;">{{ item.skjs }}</div>
<div style="font-size: 14px;font-weight: 700;">{{ item.kkdw }}</div>
</a-col>
<a-col :span="8" style="text-align: center;height: 70px;">
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>
<div style="font-size: 14px;">选课人数</div>
<div style="font-size: 14px;font-weight: 700;">选课人数</div>
</a-col>
<a-col :span="24" style="margin-top:20px;">
<a-col :span="24" style="margin-top:0px;font-weight: 700;">
<div>
<span>{{ item.hh }}</span>
</div>
</a-col>
<a-col :span="24">
<div style="width:100%;text-align: center;">
<div style="width:100%;text-align: center;font-weight: 700;">
线下上课地点
</div>
</a-col>
<a-col :span="24">
<div style="height: 60px;">
<div style="height: 50px;font-weight: 700;">
{{ item.skdd }}
</div>
</a-col>

View File

@ -5,7 +5,7 @@
</div>
<a-row class="rowGutter" :gutter="[16, 16]">
<a-col :xs="{ span: 24 }" :sm="{ span: 8 }" :lg="{ span: 6 }" v-for="(item, index) in listData"
:key="index" style="margin-bottom: 40px;">
:key="index" style="margin-bottom: 0;">
<div style="border: 2px #eef1f2 solid;">
<div>
<div style="width: 100%;height: 20px;background-color: #1c84c6;"></div>
@ -17,8 +17,8 @@
<div style="padding: 20px;font-weight: 600;">
<a-row>
<a-col :span="16">
<div style="height: 30px;font-size: 16px;">{{ item.skjs }}</div>
<div style="height: 30px;font-size: 14px;">{{ item.kkdw }}</div>
<div style="height: 38px;font-size: 16px;">{{ item.skjs }}</div>
<div style="font-size: 14px;">{{ item.kkdw }}</div>
</a-col>
<a-col :span="8" style="text-align: center;height: 70px;">
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>

View File

@ -6,7 +6,7 @@
<a-list-item-meta>
<template #title>
<div class="wenZiJiaCu fs1d1r">
&nbsp;{{ item.kkdw }}&nbsp;{{item.skjs}}&nbsp;主讲的&nbsp;{{ item.kcmc }}
评价&nbsp;{{ item.kkdw }}&nbsp;{{item.skjs}}&nbsp;主讲的&nbsp;{{ item.kcmc }}
</div>
</template>
<template #description>
@ -14,17 +14,17 @@
<div class="wenZiJiaCu">
<span v-if="item.score" class="hand" style="color: #337ab7;" @click="viewModal.view(item)">已评分{{ item.score }}</span>
<span v-if="item.source != null" class="hand" style="padding-left: .5rem;color: #337ab7;"></span>
<span v-if="item.source=='0'" class="hand" style="padding-left: .5rem;color: #337ab7;">课程中心</span>
<span v-else-if="item.source=='1'" class="hand" style="padding-left: .5rem;color: #337ab7;">老系统</span>
<span v-else-if="item.source=='2'" class="hand" style="padding-left: .5rem;color: #337ab7;">政务大厅</span>
<span v-else-if="item.source=='3'" class="hand" style="padding-left: .5rem;color: #337ab7;">纸质评价</span>
<span v-if="item.source != null" class="hand" style="padding-left: .5rem;color: #337ab7;">--</span>
<span v-if="item.evaluationver=='1'" class="hand" style="padding-left: .5rem;color: #337ab7;">原始数据</span>
<span v-else-if="item.evaluationver=='2'" class="hand" style="padding-left: .5rem;color: #337ab7;">线上听课</span>
<span v-else-if="item.evaluationver=='3'" class="hand" style="padding-left: .5rem;color: #337ab7;">听课记录</span>
<span v-else-if="item.evaluationver=='4'" class="hand" style="padding-left: .5rem;color: #337ab7;">同行专家</span>
<span v-if="item.source != null" class="hand" style="padding-left: .5rem;color: #337ab7;"></span>
<span v-if="item.source != null" class="hand" style="padding-left: .5rem;color: #337ab7;"></span>
<span v-if="item.source=='0'" class="hand" style="padding-left: .5rem;color: #337ab7;">课程中心</span>
<span v-else-if="item.source=='1'" class="hand" style="padding-left: .5rem;color: #337ab7;">老系统</span>
<span v-else-if="item.source=='2'" class="hand" style="padding-left: .5rem;color: #337ab7;">政务大厅</span>
<span v-else-if="item.source=='3'" class="hand" style="padding-left: .5rem;color: #337ab7;">纸质评价</span>
<span v-if="item.source != null" class="hand" style="padding-left: .5rem;color: #337ab7;">--</span>
<span v-if="item.evaluationver=='1'" class="hand" style="padding-left: .5rem;color: #337ab7;">原始数据</span>
<span v-else-if="item.evaluationver=='2'" class="hand" style="padding-left: .5rem;color: #337ab7;">线上听课</span>
<span v-else-if="item.evaluationver=='3'" class="hand" style="padding-left: .5rem;color: #337ab7;">听课记录</span>
<span v-else-if="item.evaluationver=='4'" class="hand" style="padding-left: .5rem;color: #337ab7;">同行专家</span>
<span v-if="item.source != null" class="hand" style="padding-left: .5rem;color: #337ab7;"></span>
</div>
</template>
<template #avatar>
@ -85,7 +85,7 @@ watch(
function init() {
console.log('init');
console.log('init');
listApi({ userid: getUserId(),pj:'1', tingketime: getSysConfig().bxqkssj, ...props.queryParam }).then(res => {
list.value = res ?? [];
});
@ -111,7 +111,7 @@ defineExpose({
font-size: 1.1rem;
}
.hand {
cursor:pointer;
cursor:pointer;
}
</style>

View File

@ -29,7 +29,7 @@
<div class="itemXkrs">选课人数</div>
</a-col>
<a-col :span="24">
<div>
<div class="itemSkdd">
{{ item.skdd }}
</div>
</a-col>
@ -132,6 +132,7 @@ defineExpose({
text-align: center;
margin: 0 auto .5rem;
padding: 0.5rem;
font-weight: 500;
}
.itemBox {
border: 2px #eef1f2 solid;
@ -160,11 +161,11 @@ defineExpose({
font-weight: 600;
}
.itemSkSj {
height: 30px;
height: 38px;
font-size: 16px;
}
.itemKkDw {
height: 30px;
//height: 30px;
font-size: 14px;
}
.itemInteriorRow {
@ -178,6 +179,7 @@ defineExpose({
}
.itemXkrs {
font-size: 14px;
font-weight: 600;
}
.itemSkdd {
height: 60px;